Version 5.7.0
🎨 Themes
- Added the sport subtheme for all MHNR (HMC) brands. !1578
🐛 Bug Fix
chameleon-react
- Revert the newly added feature using
hyphens: auto;
on certain teaser elements. Newsrooms don't want this feature, so we've now changed it tohyphens: manual;
. !1583
🏠 Internal
- Updates to dependencies
- @percy/cli: 1.28.1 -> 1.28.2
- @popperjs/core: 2.11.6 -> 2.11.8
- @swc/core: 1.4.7 -> 1.4.8
- @tokens-studio/sd-transforms: 0.14.1 -> 0.14.4
- @zerodevx/svelte-json-view: 1.0.7 -> 1.0.9
- color2k: 2.0.2 -> 2.0.3
- dotenv: 16.4.1 -> 16.4.5
- postcss: 8.4.35 -> 8.4.38
- turbo: 1.12.4 -> 1.12.5
- Fix our
./tools/setup-mac-environment-for-mobile.sh
script and make it automatically install the correct simulators. !1591