Version 4.3.0
🎨 Themes
- Updated the value of
semantic.foreground.accent.adaptive.default.fill
(for teaser label) andsemantic.foreground.base.adaptive.default.fill
(general text color) to match the Figma designs forchameleon-theme-lw
!1260
🚀 New Feature
- New automated CDN using Focus. More info
web
<DefaultTeaser />
and<TextOnImageTeaser />
now support clamping of the introduction. This is done via theintroductionOptions
property (whereclamp
is set to an amount of lines). More info
mobile
chameleon-kotlin
-
Add support for tokens with different features
boolean
: a bool value to activate features in a componentcomposition
: type used to describe paddingdimension
: dimensions of a componentformat
: format strings describing (like date format)gradient
: data to form a gradient, no drawing code yetnumber
: various numbers to be used in designssizing
: the size of breakpointstextDecoration
: underline/strikethrough/... text
-
Add drawable assets for all themes
- x icon to social-x
- 💥 BREAKING: the naming of the drawables changed to
theme-name-kind
where kind isicon
,illustration
orlogo
-
Support for Typography in both compose and for legacy Typeface
- increase and decrease the font size of a typography token to any desired value
chameleon-swift
- increase and decrease the font size of a typography token to any desired value
🐛 Bug Fix
web
- Raise the specificity for the title inside the
<DefaultTeaser />
component, so its color doesn't get overridden. !1254.