Skip to content

Releases: vaadin/vaadin-radio-button

v1.3.0-alpha1

07 Apr 08:29
Compare
Choose a tag to compare
v1.3.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v1.2.6:

v2.0.0-alpha1

19 Mar 09:19
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-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

v1.2.6

09 Mar 11:01
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.2.5:

  • 12a91a7 fix: functionality for iOS 12 and 13 (#140)

    Selecting/checking a radio button did not work reliably on iOS 12 and 13.

v1.2.5

03 Mar 08:20
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.2.4:

  • d91bca9 chore: update demo to use change event [skip ci]

  • cb695ec fix: ensure change event is dispatched properly (#137)

v1.2.4

20 Jan 07:56
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.2.3:

  • c565c1a fix: ensure change event on mouseup is fired (#124)

  • 07af88a Update radio-button-theme-variants-demos.html

  • 3bfdd21 Update radio-button-basic-demos.html

  • 8857bdd docs: improve radio button demos [skip ci] (#122)

  • 3cdf885 Move change event declaration inside the correct block

v1.2.3

18 Jun 17:12
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.2.2:

  • 2a60902 docs(api): update name property to fix JSDoc issue (#113)

  • 36128aa fix: handle checked state properly on iOS 10 and 12 (#112)

v1.2.2

11 Jun 13:30
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Fixed the radio-group to wrap radio-buttons properly in IE11 (#111)

Changes Since v1.2.1:

  • 6c099d0 test(visual): add test case for group wrapping

  • 1ff7c57 fix(group): prevent horizontal overflow in IE11 instead of wrapping

  • 575f683 chore: update vaadin-demo-helpers to 3.0.0 [skip ci]

  • a5f9e26 chore(ci): pin Firefox version in travis to 66

v1.2.1

22 May 13:34
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Added missing focused state attribute to vaadin-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

20 Mar 11:56
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Features

  • Added change event to align with other form controls components

Changes Since v1.1.5:

v1.1.5

17 Jan 09:26
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.1.4:

  • 70cdea0 fix: remove extra indents on empty label (#101)

  • 35830ea Explicitly specify port in 'npm start' script