Releases: vaadin/vaadin-radio-button
v1.3.0-alpha1
Live Demo →
API Documentation →
Changes Since v1.2.6:
v2.0.0-alpha1
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 supportshorizontal
- Renamed
readonly
property toreadOnly
- Corresponding attribute is not changed (lowercase)
- The component is updated to be based on LitElement
- IE11 is no longer officially supported or tested
v1.2.6
Live Demo →
API Documentation →
Changes Since v1.2.5:
v1.2.5
Live Demo →
API Documentation →
Changes Since v1.2.4:
v1.2.4
Live Demo →
API Documentation →
Changes Since v1.2.3:
v1.2.3
Live Demo →
API Documentation →
Changes Since v1.2.2:
v1.2.2
Live Demo →
API Documentation →
Fixes
- Fixed the radio-group to wrap radio-buttons properly in IE11 (#111)
Changes Since v1.2.1:
v1.2.1
Live Demo →
API Documentation →
Fixes
-
Added missing
focused
state attribute tovaadin-radio-group
-
Fixed focused
vaadin-radio-group
label appearance in Lumo and Material
Changes Since v1.2.0:
-
e6a1519 docs: update API docs to use correct component name
-
3e9c8a8 fix: add missing focused label styles and visual test
-
6f47e95 fix: add missing focused attribute to radio-group (#104)
-
4ebf9bc test: update browser versions used in tests
-
bb88861 chore: align with skeleton, replace gulp with npm scripts
v1.2.0
Live Demo →
API Documentation →
Features
- Added
change
event to align with other form controls components
Changes Since v1.1.5:
v1.1.5
Live Demo →
API Documentation →