Skip to main content

179 posts tagged with "changelog"

View All Tags

Version 7.16.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Added the accent-tragedy subtheme for chameleon-theme-tel. !2229
  • Changed the datetime tokens for chameleon-theme-sw. !2300
  • Changed the RelatedTeaser image position from left to right for all MHNR brands. !2301
  • Changed the Helvetica Now font to Roboto in chameleon-theme-co and chameleon-theme-vl. !2302
  • Added more logo-*'s to chameleon-theme-wl. !2308

🐛 Bug Fix

chameleon-swift & chameleon-swift-components

  • Fixed an issue with the font-mapping in chameleon-theme-sw. !2303
  • Revert to previous *.ttf font files for chameleon-theme-sw due to baseline issues. !2304

🏠 Internal

Version 7.15.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Updated some tokens for chameleon-theme-sw. !2291 !2272
  • Added a premium subtheme for chameleon-theme-sw. !2271
  • Fix for editorial labels in all subthemes for chameleon-theme-nb. !2271
  • Add asset header tokens. !2295

🚀 Features

chameleon-react

  • We have added the as prop to our <Logo /> component, which makes it work the same as <Illustration /> and <Icon />. Be sure to check the PR for more details: !2224

🏠 Internal

Version 7.14.1

Thomas Mattheussen
PO & Lead Developer

🐛 Bug Fix

chameleon-react

  • Fixed an issue with the onMonthChange prop in <DatePicker />. !2230

🏠 Internal

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

Version 7.13.0

Wannes De Backer
Front-end Developer Web

🎨 Themes

  • Added a new version of the KH Interference-font for CrimeWorld, the old one did not render correctly on windows machines. !2199

🚀 Features

chameleon-react

  • Exposed a month property on the DatePicker component to allow controlling the displayed month programmatically. !2200

Version 7.12.0

Thomas Mattheussen
PO & Lead Developer

🚀 Features

  • chameleon-react and all chameleon-theme-* are now type: module. !2195

🐛 Bug Fix

chameleon-react

  • Ensured the comment count is not displayed when the comments prop is explicitly set to false or a null value on Teasers. !2193

Version 7.11.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Onboarded Crime World, the redesign of Sunday World. Keep in mind that due to architectural decisions, the brandcode stays SW and the theme package thus continues to be named chameleon-theme-sw. !1886
  • Fixed the design of the editorial label on the accent-strong subtheme in chameleon-theme-hbvl. !2187

Version 7.10.1

Thomas Mattheussen
PO & Lead Developer

🎨 Themes

  • Reverted the 7.9.0 design change of Divider in chameleon-theme-hbvl. !2183

🐛 Bug Fix

chameleon-react

  • Fixed an issue with wrongly styled loading Teasers. !2184

🏠 Internal