🎨 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
🐛 Bug Fix
chameleon-react
Size <Placeholder />
with CSS aspect-ratio
instead of padding-bottom
hack. !2170
🐛 Bug Fix
Fixed incorrect styling of the editorial label in the breaking
subtheme of chameleon-theme-ds
to align with accent-strong
. !2151
Corrected divider.border
token values in all chameleon-theme-nb
subthemes. !2145
🏠 Internal
Logged a workaround for known Swift publish timeouts. When the spm-publish
step fails or times out, fallback instructions are now provided in the pipeline logs. !2147
🐛 Bug Fix
chameleon-swift & chameleon-swift-components
Fix the demo app (broken in the previous release) and made some extra improvements to various components. !2127
Improved theme switching in demo apps by including the theme in the hasher. !2132
🏠 Internal
Add a test to make sure boolean tokens have correct values. !2130
April 22, 2025
Front-end Developer iOS & Android
🚀 Features
chameleon-swift
Add Chameleon context view modifier to safer change the context. !2100
Small improvements on SegmentedControl. !2101
🏠 Internal
Automatically add issue trailers when committing and improve the pre-commit
git hook. !2100
🎨 Themes
Changed the position of the premium logo in ListTeasers for chameleon-theme-nb
. !2094
🐛 Bug Fix
chameleon-swift && chameleon-swift-components
Made sure typography modifications work correctly. !2095
chameleon-docs
Fixed an issue on our docs website due to a bad migration, rendering all demos unusable. !2085
🏠 Internal
Updates to dependencies:
Continued the efforts of migrating away from @mediahuis/scripts
. !2086 !2088
🐛 Bug Fix
Fixed a problem with token container equatablity causing Zephr custom subThemes to stop working. !2083
🏠 Internal
Make SegmentedControl stylable, so that it can be reused as a tab bar in the sport sdk. !2067
March 24, 2025
Front-end Developer iOS & Android
🐛 Bug Fixes
chameleon-swift
Fixed typography font rendering by using the correct font property instead of fontMarkDown. Added snapshot tests for all brands to ensure consistent typography rendering across themes (and also fixed a typo in PreviewModifier parameter name from followSystemColorSchme
to followSystemColorScheme
). !2050
🐛 Bug Fixes
chameleon-kotlin
From now on it will be possible to retrieve drawable tokens for a string with or without specifying if it's a logo, illustration or icon. !2044
🏠 Internal
Updates to dependencies:
Some small fixes and enhancements to the gradle caching introduced in the previous version. !2037
🏠 Internal
🦦 Other
chameleon-swift
Streamlined chameleon-v7 integration by removing ChameleonView, optimizing token path resolution and subtheme handling, and reducing state mutation to enhance SwiftUI performance. !2019