We've added a boolean type to the teaser components' comment prop. This means you don't have to provide a bogus comment count when setting commentsOptions.hideCount = false. !2077
We've started the process of migrating away from @mediahuis/scripts throughout our codebase, first up are the formatting, linting and cleaning commands. !2069
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
Updated the primary font for chameleon-theme-gva: FFGoodWide (Monotype) is now LibreFranklin (Google Fonts). !2028
Added a missing token for background on Teaser taxonomy. !2031
Added an overwrite for semantic.foreground.accent.adaptive.default.fill in the chameleon-theme-ds breaking subtheme which fixes the badly colored numbers in ordered lists. !2035
Fixed some problems with chameleon-theme-tel darkmode. !2022
Streamlined chameleon-v7 integration by removing ChameleonView, optimizing token path resolution and subtheme handling, and reducing state mutation to enhance SwiftUI performance. !2019