Version 2.2.2
v2.2.2Minor Changes#
Color Mode 2.1.0#
- Check if the MediaQueryListobject supports theaddEventListener()method, else fallback to the legacy.addListener()method.
Modal 2.1.0#
- Export useDrawerContexthook
System 2.2.0#
- Extract and export getTokenfunction fromuseToken
- Improve parameter types for useToken
Patch Changes#
Theme Utilities#
- Remove internal usage of createBreakpointsfunction
Checkbox 2.1.1#
- Fixed issue where switch cannot be toggled when text is selectedd
Descendant 3.0.3#
- Added type constraints to useDescendantshook for improved TypeScript 4.8 support
Layout 2.0.3#
- SimpleGrid: Fixed issue where minChildWidthdoesn't work with size tokens
Radio 2.0.3#
- Fixed issue where radio doesn't show focus when interacting with keyboard
Skeleton 2.0.7#
- Added TS doc comments for fadeDurationprop
Toast 3.0.0#
- Moved @chakra-ui/systemto peer dependency
Tooltip 2.0.3#
- Avoid rendering multiple tooltips so that they are not appeared after opening a modal
CLI 2.1.1#
- Added --no-formatoption
- Fixed issue where CLI crashed due to lodash.throttledependency