v6.0.1
Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.
It resolves a couple of regressions introduced in v6.0, and achieves an important step towards cleaning up the design system's codebase.
Bug fixes 🐛
- Gallery thumbnail ratios are not computed properly. The ratios are now computed from the value of the
data-size
attributes rather than from the thumbnails themselves. https://github.com/unimelb/unimelb-design-system/pull/841 - In-page tab buttons switch to wrong tab panels https://github.com/unimelb/unimelb-design-system/pull/842
Other changes
- Remove compass and every one of its mixins (
rem
,adjust-font-size-to
,padding-leader
, etc.) Set up postcss-cssnext to take care of auto-prefixing andrem
fallbacks, amongst other features. https://github.com/unimelb/unimelb-design-system/pull/844 - Document process to update legacy injection in README https://github.com/unimelb/unimelb-design-system/pull/838
- Relax version tracking regex to fix tracking on some WordPress sites https://github.com/unimelb/unimelb-design-system/pull/839
- Fix references to old notice syntax in docs https://github.com/unimelb/unimelb-design-system/pull/845