Skip to main content

96 posts tagged with "patch"

View All Tags

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.

Version 4.6.1

Stijn Willems
Front-end Developer iOS & Android

🎨 Themes

  • Update plus logos for hmc !1355
  • Teasers for chameleon-theme-co, chameleon-theme-lt, chameleon-theme-lw and chameleon-theme-vl have been updated !1344

🚀 New Feature

chameleon-swift

  • In 4.6.0 the themes were no longer added one by one to the package manifest. This is reverted due to a bug in Swift package manager where it was impossible to add dependencies to a package. Swift manifest that looks for paths to folders using file manager rather then explicitly writing them.
Fix
  • Fixes linespacing calculation in ParagraphViewModifier to make it work in SwiftUI. Linespacing was way too big.
  • The demo contains a paragraph example that shows how to use the ParagraphViewModifier in SwiftUI.
Add
  • Add PaddingModifier to viewModifier to allow for padding to be added to a view.
  • Add ForegroundViewModifier to viewModifier to allow for foreground color to be added to a view.
  • Add TintViewModifier to viewModifier to allow for tint color to be added to a view.
  • Add ShadowViewModifier to viewModifier to allow for shadow to be added to a view.
  • Add FrameViewModifier to viewModifier to allow for frame to be added to a view.
  • Add RoundSpecificCornerViewModifier to viewModifier to allow for background color to be added to a view.

Version 4.4.2

Ken Wuytack
Ken Wuytack
Team Lead & UI/System Designer

Key Updates: Adding missing tokens and some internal chores.

Notice: 4.4.1 is a failed release, so we skipped it.

🐛 Bug Fix

  • Adding missing tokens for HUB subthemes !1310
  • Fixing incorrect title font for the ListTeaser for chameleon-theme-co, chameleon-theme-lt, chameleon-theme-lw and chameleon-theme-vl to match designs. !1297

🏠 Internal

  • Adding missing token imports in React Components, this could cause weird results in the Percy snapshots !1301
    • Adding correct scaling tokens to docsite !1284 and !1304

Version 4.3.1

Wannes De Backer
Front-end Developer Web

🐛 Bug Fix

web

  • Stop unwanted shrinking of Icon if parent is flex and the content next to it takes up much space. !2478
  • Fix a bug caused by a SVGO as a dependency of SVGR where viewport got removed from SVGs, leading to SVG's having a wrong size. !2478

🏠 Internal

release

  • Run the CDN-upload on every release, if not we created an unstable Logo component.

Version 3.4.2

Thomas Mattheussen
PO & Lead Developer

🚀 New Feature

  • We’ve added new icons country and country-fill. !929

🎨 Themes

  • We’ve added new external-link icon design for chameleon-theme-nb, chameleon-theme-gva, chameleon-theme-hbvl and for chameleon-theme-wl. !929
  • chameleon-theme-co, chameleon-theme-tc & chameleon-theme-lt now have monochrome instead of polychrome weather icons. !929, !932
  • We’ve updated the brand and brand-fill icons for chameleon-theme-lt, chameleon-theme-co and chameleon-theme-tc. !929
  • The locale used for chameleon-react datepicker is now de-de instead of fr-fr for chameleon-theme-tc. !923
  • Due to the addition of the country and country-fill icons, the pin and pin-fill icons in chameleon-theme-lw and chameleon-theme-vl are now reverted to their original design (a location pin). !932

🏠 Internal