Skip to content

Releases: vaadin/vaadin-radio-button

v1.0.0-beta2

23 Mar 11:21
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0-beta1:

  • af0e3fe Align with skeleton: use stable Chrome in travis

  • d18ed42 Update gitter link in readme

  • c1b828c Align with skeleton: refer to Vaadin components instead of elements

  • 727ba84 Align with skeleton: update stylelint and gulp-stylelint, remove polyserve

  • 014ed27 Enable tests for Safari 9

  • bb6cc4f Fix issue where safari 9 focuses input inside radio-button

  • ae9ebc6 Remove useless closing tag from demos

v1.0.0-beta1 — First Beta version using Lumo theme by default

07 Feb 13:34
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Features:

  • Radio button
  • Grouping with <vaadin-radio-group>
  • Using Lumo theme by default
  • Supports <iron-form>
  • Accessible

Changes Since v1.0.0-alpha12:

  • 9080733 Align with skeleton: use node 8.9 in CI, bump polymer-cli to 1.6.0
  • feb0cda Update eslint and stylelint to check ./src and ./theme

v1.0.0-alpha12

26 Jan 12:39
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0-alpha11:

  • 3891eea Bump analysis.json

  • 438657b Restore iron-form tests

  • c2dd54f Preserve focus-ring attribute when navigating with arrow keys

  • 8acffc1 Fix tests to work with iron-form 2.1.0

  • 4414303 Align with skeleton: update eslint-plugin-html, stylelint and gulp-stylelint

  • 06344a4 Sync with skeleton: Switch back to using function closures

  • 74183ce Fix src imports

v1.0.0-alpha11 — Lumo version

17 Jan 13:40
Compare
Choose a tag to compare

Live Demo →
API Documentation →

⚠️ Breaking Changes:

  • The element now uses vaadin-lumo-styles dependency instead of vaadin-valo-styles. When using with other Vaadin Elements, installing latest alpha versions is strongly recommended, to avoid having both packages installed and imported.

Changes Since v1.0.0-alpha10:

  • 002387e Migrate Valo to Lumo
  • 965c2b2 Add sudo: required in Travis config for running chrome-sandbox
  • 5c89ee6 Align with skeleton: add separate file for test suites
  • d462d15 Remove test ignore [skip ci]
  • 6ca9f26 Update polymer lint in CI to check ./src and ./theme
  • 7fa89a3 Remove unused paper-styles import [skip ci]
  • f96eeda Fix indentation and quotes in demos [skip ci]

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

27 Dec 14:16
Compare
Choose a tag to compare

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

v1.0.0-alpha9 - Use Valo theme by default

12 Dec 12:38
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0-alpha8:

  • 16883d7 Bump dependencies versions

  • 915b5eb Use Vaadin.ElementMixin

  • 2fc3a3e Add Valo theme variations demos [skip ci]

  • b9e42bd Update screenshot for Valo [skip ci]

  • abbe92d Add ThemableMixin documentation to Styling docs.

  • f8fc196 Disable package-lock.json

  • b5ecf54 Fix .travis.yml

  • 4fc9be9 Cleanup: do not rely on transitive imports in

  • 0e7abf5 Cleanup: move ’s Valo theme to its own file

  • 4cbe449 Use Valo theme by default

  • cc8dc99 Remove xvfb for saucelabs

v1.0.0-alpha8

16 Nov 18:43
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0-alpha7:

  • 71a1600 Include a static getter for the element version
  • ba7e500 Delete advanced.html demo
  • 5c303e8, 716389b Fix build
  • a83bad6 Remove gray highlight when tapping disabled state

v1.0.0-alpha7

07 Nov 10:55
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0-alpha6:

  • 5d2d08f Parallelize visual tests and saucelabs unit tests

  • f01f347 Add IE11 visual tests

  • 629a1a0 Includes semantic/typographical change for a test.

  • 26e1eec Last test now removes the residue input field to prevent possible issues for future tests.

  • 0a5920d CI lint blockers removed.

  • 0d0e9ff Tests now include checks that vaadin-radio-group doesn't steal focus from active element.

  • 3ace68b Use more descriptive example in radio-group value demo

  • 3d38c80 Fixed the bug where setting radio-button-group value programmatically, steals focus from currently active element.

  • 6c775ec Add vaadin-radio-group value demo. Fixes #29

  • f29cce1 Fixed the issue where programmatically changing the selection in a radiogroup stole focus from the current component.

v1.0.0-alpha6

02 Nov 13:32
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0-alpha5:

  • e4f7cf1 Removed reflectToAttribute key from value property, added notify

  • e4d5ec6 Improved test coverage for value of radio-group

  • c18fc1f Restored value to vaadin-radio-group, refactored docs

  • af64a82 Updated documentation

  • 1fee1e4 Add hidden attribute styles

v1.0.0-alpha4 — Prepare Beta

26 Oct 11:52
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0-alpha3:

  • 560bbb0 Update documentation and cleanup

  • f161363 Drop required property.

  • b630d96 Dropped custom event from radio-group.
    Added some tests.

  • dba04d5 1. Changed event name.
    2. Fixed disabled buttons behavior.
    3. Fixed demos.
    4. Fixed example in jsdoc

  • bce3598 Fixed case with one disabled button in the group.

  • 080c987 Removed value from radio-group.
    Fixed behavior on iron-form submit action.

  • b7c3ca7 Added roving tabindex.

  • 15ba0c6 Renamed vaadin-radio-button-group to vaadin-radio-group, refactored
    vaadin-radio-group.

  • 9f1248d Remove lighthouse performance test