Releases: vaadin/vaadin-radio-button
v1.1.4
Live Demo →
API Documentation →
Fixes
- Fixed Material radio-group
vertical
theme variant - Aligned CSS for
user-select
property vendor prefixes
Changes Since v1.1.3:
-
e507212 chore(demo): update vaadin-demo-helpers, add when-defined to demo snippets
-
7279238 chore(bower): remove unused iron-demo-helpers dev dependency
-
40063ec fix(theme): material vertical radio group styles fix (#100)
-
65bd3cb Add 'npm start' script
-
4186d62 fix(theme): add user-select vendor prefixes for consistency [skip ci]
v1.1.3
Live Demo →
API Documentation →
Changes Since v1.1.2:
v1.1.2
Live Demo →
API Documentation →
Changes Since v1.1.1:
-
3d214a1 Update visual tests to cover required state
-
c18a3d4 Update radio-group to use required field mixin
-
ca5a6e2 Fix Material ripple cropped in Chrome [skip ci]
Fixes #87
Same as vaadin/vaadin-checkbox#121
-
0041356 Revert using headless Firefox, only use headless Chrome for now
-
a212b30 Add Sauce Labs mention
-
d0d54f7 Use files property of package.json instead of .npmignore [skip ci]
v1.1.1
v1.1.0
Live Demo →
API Documentation →
New Features
- Material theme for
<vaadidn-radio-button>
, see demo <vaadin-radio-group>
validation API
Polymer 3
- First stable version available also in npm, as Polymer 3 based component. Please upgrade to this version if you are using npm, and remember to update any other Vaadin components you use.
Changes Since v1.1.0-beta2:
- 61856dd Update dependencies to stable versions
- bae74d8 Update vaadin-element-mixin to 2.0.0
- e77f092 Add required indicator to Material theme
- 23d4d4d Add required indicator for Lumo
- 8fa1cd4 Document
has-value
state attribute - 02231fd Fix validation when focusing radio-group in FF. Fixes #80
- a1c5e6c Set input to be focusElement
- b84ca71 Prevent adding duplicate listeners on re-attaching
- 3a9ace9 Fixed not setting checked radio button value to radio group value
v1.1.0-beta2
Live Demo →
API Documentation →
Changes Since 1.1.0-alpha2:
- 34be226 Update bower main to inclue MD for modulizer conversion
- 23abbfe Update vaadin dependencies
- 918cc68 Reorganize demos [skip ci] (#72) - * Reorganize demos
- 503502a Use stable polymer-modulizer (#73) - * Use stable polymer-modulizer
- 2962bc4 Fix Bower semver ranges (#71)
- 380d8d1 Update visual & fix typo.
- 2b66b4c Join validation demo with iron-form ones. - Add real case labels, names and values to demos
- 71d7914 Remove dead code. Adding more tests
- e338dc4 IE and Edge needs to wait before checking error visibility
- 38cd4ac Adding error message to visual tests
- ee7c646 Adding tests covering new props, attrs and validation
- c827afd Fix errorId generator
- 47d3e2e Recalculate disabled buttons on checked changes
- 734b317 Adding error message styles for Lumo and Material
- 5e52a9a Add a demo for validation and error-message
- d4dfacf Implement readonly, required and invalid properties. - Implement error-message area
Implement validation checks - 8592edd Fixed end of line problem with gulp-html-extract plugin on Windows.
- 19bc182 typo
- 23f0f68 remove unneeded custom css property
v1.1.0-alpha2
Live Demo →
API Documentation →
Changes Since 1.1.0-alpha1:
v1.1.0-alpha1
Live Demo →
API Documentation →
Changes Since 1.0.1:
v1.0.1
v1.0.0
Live Demo →
API Documentation →
Changes Since 1.0.0-beta2:
- ddc3221 Disable added radio-buttons when radio-group is disabled
- 1946953 Adding description file for Vaadin Directory
All Features:
- Radio button
- Grouping with
<vaadin-radio-group>
- Using Lumo theme by default
- Supports
<iron-form>
- Accessible