73 posts tagged with "patch"
View All TagsVersion 6.1.1
π Bug Fixβ
- Fixed an issue where podcast teaser images were sometimes incorrectly sized. !1823
- Fixed a missing
accent/desktop
subtheme forchameleon-theme-yc
. !1806
π Internalβ
- Updates to dependencies:
- @percy/cli: 1.29.3 -> 1.29.4
- @percy/storybook: 6.0.0 -> 6.0.2
- http-proxy-middleware: 2.0.6 -> 3.0.2
- husky: 9.1.4 -> 9.1.6
- p-limit: 5.0.0 -> 6.1.0
- p-queue: 7.3.4 -> 8.0.1
- stylelint: 15.9.0 -> 16.9.0
- vitest: 1.5.0 -> 2.1.1
Version 6.0.2
Version 6.0.1
πΒ BugΒ Fixβ
webβ
- Resolved a type issue in
useMediaQuery
, which was inadvertently excluded due to a faulty extension, leading to an error during themediahuis-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 articleTypepodcast
. !1789
kotlinβ
- You can now pass a
ColorScheme
andWindowSizeClass
to theSubThemeStore.get()
function, making it easier to retrieve aSubThemeStore
. !1800
swiftβ
- Fixed compatibility issue with
chameleon-swift
6.0 wheremainActor
was not inferred correctly in earlier Swift versions (Swift 5.9) MHDS-3021.
Version 5.14.2
Version 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-lt
logos. !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-content
subtheme colors for HBVL and GVA. !1650
π Bug Fixβ
chameleon-reactβ
- Fixed an issue with
fullHeight
prop in<DefaultTeaser />
. !1647
chameleon-kotlinβ
- Fixed a small issue with inline assets. !1651
Version 5.9.1
π¨Β Themesβ
- Updated
teaser.background.highlight.fill
for HBVL sponsored-content subtheme. !1633 - Updated the
person
andperson-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β
π 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.