v2.0.0-alpha2 — Styling parts structure change
web-padawan
released this
27 Dec 08:30
·
276 commits
to master
since this release
Live Demo →
API Documentation →
⚠️ Breaking Changes:
- Remove non-semantic
wrapper
andnative-checkbox
styling parts. Thecheckbox
part should be used to display the visual checkbox. - The non-semantic elements remain, but they are now considered internal implementation details. The layout specific CSS is moved to the core styles.
Changes Since v2.0.0-alpha1:
-
2c65a53 Remove unnecessary IE11 fix
-
6fd2efa Fix tests
-
34b8fd5 Split Valo theme into multiple style modules
-
e138765 FFS demos
- Remove superfluous tabindex example
- Add an example for customized/multi-line labels
- Improve indeterminate example to be an actual use case
- Move indeterminate and accessibility examples to a separate pages
-
1ca5e5e Fix ElementMixin route