1.0.0-pre.10 (2023-06-05)
⚠ BREAKING CHANGES
- ripple: Remove ripple directives and attach like focus rings (parent,
for
attribute, or with.attach()
- all: Remove any -focus-state-layer- custom properties (they don't do anything)
- ripple: Set
border-radius: 50%
and removeunbounded
attribute
Features
- add labs and internal folders for non-client code (4b0c98c)
- button: adds
type
property to support form submit and reset (545ce0d) - ripple: add semantic and imperative attaching (d65327d)
- slider: add full form association support (ae70f1e)
- textfield: add form association support (e842f79)
Bug Fixes
- all: remove focus state layer tokens (933fc2e)
- focus: split attachable logic into separate controller (fbd680a)
- radio: checked styles not displaying (8fb5cd8), closes #4347
- ripple: remove ripple directive (33daf19)
- ripple: remove unbounded (b69e242)
- ripple: restrict manually controllable methods (ea2f04a)
- ripple: wrong start point for pressing unbounded ripples (88b5cfe)
- select: inherit width of the host (086565c)
- slider: improve step support for non-integer values and stepping from min (68c2721)
- slider: prevent lower handle moving beyond upper and visa versa (f9da935)
- slider: renames
withTickMarks
totickmarks
andwithLabel
tolabeled
(0e94e28) - ssr: make "for" attribute watcher SSR compatible (f47bdc3)
Miscellaneous Chores
- update next version (25ee94b)