title | description | releaseUrl | releaseDate | version |
---|---|---|---|---|
Version 2.3.7 |
Explore the changelog for Chakra UI version 2.3.7. Learn about the latest features, bug fixes, and improvements. |
November 2, 2022 |
2.3.7 |
-
Added support for overriding the
role
forProgress
eleement. This makes it possible to use the progress as a meter element.<Progress size="sm" value={20} role="meter" aria-label="Usage" />
- Fixed accessibility issue where the
title
prop was not passed to the underlyingrole=progress
element.
- Replaced
framer-motion
with native css animation
-
Use
dvh
unit if supportedThis allows the user agent to dynamically adapt the height of a Modal, depending on what parts of the UI (e.g. address bar) are visible.
- Fixed issue where
onSubmit
was called twice when input is blurred with enter key.
- Replaced
mode
runtime function with CSS variables where possible.
Visually Hidden 2.0.12
- Removed unneeded units for zero values
0px -> 0
- Fixed issue where focus sometimes moved back to the open element when it was intentionally moved away from it.
- Fixed issue where focus sometimes moved back to the open element when it was intentionally moved away from it.