CHANGELOG.md 1.8 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

15.0.0-canary.90291f2e2.0 (2023-05-23)

Bug Fixes

  • button: add pressed-outline-color key (ab55c07)
  • button: Add line-height: initial to button progress indicator class (602fe8e)
  • button: Attribute hidden now correctly hides the button. (88db019)
  • button: Refactored HCM focus ring into a base style with display: none so mixins can be applied to both a visible non-HCM ring and the HCM ring without extra specificity to override ripple-theme.focus selectors (6a61d62)

Features

  • button: Introduced a new token: "keep-touch-target" to the theme mixin. (21d1196)
  • button: Mixin styling for progress buttons (2860d24)
  • touch-target: margin mixin now also allows custom property maps as arguments. (dd99c87)