1.4.0 (2024-03-21)
Features
- menu: add
no-navigation-wrap
to fix select accessibility (c6ffd70) - typography: add
@material/web/typography/md-typescale
classes (36dd77e)
Bug Fixes
- button,fab,chips,labs: text-transform inherits through shadow root (758e615)
- elevation: expose md-elevation
::part
in all components (b74e3dd) - elevation: limit elevation transition to box-shadow and opacity (34c0a67)
- publish
.css
files for[@import](https://github.com/import)
-ing (cde649c) - rename internal
<styles>.css.js
to<styles>.css
(c35bad0) - switch: reflect
selected
state in input event (8d201e0) - tabs: default
scroll-behavior: smooth
not working (274ce3e), closes #5497 - textfield: no longer inherits
text-align
from parents (668f0ee), closes #5509 - typography: rename md-typescale.js to md-typescale-styles.js (1e47fd7)
- use explicit
CSSResult[]
types for static styles (ce41b7b)