Version 4.9.1
👻 Note: 4.9.0 has been skipped due to a botched release process.
🚀 New Feature
- Italics! Tokens now support italic style fonts. !1382
- In order to get a better visual sizing for the play button on video teasers, the size is now fluid with a min and max value. !1410
- ListTeaser visual updates: update styling of the datetime and layout dependent on size of surrounding container !1419 and also add an underline on hover !1432
- BrandedHeading component no longer requires an
actionLabel
. Now, when this prop is omitted, theChevron
icon will be adjacent to the text instead. !1425 - ListTeaser component now has underline on hover. !1432
🐛 Bug Fix
- Fixed a missing
config/cdn.json
file in all new MHNO themes. !1430 - Fixed a bug inside the
TeaserPremium
icon, where onxs
breakpoint with sizesm
it placed thepremium
-icon on a new-line. !1439 - Fixed an issue with our themes/subthemes setup for CSS. !1442
- Fixed a padding issue on DefaultTeaser. !1448
🏠 Internal
- Updates to dependencies
- @percy/cli: 1.27.6 -> 1.27.7
- @tokens-studio/sd-transforms: 0.11.6 -> 0.14.1
- storybook/*: 7.2.2 -> 7.5.16
- apple/swift-log: 1.5.3 -> 1.5.4
- Updates to docs website:
- In addition to updating Storybook to the latest version, we fixed a longstanding bug that caused our own setup not to show the responsiveness of our tokens. !1408
- Make css classes readable in our storybook !1422
- Removed an obsolete
fs-extra
dependency !1424 - A complete refactor of our demo Android app, marking a great start for @dieter.vaesen! !1413