Version 5.12.1
🐛 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.7android-gradlePlugin
: 8.2.1 -> 8.5.0appcompat
: 1.6.1 -> 1.7.0compose-activity
: 1.8.2 -> 1.9.0compose-bom
: 2024.02.00 -> 2024.06.00coreKtx
: 1.12.0 -> 1.13.1material
: 1.10.0 -> 1.12.0versionLifecycleRuntimeKtx
: 2.6.2 -> 2.8.2androidTools
: 31.3.2 -> 31.5.0