Version 4.1.0
The Big Tease(r)!
Our Chameleon 4.0.0 release is not even cold, and yet here we are with a 4.1.0 release! Not a major version, but nonetheless another major leap forward: this release brings you teasers and subtheming.
🎨 Themes
-
Subtheming! We're taking our first baby steps in harnessing the power our new token setup brought. The first themes getting this upgrade are:
chameleon-theme-az
:sponsored-content
chameleon-theme-lw
:sponsored-content
andaccent
chameleon-theme-lt
:sponsored-content
andaccent
chameleon-theme-vl
:sponsored-content
andaccent
chameleon-theme-co
:sponsored-content
andaccent
!1145
-
The styling for
BrandedHeading
has been improved forchameleon-theme-lw
,chameleon-theme-lt
,chameleon-theme-vl
andchameleon-theme-co
. !1131 -
Updates the placeholder illustration for
chameleon-theme-indo
. !1141 -
Updates the complete icon set for
chameleon-theme-az
. This also addspuzzle
andpuzzle-fill
icons for all brands. !1141 -
A slew of token updates for
chameleon-theme-ds
,chameleon-theme-hmc
,chameleon-theme-nb
andchameleon-theme-hmc
. !1151 !1157 -
Added the XTR logo (brand-sponsored-content) for
chameleon-theme-ds
!1160
🚀 New Feature
chameleon-react
- Teasers! This release marks Chameleon's first adventure into larger component territory. In this version, we bring you
<DefaultTeaser />
,<TextOnImageTeaser />
and<ListTeaser />
. !1073 <Tag />
, you’re it! A brand new, small, but necessary addition to our component library. !1108- A new
block
prop has been added to<LinkText />
. !1121 - The
<AutoComplete />
component now marks your search query in the suggestions by default. !1139
🐛 Bug Fix
web
- We’ve added
stylelint-value-no-unknown-custom-properties
to our setup, which immediately brought some CSS oversights from our 4.0.0 release to light. !1135 - We’ve made some fixes to our
<AutoComplete />
component inchameleon-react
. Specifically:- the
onInputChange
handler nog longer fires when selecting a suggestion. - The loader now also shows when there are no suggestions yet. !1139
- the
- Fixed an issue with
cdn-logos.js
import. !1143 - Fixed an issue with
convertDateToTimeZone
. !1148 - Fixed an issue with
brand-square-icon-name-horizontal-white
CDN logo config forchameleon-theme-az
. !1154
app
- Gave a bit more love to our
lib-android
export. !1138 - Fixes an issue with camelcasing in tokens. !1137
🏠 Internal
- We’ve updated the minimum required
react
version to16.14.0
!1142