Skip to main content

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