v0.22.1
Changed
- all
- Update sass build to match internal imports and naming
- Switch testing from Mocha to Jasmine
- BREAKING: Changed all instances of
static get styles = styles;to be
an array of[styles]
- base
- BREAKING: Removed
findAssignedElementfrom utils, use
@queryAssignedNodeslit decorator instead.
- BREAKING: Removed
- fab
- BREAKING renderIcon currently doesn't do anything until an internal
google bug is resolved
- BREAKING renderIcon currently doesn't do anything until an internal
Fixed
-
select- Fix setting
aria-labelledbyonly when a label is actually provided
- Fix setting
-
textarea- Fix setting
aria-labelledbyonly when a label is actually provided
- Fix setting
-
textfield- Fix
firstUpdatedcode path to avoid a race condition in initialization withnotched-outline - Fix setting
aria-labelledbyonly when a label is actually provided - Remove definition of invalid
aria-errortextattribute
- Fix
-
An infinite loop caused by having both
_getUpdateCompleteand
getUpdateCompleteintroduced by lit-element 2.5.0