This repository was archived by the owner on Oct 7, 2020. It is now read-only.
v0.43.0
Bug Fixes
- tab-scroller: Should hide scrollbar in FireFox and Edge (#1678) (910eabf), closes #1543 #1529
- text-field: Fix change event + add input event (#1668) (8be13d9), closes #1641
Features
- button: Add trailing icon support (#1676) (84451c1), closes #1602
- fab: Add fluid property for extended fab (#1672) (b4fad19), closes #1655 #1671
- snackbar: Improved snackbar (#1680) (a5ca38c), closes #1599 #1548
- tab: Add id property (#1675) (2db621b), closes #1674
- Upgrade to material-components-web v0.43.0 (#1673) (62a0ad3), closes #1662
BREAKING CHANGES
- snackbar: Snackbar API changed to match the latest design guidelines. See the Snackbar documentation for more information.
- text-field: Please update your event code accordingly.
(change
) - Emitted when an alteration to the element's value is committed.
(input)
- Emitted synchronously when the value has been altered.