Skip to main content

Version 7.31.1

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Fixed the teaser highlight background tokens in chameleon-theme-ds. !2501

🐛 Bug Fix

chameleon-react

  • Checkbox: Fixed inconsistent cursor behavior. !2495

chameleon-kotlin

  • Subtheme fallback: Fixed fallback logic for missing subthemes to correctly account for the current color scheme instead of always falling back to default light. !2502

🏠 Internal

  • Removed obsolete chameleon-theme-hmc internal package. !2498

Version 7.30.1

Thomas Mattheussen
PO & Lead Developer

🐛 Bug Fix

chameleon-react

  • CSS Cascade Layers: Fixed layer declaration ordering by including layer declarations directly in each CSS module file. This ensures consistent layer ordering regardless of the order in which CSS files are loaded.

Version 7.29.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Added the ai subtheme for chameleon-theme-tel. !2477
  • Fixed the intro font family for chameleon-theme-hbvl. !2471
  • Added inverse plus logos for all MHBE themes. !2473

🐛 Bug Fix

chameleon-react

  • Fixed conflicting overflow styles in <Dialog /> component. !2469

🏠 Internal

  • Updates to dependencies:
    • vike: 0.4.247 -> 0.4.252
  • Fixed fonts CDN upload folder structure. !2474
  • Updated CDN configuration URLs for chameleon-theme-dvn, chameleon-theme-frd, chameleon-theme-lcd, and chameleon-theme-sik. !2476
  • Improved SVGO configuration by setting float precision to 2 for consistent asset syncs and reduced file size. !2480
  • Streamlined color controls in Storybook. !2459
  • Improved docsite type resolution for nested and referenced types. !2457

Version 7.28.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Updated the highlight label color and improved LinkText contrast in dark mode on soft backgrounds for chameleon-theme-av. !2461

🚀 Features

chameleon-react

  • Added support for React v19. !2436

🐛 Bug Fix

chameleon-react

  • Fixed <RichContent /> table cells to properly display background colors, aligning behavior with the <Table /> component. !2456

🏠 Internal

  • Updates to dependencies:
  • Improved NPM supply-chain security by enabling pnpm's strictDepBuilds and trustPolicy features. !2460
  • Updated some missing CDN configurations. !2462
  • Disabled the "Save from UI" feature in Storybook. !2458

Version 7.27.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Onboarded chameleon-theme-sikkom. !2446
  • Fixed the interaction states of the Tag component in dark mode for chameleon-theme-ds. !2450
  • Updated logo-premium-main logo for chameleon-theme-av. !2443
  • Fixed thumbs-up-active and thumbs-down-active icons for chameleon-theme-hbvl. !2443

🏠 Internal

Version 7.26.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Onboarded chameleon-theme-dvn, chameleon-theme-lcd, and chameleon-theme-frd. !2227
  • Added the plus-logo-square-dl logo for chameleon-theme-hbvl. !2442

🏠 Internal

  • Updates to dependencies:
  • Fixed Docsite deployment on Vercel by setting environment to production and using proper deploy flags. !2440

Version 7.25.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Added dark mode support for chameleon-theme-hbvl. !2417
  • Fixed button hover and active states in dark mode for chameleon-theme-nb. !2415

🚀 Features

  • Added default subtheme in tokens.css to allow reverting to default theming when in a nested subtheme context. This enables you to reset theming within a subthemed section. !2412

🐛 Bug Fix

chameleon-react

  • Fixed the <Tooltip /> component where the arrow was visually placed in front of the content box instead of behind it. !2424
  • Fixed the <Table /> component's custom sort functionality. !2411

🏠 Internal

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