Skip to content

v16.0.0

Compare
Choose a tag to compare
@craigcook craigcook released this 10 Nov 19:38
· 192 commits to main since this release
74bd3f7

Features

  • css: Add tertiary theme colors.
  • css: (breaking) Rename "alt" theme colors to "secondary."
  • component: New breadcrumb component.

Bug Fixes

  • css: Fix image overlapping content in a reversed Split with media overflow.

Migration Tips

  • Update any uses of the theme variable background-color-alt (in the get-theme() function) to background-color-secondary.
  • Update any uses of the theme variable background-color-alt-inverse (in the get-theme() function) to background-color-secondary-inverse.
  • Update any uses of the theme variable body-text-color-alt (in the get-theme() function) to body-text-color-secondary.
  • Update any uses of the theme variable body-text-color-alt-inverse (in the get-theme() function) to body-text-color-secondary-inverse.
  • Update any uses of the mzp-t-background-alt class to mzp-t-background-secondary.