Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
Bug Fixes
- 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)
- iconbutton: Apply icon-size theme-styles properly for font icons. (77cf00e)
- iconbutton: Extract focus ring display properties into static styles to prevent customization via density mixins from overriding focus ring display conditions (3c7b844)
- iconbutton: support custom properties as values for an icon button (68aaed9)
Features
- button: Ripple styles do not update on hover for disabled buttons. (bf86521)
- Update icon button theme
size function to be able to accept values with rem units. (0e3dc8e)