Version 2.3.7
v2.3.7Minor Changes#
Progress 2.1.0
#
-
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" />
Patch Changes#
Progress 2.1.0
#
- Fixed accessibility issue where the
title
prop was not passed to the underlyingrole=progress
element.
Checkbox 2.2.3
#
- Replaced
framer-motion
with native css animation
CSS Reset 2.0.9
#
-
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.
Editable 2.0.14
#
- Fixed issue where
onSubmit
was called twice when input is blurred with enter key.
Theme 2.1.15
#
- Replaced
mode
runtime function with CSS variables where possible.
Visually Hidden 2.0.12
#
- Removed unneeded units for zero values
0px -> 0
UseFocusEffect 2.0.6
#
- Fixed issue where focus sometimes moved back to the open element when it was intentionally moved away from it.
Hooks 2.1.1
#
- Fixed issue where focus sometimes moved back to the open element when it was intentionally moved away from it.