🚀 New Feature
chameleon-react
AutoComplete : reworked internals to fix race conditions between focus, typing and selection. itemToString is now an official prop, and a new actionsRef exposes open(), close(), toggle() for imperative control. Added a defaultValue prop and improved list a11y attributes. !2706
🏠 Internal
Updates to dependencies:
Simplified Docker image and improved CI tooling. !2649
Fixed favicon.ico 404s on the docsite. !2716
Fix Storybook after automatic JSX runtime changes. !2705
Updated example apps. !2707
Ran claude /doctor. !2704
🚀 New Feature
chameleon-react
Exposed locale as a top-level export. !2678
ListTeaser : added an articleType prop that renders a matching icon. !2674
🐛 Bug Fix
chameleon-react
Fixed Telecran's locale, which was incorrectly set to en-GB instead of de-DE. !2679
Theme config JSON files are now imported with import attributes (with { type: 'json' }). !2673
🎨 Themes
chameleon-theme-hbvl
Updated the design for Button in the premium subtheme. !2666
🏠 Internal
Updates to dependencies:
Fixed broken env var expansion in .npmrc since pnpm v11. !2702
Added a middleware to chameleon-docs that blocks hotlinking to its assets, protecting the site's edge-request rate limit. !2701
Fully committed chameleon-react to the automatic JSX runtime. !2680
Added a figma-code-connect skill for generating Code Connect files for chameleon-react components. !2663
🚀 New Feature
Added new icons edit and flag-active, and re-synced the frd icon set after a sync issue. !2656
🐛 Bug Fix
chameleon-react
Theme config types are now derived from the actual theme imports instead of a hardcoded list, so keyof typeof themeConfigs is accurate again. !2669
🏠 Internal
Updates to dependencies:
Moved chameleon-swift-components snapshot tests to Percy, matching Kotlin and Web. !2662
Removed the hardcoded GitLab auth token from the project .npmrc to stop a pnpm warning for anyone without that env variable sourced locally. !2655
Fixed broken links in the docs still pointing to the obsolete PostCSS configuration for chameleon-react. !2657
Renamed CLAUDE.md to AGENTS.md and added CLAUDE.md shims pointing to the new files. !2650
🚀 New Feature
Added new icons for all brands: earbuds, emote-frowning, emote-frowning-active, emote-neutral, emote-neutral-active, emote-smiling, emote-smiling-active, gift, luggage, music, shopping-basket, and wine. !2618
🐛 Bug Fix
Reduced font byte-size by limiting some large font files to the latin charset. !2617
🎨 Themes
chameleon-theme-av : Set header.background.default to a static semantic token. !2623
chameleon-theme-mhno : Aligned sponsored content highlight tokens with contextual. !2625
🏠 Internal
Updates to dependencies:
Added a CONTRIBUTING.md guide and updated the GitLab merge request templates. !2615
🚀 New Feature
Added person-add icon for all brands. !2604
chameleon-react
Reworked Accordion to be progressively enhanced. !2591
🐛 Bug Fix
chameleon-react
Fixed Tooltip triggering duplicate events on Enter/Space key presses. !2588
Aligned Checkbox, Radio, and Switch by removing width: 100% from the outer wrapper to match other components. !2603
🎨 Themes
Updated assets across all brands: refreshed image placeholders (slight color and size changes) and updated MHNO icon sets. !2596 !2602
🏠 Internal
Updates to dependencies:
Replaced fs-extra with Node.js built-in fs to reduce dependencies. !2590
Migrated React component tests from fireEvent to userEvent. !2588
🎨 Themes
Updated assets for chameleon-theme-indo. !2584
🏠 Internal
Refactored Turborepo configuration for improved caching and task ordering. !2550
Added a script to verify all package versions are in sync before publishing a release. !2577
Cleaned up chameleon-theme-* README files. !2575
Improved Swift CI pipelines. !2563
Added long-term cache headers for hashed assets in the docs site and fixed a broken link. !2581
🎨 Themes
Onboarded 7 new MHNO brands (eco, fpo, hco, mco, nos, sco, stw). !2564
🏠 Internal
🚀 New Feature
chameleon-swift-components & chameleon-kotlin
TextParser : Inline content now supports colorscheme-aware tokens using the {{lightToken|darkToken}} format, enabling icons in text to switch between light and dark mode. !2558 !2560
KMP Token List : Tokens are now published as a shared Kotlin Multiplatform token list, making them available for cross-platform consumption. !2520
🐛 Bug Fix
chameleon-react
Switch / Checkbox / Radio : Label and message elements are no longer rendered when their prop is not provided, avoiding empty HTML output. !2545
chameleon-kotlin
Typeface : Fixed incorrect generation of typeface providers in codegen-kotlin that caused italic fonts to not render correctly. !2559
🎨 Themes
Added sub-logos for chameleon-theme-dvn and chameleon-theme-lcd. !2556
Updated favicons for chameleon-theme-lw. !2555
Updated favicons for chameleon-theme-vr and chameleon-theme-pr. !2548
Removed duplicate text-decoration values from typography tokens that were causing incorrect underline rendering for LinkText in MHNO themes. !2546
🏠 Internal
Updates to dependencies:
Added a Dropcap dev story and fixed the Storybook toolbar to always be visible on startup. !2531 !2527
Added an AI-assisted MR review skill and applied code style formatting improvements. !2525 !2537
Added support for a custom version in the release script. !2543
🎨 Themes
Added inverse variants of LogoPremiumMain and LogoSquareMain in chameleon-theme-frd. !2518
🐛 Bug Fix
Fixed incorrect package.json version for chameleon-theme-sik. !2516
🏠 Internal
Added ESLint rule to enforce correct usage of 'use client' in components that use client-side hooks, and added missing 'use client' directives. !2515
Fixed a race condition on chameleon-docs examples where the brand selection was not applied correctly on initial page load. !2509
🚀 Features
chameleon-react
CSS Cascade Layers : Removed the @layer Chameleon CSS Cascade layer introduced in v7.30.0 due to compatibility issues with CUE sites. !2500