Skip to content

v0.0.152

Choose a tag to compare

@bsastregx bsastregx released this 28 Oct 01:43
· 286 commits to main since this release

What's Changed

Mercury 0.9.13

  • Add :host() selector to widget and elevation bundles for Shadow DOM support.
  • Include new sidebar selector classes: .sidebar-collapsed-hidden, and .sidebar-with-motion.

Breaking Changes:

Mercury

  • .form-input component class selector was renamed to .input.
  • "layout" and "spacing" classes, were splitted into two independent bundles: utils/layout and utils/spacing respectively.
  • spacing-body-* classes are not required anymore for the dialog footer. The footer padding is now included by default.
  • Rename elevation classes by removing the "0" from the suffix :
.elevation-01 -> .elevation-1
.elevation-02 -> .elevation-2
.elevation-03 -> .elevation-3

Full Changelog: v0.0.151...v0.0.152