Skip to content

v2.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@web-padawan web-padawan released this 19 Mar 09:19
· 2 commits to next since this release

API Documentation →

This is a first alpha version of vaadin-radio-button built with LitElement.

⚠️ Breaking Changes Since v1.x:

  • Radio group is now aligned vertically by default
    • Corresponding theme variant has been removed
    • Added orientation property that supports horizontal
  • Renamed readonly property to readOnly
    • Corresponding attribute is not changed (lowercase)
  • The component is updated to be based on LitElement
  • IE11 is no longer officially supported or tested