Version 8.2.0
🚀 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