89 posts tagged with "patch"
View All TagsVersion 5.14.1
Version 5.13.1
π 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-ltlogos. !1723
chameleon-swift-tokens-legacyβ
- Fixed a build/pipeline issue. !1720
π Internalβ
- Updates to dependencies
- @percy/storybook: 6.0.0 -> 6.0.1
- @popperjs/core: 2.11.6 -> 2.11.8
- husky: 8.0.3 -> 9.1.1
- turbo: 1.13.3 -> 1.13.4
- 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
π 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
Version 5.9.2
π¨Β Themesβ
- Updated the default color tokens for our new Rating component. !1645 !1649
- Updated the
sponsored-contentsubtheme colors for HBVL and GVA. !1650
π Bug Fixβ
chameleon-reactβ
- Fixed an issue with
fullHeightprop in<DefaultTeaser />. !1647
chameleon-kotlinβ
- Fixed a small issue with inline assets. !1651
Version 5.9.1
π¨Β Themesβ
- Updated
teaser.background.highlight.fillfor HBVL sponsored-content subtheme. !1633 - Updated the
personandperson-fillicons 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β
π Internalβ
- Updates to dependencies
- @percy/cli: 1.28.2 -> 1.28.5
- @swc/core: 1.4.12 -> 1.4.17
- turbo: 1.13.2 -> 1.13.3
- vite: 5.2.7 -> 5.2.11
- 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
π¨Β Themesβ
- Update plus logos for hmc !1355
- Teasers for
chameleon-theme-co,chameleon-theme-lt,chameleon-theme-lwandchameleon-theme-vlhave 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
ParagraphViewModifierto make it work in SwiftUI. Linespacing was way too big. - The demo contains a paragraph example that shows how to use the
ParagraphViewModifierin SwiftUI.
Addβ
- Add
PaddingModifiertoviewModifierto allow for padding to be added to a view. - Add
ForegroundViewModifiertoviewModifierto allow for foreground color to be added to a view. - Add
TintViewModifiertoviewModifierto allow for tint color to be added to a view. - Add
ShadowViewModifiertoviewModifierto allow for shadow to be added to a view. - Add
FrameViewModifiertoviewModifierto allow for frame to be added to a view. - Add
RoundSpecificCornerViewModifiertoviewModifierto allow for background color to be added to a view.
Version 4.4.2
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
ListTeaserforchameleon-theme-co,chameleon-theme-lt,chameleon-theme-lwandchameleon-theme-vlto match designs. !1297
π Internalβ
Version 4.3.1
πΒ BugΒ Fixβ
webβ
- Stop unwanted shrinking of
Iconif 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
viewportgot 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.




