Version 2.4.8
v2.4.8Minor Changes#
System 2.4.0#
- 
Fixed issue where TS throws an error when using the translatestyle prop due to clash with the native DOM translate attribute.This was fixed by omitting the native translateattribute and introducing a newhtmlTranslateattribute for user who need this.
Patch Changes#
All components#
- Refactor code to use explicit exports
Modal 2.2.8#
- Bump react-remove-scroll,react-focus-lockandaria-hiddendependencies
- Fix issue where console throws a warning from react-remove-scroll when multiple modal dialogs are open.
Icons 2.0.17#
- Fixed issue where ReactIconwas not exported
Theme 2.2.5#
- Refactored Cardtheme to use component tokens. This makes it easier to override styles from the base style.
Styled System 2.5.2#
- Fixed issue where useBreakpointValueresolves to an incorrect value when resizing the window inFirefox
Hooks 2.1.5#
- Fixed issue where useDimensionsuses stale value of node reference
Toast 5.0.0#
- Fixed issue where default toast options are not applied correctly.