🚀 New Features
- Added an extra placeholder ratio:
21:9
!MR 359
- BETA: Added a new component:
<DateTime />
!MR 354
🎨 Themes
- Updated illustrations for
chameleon-theme-nb
and
chameleon-theme-nb-winter-2021
!MR 324
- Updated foundations for
chameleon-theme-dl
!MR 332,
!MR 357,
!MR 376,
!MR 378
- Updated foundations for
chameleon-theme-hub
!MR 327
- Updated grid breakpoint values for
chameleon-theme-hub
,
chameleon-theme-wort-de
, chameleon-theme-wort-en
,
chameleon-theme-wort-tc
, chameleon-theme-wort-pt
,
!MR 334
- Updated color for
<LinkText>
in chameleon-theme-swcom
!MR 331
- Updated
color.grey.60
shade in chameleon-theme-swcom
!MR 374
- Following a survey regarding the new Nieuwsblad app we updated the
font.paragraph.size
token value in chameleon-theme-gva-summer-2020
,
chameleon-theme-hbvl-summer-2020
, chameleon-theme-nb
,
chameleon-theme-nb-winter-2021
and chameleon-theme-dl
from 16 to 17 for
better readability on mobile devices.
!MR 369
🏠 Internal
- Updates to dependencies:
- Removed internal references to deprecated
<Image />
component
!323
- Removed
chameleon-cli-create-theme
package due to not being used or
maintained.
!375
🐛 Bug Fix
- Fixed typo in default
grid.breakpoint.medium
token value.
!333
🦦 Other
- Correctly licensed
Produkt
font has been added for
chameleon-theme-nb-winter-2021
.
MR !320
🦦 Other
- Correctly licensed
Produkt
font has been added for
chameleon-theme-nb-winter-2021
.
MR !320
1.12.1 (21-2-2022)
🚀 New Features
- Add success state to
AutoComplete
, DatePicker
& TextField
in the
chameleon-react
package
!MR 306
🎨 Themes
- Add logos to
chameleon-theme-hub
package
!MR 301
- Add RSS icon
!MR 302
- Removed margin from BrandedHeading in
chameleon-theme-swcom
when no action
is set
!MR 303
- Updated the line-height from Heading1 in
chameleon-theme-swcom
!MR 304
- Updated the sales illustrations in
chameleon-theme-nb
&
chameleon-theme-nb-winter-2021
!MR 307
!MR 308
- Make it possible to use the v2 logo in
chameleon-theme-dl
this will also be
the default!
!MR 309
- Updated the v2 logos in
chameleon-theme-ds
!MR 310
- Add theme
chameleon-theme-wort-en
!MR 311
- Add theme
chameleon-theme-wort-pt
!MR 312
- Add theme
chameleon-theme-wort-tc
!MR 313
🐛 Bug Fix
- Fixed: when a
<Tooltip />
is used in the action=""
prop of a
<WideListItem />
, there's a visual overflow bug (the tooltip is clipped by a
parent with overflow: hidden
.)
!MR 248
🏠 Internal
- Updates to dependencies:
- Refactored some deprecated
Sass
code: /
is currently treated as a division
operation in some contexts and a separator in others. Hence
the deprecation
to use /
as a division operator.
!MR 232,
!MR 247
🐛 Bug Fix
- Add height to
chameleon-theme-hmc
, chameleon-theme-hmc-ge
,
chameleon-theme-hmc-hd
, chameleon-theme-hmc-ld
, chameleon-theme-hmc-nhd
,
chameleon-theme-hmc-yc
buttons
!MR 197
🎨 Themes
- Add favicons to
chameleon-theme-beltel
, chameleon-theme-dl
,
chameleon-theme-ds
, chameleon-theme-gva-summer-2020
,
chameleon-theme-hbvl-summer-2020
, chameleon-theme-hmc-ge
,
chameleon-theme-hmc-hd
, chameleon-theme-hmc-ld
, chameleon-theme-hmc-nhd
,
chameleon-theme-hmc-yc
, chameleon-theme-indo
, chameleon-theme-nb
,
chameleon-theme-nb-winter-2021
, chameleon-theme-swcom
,
chameleon-theme-wl
!MR 192
🐛 Bug Fix
- Add missing fonts for
chameleon-theme-beltel
and chameleon-theme-indo
!MR 189
📝 Documentation
- Deprecated
<Fonts />
component
!MR 190
🏠 Internal
Themes
- Changed HMC button update (primary buttons are red now)
- Changed BrandedHeading text to wrapping instead of truncating for NB theme
- Added OpenSans for HMC theme
- Added motion-duration-loop token
React
- Added line-height for Select component
- Fixed Dialog overflow not working corectly on iPad
Android
- Changed line-heights are now absolute values
React
- Fixed wl cdn font-link
- Fixed
:visited
buttons & links
- Fixed logo import bug
Themes
- Changed Paragraph responsive font-size
nb-winter-2021
(now 18px on desktop)
- Changed Paragraph responsive font-size
beltel
(now 18px on desktop)
- Changed Paragraph responsive font-size
indo
(now 18px on desktop)
- Changed Paragraph responsive font-size
swcom
(now 18px on desktop)
- Changed Paragraph responsive font-size
chameleon-hmc-nhb
(now 18px on
desktop)
- Changed Paragraph responsive font-size
chameleon-hmc-ld
(now 18px on
desktop)
- Changed Paragraph responsive font-size
chameleon-hmc-hd
(now 18px on
desktop)
- Changed Paragraph responsive font-size
chameleon-hmc-yc
(now 18px on
desktop)
- Changed Paragraph responsive font-size
chameleon-hmc-ge
(now 18px on
desktop)
Swift
- Added new package
chameleon-swift
with a basic structure that includes brand
colors.
React/Themes
- Changed Logo config is moved to themes
- Changed
hmc
BrandedHeading mobile padding/overall padding finetuning
- Changed
hmc
BrandedHeading responsive style
React
- Added autocomplete prop to Autocomplete component
- Update BrandedHeading
nb
theme
Themes
- Update line-heights existing
nb
theme
- Make illustrations tree shakable by using imports
Docs