---
title: Version 2.4.3
description:
  Explore the changelog for Chakra UI version 2.4.3. Learn about the latest
  features, bug fixes, and improvements.
releaseUrl: https://github.com/chakra-ui/chakra-ui/pull/7055
releaseDate: December 6, 2022
version: 2.4.3
---

## Patch Changes

### All components

- Removed `defaultProps` from components to support React `18.3.0`

### Card `2.1.2`

- Refactor style context to use `createStylesContext` from `@chakra-ui/system`

### Modal `2.2.5`

- Updated modal accessibility unit tests to correctly cover the use of `Portal`s

### Progress `2.1.2`

- Fixed issue where `aria-valuetext` property was not set on the correct element
