88 posts tagged with "patch"
View All TagsVersion 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.
Version 4.6.1
๐จย Themesโ
- Update plus logos for hmc !1355
- Teasers for
chameleon-theme-co
,chameleon-theme-lt
,chameleon-theme-lw
andchameleon-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
toviewModifier
to allow for padding to be added to a view. - Add
ForegroundViewModifier
toviewModifier
to allow for foreground color to be added to a view. - Add
TintViewModifier
toviewModifier
to allow for tint color to be added to a view. - Add
ShadowViewModifier
toviewModifier
to allow for shadow to be added to a view. - Add
FrameViewModifier
toviewModifier
to allow for frame to be added to a view. - Add
RoundSpecificCornerViewModifier
toviewModifier
to 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
ListTeaser
forchameleon-theme-co
,chameleon-theme-lt
,chameleon-theme-lw
andchameleon-theme-vl
to match designs. !1297
๐ Internalโ
Version 4.3.1
๐ย 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.