🐛 Bug Fix
chameleon-react
Fixed an issue with the onMonthChange
prop in <DatePicker />
. !2230
🏠 Internal
Updates to dependencies:
Replace classnames
with clsx
. !2258
🎨 Themes
Added sponsored-content
subthemes for chameleon-theme-beltel
, chameleon-theme-indo
and chameleon-theme-sw
. !2207
🚀 Features
chameleon-react
We've exposed an update
function to our <Dropdown />
component so you can trigger a recalculation for its position when needed. Check out the example we've added on using it with a MutationObserver
. (Also, we've migrated the entire codebase from using popper
to its successor floating-ui
.) !2222
🐛 Bug Fix
Fixed an issue where in some brands the play
icon wasn't correctly centered. !2213
🏠 Internal
Updates to dependencies:
Fixed a small issue with our git hooks. !2214
Added some JSDoc typing to our compile setup. !2203
Added the possibility to throttle uploads to Focus CDN. !2201
Added a custom stylelint logic to test our responsive Teaser React components. !2209
Did some housekeeping on our docs website, our build logic, our dev stories, our examples and other things. !2205 !2208 !2210 !2212 !2215 !2217
Fixed an issue in our .dockerignore
. !2204
Added an enhancement to our dev setup for component demos for our docs site. !2225
Improved the rendering of <Accordion />
. !2206
🎨 Themes
Added a new version of the KH Interference
-font for CrimeWorld, the old one did not render correctly on windows machines. !2199
🚀 Features
chameleon-react
Exposed a month
property on the DatePicker
component to allow controlling the displayed month programmatically. !2200
🎨 Themes
Fixed the sport
subtheme in chameleon-theme-gva
. !2197
🚀 Features
chameleon-react
and all chameleon-theme-*
are now type: module
. !2195
🐛 Bug Fix
chameleon-react
Ensured the comment count is not displayed when the comments
prop is explicitly set to false or a null value on Teasers. !2193
🎨 Themes
Onboarded Crime World, the redesign of Sunday World. Keep in mind that due to architectural decisions, the brandcode stays SW
and the theme package thus continues to be named chameleon-theme-sw
. !1886
Fixed the design of the editorial label on the accent-strong
subtheme in chameleon-theme-hbvl
. !2187
🎨 Themes
Reverted the 7.9.0 design change of Divider in chameleon-theme-hbvl
. !2183
🐛 Bug Fix
chameleon-react
Fixed an issue with wrongly styled loading
Teasers. !2184
🏠 Internal
Updates to dependencies:
Fixed a long-standing issue with publishing our swift packages. !2186
Updated Bitrise configuration to use Xcode 16.4 and iOS 18.5 simulator. !2178
🎨 Themes
Reverted the change for the color of BrandHeading in chameleon-theme-nb
. !2173
🚀 Features
Added a slew of new icons to the icon library. !2176
🏠 Internal
Small enhancement to our deployment process. !2172
🐛 Bug Fix
chameleon-react
Size <Placeholder />
with CSS aspect-ratio
instead of padding-bottom
hack. !2170
🎨 Themes
Changed the color of BrandHeading in chameleon-theme-nb
. !2150
Updated the Divider design in chameleon-theme-hbvl
in subthemes. !2152
Changed the font-weight in the Teaser label for chameleon-theme-hbvl
. !2162
Refactored and updated designs for subthemes in chameleon-theme-gva
. !2112
Updated designs for the playbutton in Teaser components. !2158
🚀 Features
Added cookie
and cookie-off
icons to the icon library. !2157
chameleon-react
Changed all relevant :focus
states to use :focus-visible
instead so mouse users no longer get a useless focus ring whereas for keyboard users, it's still there. !2148
🐛 Bug Fix
chameleon-react
Fixed an issue where text-decoration
would not be visible in our LinkText component. !2159
Fixed an issue where incorrect tokens were applied on Teaser meta content. !2165
chameleon-swift
Fixed an issue with duplicate font registrations in iOS. !2156
🏠 Internal
Updates to dependencies:
Start using swiftly and update Swift to 6.1.1. !2115