Skip to main content

Version 1.8.0

Thomas Mattheussen
PO & Lead Developer

πŸ› Bug Fix​

πŸš€ New Features​

  • We’ve taken the first steps to implementing CSS Custom Properties! For now, it’s just an extra style-dictionary output until we flesh this out further. MHDS-1753
  • Add line-height to iOS .plist export MHDS-412
  • Implement downshift onSelect in AutoComplete component MHDS-1587
  • TextLink now inherits font-family MHDS-1676
  • Add @babel/runtime MHDS-1532
  • WideListItem now uses Skeleton component as it’s loading state. πŸ’₯ BREAKING: Skeleton component was previously named Skelleton, this typo has been fixed. MHDS-1341
  • πŸ’₯ BREAKING: Move branded bundles for chameleon-react into new separate chameleon-react-bundled package. If you were depending on /lib folder in chameleon-react, please install chameleon-react-bundled instead. MHDS-1225

🎨 Themes​

  • Removed chameleon-theme-gva, chameleon-theme-hbvl, chameleon-theme-tmg, chameleon-theme-limnl MHDS-1752
  • Add brand-fill to chameleon-theme-dl MHDS-1759
  • Add Merriweather Black to all chameleon-theme-hmc-* themes MHDS-1750
  • Fix color build output in chameleon-theme-swcom
  • Update colors, typescale, overlay, logos foundations in chameleon-theme-nb-winter-2021 MHDS-1745
  • Add FF Mark Pro Italic to chameleon-theme-hbvl-summer-2020 MHDS-1703
  • Add .otf font files to chameleon-theme-hbvl-summer-2020 MHDS-1710
  • Add color-marketing tokens to chameleon-theme-gva-summer-2020 MHDS-1716

πŸƒβ€β™€οΈ Performance​

  • Fixed double @popper dependencies in build output.
  • Removed branded bundles for chameleon-react (see New Features). MHDS-1225
  • Removed import * from Icons & Illustrations in favor of named exports. MHDS-1746

🏠 Internal​

🦦 Other​

  • πŸ’₯ BREAKING: required node version is set to 14 now. chameleon will try to adhere to the Node release cycle.