Skip to main content

84 posts tagged with "patch"

View All Tags

Version 7.7.1

Thomas Mattheussen
PO & Lead Developer

🐛 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

Version 7.6.5

Stijn Willems
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

Version 7.6.4

Thomas Mattheussen
PO & Lead Developer

🎨 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

Version 7.6.2

Thomas Mattheussen
PO & Lead Developer

🐛 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

Version 7.4.2

Stijn Willems
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

Version 7.4.1

Thomas Mattheussen
PO & Lead Developer

🐛 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

Version 7.3.2

Thomas Mattheussen
PO & Lead Developer

🏠 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

Version 7.2.1

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • For chameleon-theme-nb we've made some changes to the Related Teaser design: the image has switched position and has been enlarged. !2003
  • For chameleon-theme-tel we've made some changes to the nav 2.0 design: the font family is now Roboto instead of the system font. !2004
  • For chameleon-theme-co, chameleon-theme-lt, chameleon-theme-lw and chameleon-theme-vl we've made some changes to subthemed Branded Heading designs: they no longer have a border top (when in a subtheme). !2005
  • For chameleon-theme-tel we've fixed the design of the Segmented Control in darkmode. !2007

Version 6.8.2

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Updated some editorialLabel tokens for chameleon-theme-gva and chameleon-theme-ds. !1949
  • The breaking subtheme is now made available on other storyblocks as well by updating some tokens. !1947

🏠 Internal