Skip to content

v1.0.0-alpha10 — Styling parts structure change, Valo dependency update

Compare
Choose a tag to compare
@web-padawan web-padawan released this 27 Dec 14:16
· 265 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes:

  • Remove non-semantic wrapper and native-radio styling parts. The radio 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 of vaadin-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 the vaadin-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