Skip to main content

Version 5.10.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Updated some tokens in the sponsored-content subtheme for MHNR themes. !1655

🚀 New Feature

chameleon-react

  • We've added a link prop to our <RelatedTeaser /> component which brings it more in line with the other teaser components! !1657
  • We've added 2 new props to our <Quote /> component. The first one being quotationMarks prop for hiding/showing the quotation marks around the quote. The second prop is the icon prop, giving you the flexibility to change (or hide) some visual embellishment. !1659
  • The <Choice /> component now also has the possibility to have a <Switch /> (instead of merely <Radio/> or <CheckBox />). !1635

🐛 Bug Fix

chameleon-react

  • Added a missing text-decoration declaration for the action in a <BrandedHeading />. !1661
  • Refactored the opening/closing logic a bit in <AutoComplete />. !1619

🏠 Internal

  • Updates to dependencies
  • Fixed a caching issue with out new turbo setup. !1652