Skip to main content

73 posts tagged with "patch"

View All Tags

Version 6.2.1

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Updated the quotes icon for chameleon-theme-nb, chameleon-theme-dl and chameleon-theme-gva. !1859
  • Updated the customer-support icon for all themes. !1859

🏠 Internal​

  • Updates to dependencies:
  • Refactored some icons in Figma for cleaner SVG output (no visual changes). !1858

Version 6.1.1

Thomas Mattheussen
PO & Lead Developer

πŸ› Bug Fix​

  • Fixed an issue where podcast teaser images were sometimes incorrectly sized. !1823
  • Fixed a missing accent/desktop subtheme for chameleon-theme-yc. !1806

🏠 Internal​

Version 6.0.1

Wannes De Backer
Front-end Developer Web

πŸ›Β BugΒ Fix​

web​

  • Resolved a type issue in useMediaQuery, which was inadvertently excluded due to a faulty extension, leading to an error during the mediahuis-compile step. !1792
  • Fixed an issue in the <Logo /> component where outdated pre-6.0.0 values were still being used, causing the image to break. !1799
  • Removed the duplicate podcast image logic in the Teaser with articleType podcast. !1789

kotlin​

  • You can now pass a ColorScheme and WindowSizeClass to the SubThemeStore.get() function, making it easier to retrieve a SubThemeStore. !1800

swift​

  • Fixed compatibility issue with chameleon-swift 6.0 where mainActor was not inferred correctly in earlier Swift versions (Swift 5.9) MHDS-3021.

Version 5.14.1

Dieter Vaesen
Front-end Developer Android

πŸ› Bug fix​

chameleon-kotlin​

  • A bug was found where text in components for certain SubThemes were cut off. Aligning the line height logic with web solves this problem. !1749

πŸš€ New Feature​

  • We've extended our RelatedTeaser component with an image prop. !1752

🏠 Internal​

  • Make sure our swift code is compatible with mac as well !1751
  • Our docs website component previews now persist the props in the URL. !1759

Version 5.13.1

Thomas Mattheussen
PO & Lead Developer

πŸš€ New Feature​

chameleon-swift​

  • Check validity of subTheme on set on the token container. !1710

πŸ› Bug fix​

chameleon-react​

  • Fixed an SSR issue with our <Portal /> component. !1716

chameleon-themes​

  • Fixed an issue with SVG dimensions on chameleon-theme-lt logos. !1723

chameleon-swift-tokens-legacy​

  • Fixed a build/pipeline issue. !1720

🏠 Internal​

  • Updates to dependencies
  • Added subtheme functionality to our demo's on the docs website. Darkmode functionality has been implemented as well, but hidden from our users for now (as we don't have any good darkmode brands atm). !1653

Version 5.12.1

Stijn Willems
Front-end Developer iOS & Android

πŸ› Bug Fix​

chameleon-swift​

  • Swift default provider to remove fatalError when token value not found !1695
  • Introduced a subTheme getter to validate the created subTheme against the available subThemes in the theme. !1699
let subTheme: SubTheme.Kind = try SubTheme.Kind("sponsored-content")

chameleon-kotlin​

  • Introduced a subTheme getter to validate the created subTheme against the available subThemes in the theme. !1702
val subTheme: SubTheme.Key? = SubTheme.Key.get(
name: "sponsored-content",
theme: theme)

🏠 Internal​

  • Updates to kotlin/android dependencies:
    • gradle: 8.6 -> 8.7
    • android-gradlePlugin: 8.2.1 -> 8.5.0
    • appcompat: 1.6.1 -> 1.7.0
    • compose-activity: 1.8.2 -> 1.9.0
    • compose-bom: 2024.02.00 -> 2024.06.00
    • coreKtx: 1.12.0 -> 1.13.1
    • material: 1.10.0 -> 1.12.0
    • versionLifecycleRuntimeKtx: 2.6.2 -> 2.8.2
    • androidTools: 31.3.2 -> 31.5.0

Version 5.9.1

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Updated teaser.background.highlight.fill for HBVL sponsored-content subtheme. !1633
  • Updated the person and person-fill icons for our MHIE brands (Beltel, Indo and SW). !1634
  • Updated the date format tokens for GVA and HBVL so the day part no longer has leading zeroes. !1643

πŸ› Bug Fix​

chameleon-swift & chameleon-kotlin​

  • Fixed the rendering of inline assets. !1637 !1640

🏠 Internal​

  • Updates to dependencies
  • Removed plugins from chameleon-swift with a major performance boost as a consequence. !1630
  • Added the new Subthemes page in our docs foundations section.