Version 2.1.1
v2.1.1Patch Changes#
All components#
- Improve TS doc comments to include the
@defaultvalue for prop types - Update version of react packages and fix TS error
React 2.1.1#
- Refactor toast provider to not wrap entire app to prevent unneeded re-renders
Styled System 2.1.1#
- Fix media query calculations for responsive variants and sizes
- Fix issue where values with
!importantcan resolve to a double!importantbeing added
System 2.1.1#
- Revert type updates for
useStyleConfig - Fix media query calculations for responsive variants and sizes
- Fix issue where values with
!importantcan resolve to a double!importantbeing added
Theme 2.0.3#
- Tab: Add visual feedback for disabled state in all variants.
Toast 2.0.4#
- Refactor toast internal architecture to fix issues with toast instance methods
and
createStandaloneToast
Utilities 2.0.1#
- Expose
toMediaQueryinternal function for use in the styled system package