Skip to content

Releases: vaadin/vaadin-radio-button

v1.1.4

28 Dec 08:48
Compare
Choose a tag to compare

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

03 Dec 12:57
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.1.2:

  • 2891dc2 Allow unselecting radio-group value programmatically (#97)

  • 9bb42bd Workaround IE11 jumpiness issue (#98)

  • 3e83f27 Do not show native focus outline

v1.1.2

18 Sep 08:01
Compare
Choose a tag to compare

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

27 Aug 08:07
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.1.0:

  • 1696e8f Set radio button checked on host click (#85)

  • f956bcb Added visual tests for Material theme. (#88)

v1.1.0

20 Aug 09:37
Compare
Choose a tag to compare

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

27 Jul 15:52
Compare
Choose a tag to compare

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

25 Jun 13:06
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since 1.1.0-alpha1:

  • 19c1c9a Do not depend on p3-preview
  • 097ca7f Merge branch 'master' into p3-preview

v1.1.0-alpha1

07 Jun 18:08
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since 1.0.1:

  • b665b95 Add test coverage threshold
  • 5b95a32 Remove unneded hash in version
  • abb7f86 Move src import from styled file to element one
  • 2d5f0d2 Depend on stable version of material styles
  • 47348d0 Adding theme/material
  • 8bbbdc7 Adding checked and disabled cases to visual tests
  • 7859c92 Enable visual tests

v1.0.1

23 May 08:57
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0:

v1.0.0

25 Apr 10:10
Compare
Choose a tag to compare

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