Skip to main content

158 posts tagged with "changelog"

View All Tags

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.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • 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

🏠 Internal​

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 7.2.0

Wannes De Backer
Front-end Developer Web

🎨 Themes​

  • Added new social media icons social-bluesky and social-threads. !1997
  • Updated the position of the premium icon on AZ to inline-before instead of after the taxonomy. !1990

πŸš€ New Features​

chameleon-swift​

  • Added a new SegmentedControl component. !1985

chameleon-kotlin​

  • Added a new SegmentedControl component. !1994
  • Enabled internal SDKs to modify TextOverflow and MaxLines properties on Header, Caption, Paragraph and RichContent components. !1998

πŸ› Bug Fixes​

chameleon-react​

  • Fixed an issue where the <SegmentedControl/> color was hardcoded instead of using the theme token. !1992

🏠 Internal​

chameleon-kotlin​

  • Added a check to ensure the signing properties file exists before building the demo app. !1999

Version 7.1.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Added and updated tokens for navigation. !1973
  • Updated all menu-* icons to improve their optical size. !1972
  • Updated linkText.default.textDecoration for chameleon-theme-tel. !1978
  • Updated semantic.paragraph.default.*.strong.typography.fontWeight for chameleon-theme-az. !1977

πŸš€ New Feature​

chameleon-react​

  • Added imageOptions.hidden for <TextOnImageTeaser/> which allows you to hide the image and remove the placeholder. !1976
  • Added 'use client' for components that need it. !1974

chameleon-swift​

  • Allowed nil for typography due to complexities on implementation side. !1965
  • Added a wrapper to be able to inject the tokenContainer when embedding in a UIViewController. !1967
  • Added extra typealiases to bridge TokenIO to Chameleon. !1966

πŸ› Bug Fix​

chameleon-react​

  • Fixed the typing of dateTimeOptions.timeZone. !1957
  • Fixed some wrong tokens in TeaserTaxonomy !1959

chameleon-swift​

  • Implemented DefaultProvider for TC. !1958
  • Added string based paths to init of components. !1960
  • Restored pre-7.0 behavior, allowing custom subTheme application to list rows. Improved image lookup for irregular image names using camelCase or missing icon/illustration suffixes. !1963
  • Fixed performance when a subtheme is applied. !1979

🏠 Internal​

  • Updates to dependencies:
  • Added missing documentation for <SegmentedControl />. !1955
  • Added missing documentation for <Dropdown />. !1982
  • Updated outdated asset tokens to 7.x. !1969
  • Automated publishing of the android demo app via CI. !1964
  • Added support for XCode 15.4. !1970 !1971
  • Copy bitrise configuration when needed for publishing. !1954
  • Cleaned up the newspaper Storybook story. !1986

Version 7.0.0

Thomas Mattheussen
PO & Lead Developer

✨🌈 Hello v7​

Following some management decisions, the Chameleon project is facing an unclear future going forward.

To prepare our beloved Mediahuis design system for this moment, we’ve introduced version 7.0.0. This release focuses on decoupling the native and web parts, along with removing a lot of legacy code.

A heartfelt thank you to all the Chameleons who made this product the gem it truly is. 🦎✨

πŸš€ New Feature​

chameleon-swift​

  • Our game-changing native setup, token-io, now powers chameleon-swift! !1933

chameleon-react​

  • πŸ’₯ BREAKING: chameleon-react no longer supports React v16. The minimum required version is now react v18.2.X. !1927

chameleon-postcss-plugin​

  • The postcss plugin is rewritten, bringing it up to date. (πŸ’₯ BREAKING: if you haven't already, upgrade your postcss dependency to v8 or up) !1925

Legacy code and packages removal​

πŸ’₯ BREAKING: We’ve purged a significant amount of legacy code and packages.

The following packages have been removed:

  • chameleon-react-legacy
  • chameleon-react-bundled
  • chameleon-scripts-legacy
  • chameleon-theme-nb-legacy
  • chameleon-tokens
  • chameleon-swift-tokens-legacy

In addition the following things are also no longer available:

  • the src-legacy/ folder for each theme
  • the cdn-logos.js file for each theme
  • the lib-legacy/ folder for each theme is no longer published through NPM
  • the lib-android/ folder for each theme is no longer published through NPM

If you need anything mentioned here. Please refrain from updating and keep using the latest 6.x.x version.

!1921

🏠 Internal​

  • In finishing token-io and improving on some other parts, we were able to greatly improve our developer and CI workflow. !1893