v1.0.0-alpha10 — Styling parts structure change, Valo dependency update
·
265 commits
to master
since this release
Live Demo →
API Documentation →
⚠️ Breaking Changes:
- Remove non-semantic
wrapper
andnative-radio
styling parts. Theradio
part should be used to display the visual radio button. - The non-semantic elements remain, but they are now considered internal implementation details. The layout specific CSS is moved to the core styles
- The element now uses
vaadin-valo-styles
dependency instead ofvaadin-valo-theme
. When using with other Vaadin Elements, installing latest alpha versions is strongly recommended, to avoid having both packages installed and imported - The
vaadin-radio-group.html
now includes styled version of thevaadin-radio-button.html
Changes Since v1.0.0-alpha9:
- 39d3c8a Align mixins, add missing annotations
- a95460f Remove IDs from underlying label and input elements
- 26c15f0 Select input by tag instead of part to fix test
- 69ed7b7 Fix iron-form interoperability
- 4cf5f6c Update Valo
- 3f9515a Add Getting Started and File Structure docs sections [skip ci]
- a63f483 Update vaadin-button dependency
- 5b9cb45 Fix ElementMixin route
- 6c1e7c9 Include styled version of the vaadin-radio-button into the vaadin-radio-group