Skip to main content

Version 7.14.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Added sponsored-content subthemes for chameleon-theme-beltel, chameleon-theme-indo and chameleon-theme-sw. !2207

🚀 Features

chameleon-react

  • We've exposed an update function to our <Dropdown /> component so you can trigger a recalculation for its position when needed. Check out the example we've added on using it with a MutationObserver. (Also, we've migrated the entire codebase from using popper to its successor floating-ui.) !2222

🐛 Bug Fix

  • Fixed an issue where in some brands the play icon wasn't correctly centered. !2213

🏠 Internal

  • Updates to dependencies:
  • Fixed a small issue with our git hooks. !2214
  • Added some JSDoc typing to our compile setup. !2203
  • Added the possibility to throttle uploads to Focus CDN. !2201
  • Added a custom stylelint logic to test our responsive Teaser React components. !2209
  • Did some housekeeping on our docs website, our build logic, our dev stories, our examples and other things. !2205 !2208 !2210 !2212 !2215 !2217
  • Fixed an issue in our .dockerignore. !2204
  • Added an enhancement to our dev setup for component demos for our docs site. !2225
  • Improved the rendering of <Accordion />. !2206