Version 7.20.0 October 15, 2025
π¨ Themesβ
Onboarded the Autovisie brand in chameleon-theme-av
. !2257
Added dark mode for chameleon-theme-gva
. !2325
Added dark mode for chameleon-theme-nb
. !2359
Added the accent-national
subtheme to chameleon-theme-tel
. !2364
Fixed the teaser.premium.main.default.asset
token in chameleon-theme-sw
. !2367
π Featuresβ
Added a large set of new icons across all brands. !2354
π Bug Fixβ
chameleon-theme-*β
In !2327 , we added sideEffects: false
to all chameleon-theme-*
packages. However, this caused issues in usersβ Storybooks, so weβve decided to remove this flag again. !2362
chameleon-reactβ
Refactored some useLayoutEffect
to simply use useEffect
, eliminating related warnings in React 18. !2363
Fixed an issue with focus styles in <Button />
. !2335
Fixed a layout issue in <WideListItem />
when both the action
and iconRight
props were supplied. !2348
π Internalβ
Created a more robust tree-shaking test for chameleon-react
. !2356
Made the $themes.json
test in tokens-studio stricter. !2357
Enhanced our release script to better handle hotfixes. !2368