Skip to main content

Version 6.4.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Added the chameleon-theme-hbvl sport subtheme. !1885
  • Fixed the design for LinkText color in certain subthemes. !1892
  • Added the ext-vrouw icon to chameleon-theme-tel. !1888

πŸš€ New Feature​

chameleon-react​

  • Added a new component, welcome <SegmentedControl />! !1804
  • Add a loading prop to <DefaultTeaser />, <TextOnImageTeaser /> and <ListTeaser />. This shows a skeleton where the teaser contents would be, which prevents large layout shifts, providing a smoother loading experience. !1845
  • Add a allowOutsideClick prop to <Dialog /> which if true does not prevent a click outside the focus trap. !1890
  • Refactored our Teaser components allowing the video play icon button to be hidden when overlayed with a playing video. !1891

chameleon-kotlin​

  • Introducing our game-changing token-io setup β€” a revolutionary overhaul that catapults performance to unprecedented levels. This isn’t just an update; it’s a giant leap forward redifining what's possible for the Chameleon project. With this powerful new integration, we’ve hit another milestone of maturity and capability. Major kudos to @stijn.willems and @dieter.vaesen! πŸ’« !1760

chameleon-swift​

  • Improve the error message for when you try to use a sub-theme that is not available for the current theme. !1832

πŸ› Bug Fix​

  • Fixed the color of the ripple effect on Button in chameleon-kotlin. !1878
  • Fixes some incorrect icons !1888:
    • sorting in chameleon-theme-tel
    • brand-active in chameleon-theme-vl
    • arrow-forward in chameleon-theme-lw
    • thumbs-down in chameleon-theme-nb

🏠 Internal​

  • Updates to dependencies:
  • Added some tests to improve the quality of the tokens-studio $themes.json file. !1881
  • Added some tests to make sure we don't bloat the Kotlin libraries. !1867
  • Updated our docker setup making everything faster and simpler. We also started using Node v22, as it is now the LTS version. !1884
  • Improved the linting and formatting for chameleon-kotlin in CI. !1889