title | description | releaseUrl | releaseDate | version |
---|---|---|---|---|
Version 2.1.1 |
Explore the changelog for Chakra UI version 2.1.1. Learn about the latest features, bug fixes, and improvements. |
May 24, 2022 |
2.1.1 |
- Improve TS doc comments to include the
@default
value for prop types - Update version of react packages and fix TS error
- Refactor toast provider to not wrap entire app to prevent unneeded re-renders
- Fix media query calculations for responsive variants and sizes
- Fix issue where values with
!important
can resolve to a double!important
being added
- Revert type updates for
useStyleConfig
- Fix media query calculations for responsive variants and sizes
- Fix issue where values with
!important
can resolve to a double!important
being added
- Tab: Add visual feedback for disabled state in all variants.
- Refactor toast internal architecture to fix issues with toast instance methods
and
createStandaloneToast
- Expose
toMediaQuery
internal function for use in the styled system package