Skip to main content

Version 7.24.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Added dark mode support for chameleon-theme-ds. !2405
  • Fixed some dark mode issues for chameleon-theme-gva. !2410
  • Fixed some color tokens for chameleon-theme-av. !2399

🚀 Features

  • Updated the feedback icons (info, error, and warning), making them visually solid instead of outlined. !2403

🐛 Bug Fix

chameleon-react

  • Removed overly strict type checking in the Accordion component that was causing issues in Next.js. !2402
  • Fixed the Avatar component's onLoad callback to work correctly in SSR contexts. !2400

🏠 Internal

  • Updates to dependencies:
  • Migrated our Storybook from Webpack to Vite. This update includes an update to Storybook v10 and simplified configuration. It is also a major performance improvement. !2408
  • Converted some remaining CJS files to ESM for better consistency across the codebase. !2409
  • Improved local Storybook snapshot testing workflow by aligning it with the dev Storybook build logic. !2390
  • Replaced the fast-glob dependency with Node.js built-in glob function to reduce external dependencies and use native functionality. !2389