π¨Β Themesβ
Added the sport subtheme for all MHNR (HMC) brands. !1578
π Bug Fixβ
chameleon-reactβ
Revert the newly added feature using hyphens: auto;
on certain teaser elements. Newsrooms don't want this feature, so we've now changed it to hyphens: manual;
. !1583
π Internalβ
Updates to dependencies
Fix our ./tools/setup-mac-environment-for-mobile.sh
script and make it automatically install the correct simulators. !1591
π New Featureβ
chameleon-reactβ
Added the imageOptions
prop to <DefaultTeaser />
and <TextOnImageTeaser />
. (and deprecated the imageAspectRatio
prop, moving it to imageOptions.aspectRatio
) !1565
π Bug Fixβ
chameleon-swiftβ
Fixed a crash on autoRegister. !1573
π Internalβ
Updates to dependencies
Use toml versioning catalog for all modules !1575
Updated our docusaurus to v3 !1429
Fix the wrong swift version in v5.5.0 !1568
Fix the native release process for non-stable releases. !1569 !1576
π¨Β Themesβ
Updated the icons for all MHNR brands. !1556
π New Featureβ
chameleon-reactβ
Added the testIDs
prop to all teaser components, allowing you to add data-testid
attributes to specific internal teaser elements. !1543
chameleon-kotlin-componentsβ
You now don't have to use the illustration
, logo
or icon
suffix for drawables in RichContent. !1551
chameleon-kotlinβ
Greatly improve setup performance for subtheming. !1550
π Bug Fixβ
chameleon-reactβ
Fixed accidentally submitting forms when clicking the calendar icon in <DatePicker />
!1563
chameleon-swift-componentsβ
Removed the alignment prop for the List component. !1527
π Internalβ
Updates to dependencies
Update to xcode 15.3 and swift 5.10 with fix for swift-format. !1558
Fixed some logos not showing on our docs homepage. !1557
Removed our legacy styleguide JSON exports and tests (from our old docs website). !1554
Split up the chameleon-theme-* source folder structure, making a distinction between src/
and src-legacy/
. !1547
π¨Β Themesβ
Updated some teaser.introduction
token values for MHNR brands. !1542
π New Featureβ
chameleon-kotlin-componentsβ
Added a ChRichContent component. !1540
π Bug Fixβ
chameleon-swift-componentsβ
Fixed unstylable links in paragraphs. !1539
π¨Β Themesβ
Updated the page-not-found
illustration for all MHNR brands. !1534
Updated the brand-icon-abbreviation-horizontal
logo for HBVL. !1534
π New Featureβ
Rich content now also allowed in Heading components. !1537
π Bug Fixβ
chameleon-kotlin-componentsβ
A small bugfix for possibly unspecified drawables !1528
Separate icon annotations and spanstyles so they don't interfere !1535
π Internalβ
Updates to dependencies
Group mediahuis packages together for renovate updates. !1531
Small fix for our prepare-commit-msg hook when releasing. !1533
Small perf improvement for our Swift test and builds on bitrise. !1530
π Bug Fixβ
chameleon-reactβ
Fixed an issue in <DefaultTeaser />
where introduction wouldn't show on some breakpoints, despite having a correct introductionOptions
prop.
chameleon-kotlin-componentsβ
We have added a temporary (see deprecation note) fix to add shadows of the ChCard component in. !1517
chameleon-swift-componentsβ
We have added a temporary (see deprecation note) fix to some whitespacing in the ChCard component. !1513
π New Featureβ
We've updated the HTML text parsing implementations so it better handles:
<br/>
HTML tags !1512
<strong>
and <b>
HTML tags !1518
inline images in text !1519 !1520
URLS !1521
Rich Content as a whole through the use of a new (experimental) ChRichContent component !1526