Skip to content

Releases: vaadin/vaadin-checkbox

v2.6.1

09 Nov 08:59
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.6.0:

  • e0ab8f4 fix: call click on checkbox Space key up (#239)

v2.5.2

09 Nov 08:35
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.5.1:

v2.6.0

31 May 07:39
Compare
Choose a tag to compare

Changes Since v2.5.1:

  • c68d385 feat: add methods to make setting invalid overridable (#235)
  • 31fb6ff feat: fire a validated event on validation (#234)

v2.5.1

22 Jul 08:15
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.5.0:

  • 94a4af5 fix: do not focus the field on helper element click (#205)

v3.0.0

03 Feb 13:25
Compare
Choose a tag to compare

API Documentation →

⚠️ Breaking Changes Since v2.x:

  • The component is updated to be based on Polymer 3
  • IE11 and legacy Edge are no longer supported

Changes Since v3.0.0-alpha1:

  • c5d58d0 refactor: remove Safari 9 workaround (#201)

  • c874a11 test: update incorrect role test

  • 73989aa test: cleanup duplicate ARIA tests

  • 6f9e678 chore: align JSDoc, add change event [skip ci] (#200)

  • 358616d chore: update JSDoc for custom events [skip ci] (#198)

v3.0.0-alpha1

07 Dec 11:09
Compare
Choose a tag to compare
v3.0.0-alpha1 Pre-release
Pre-release

API Documentation →

⚠️ Breaking Changes Since v2.x:

  • The component is updated to be based on Polymer 3
  • IE11 and legacy Edge are no longer supported

Changes Since v2.5.0:

  • 2d17634 docs: remove mentions of iron-form [skip ci] (#196)

  • 5426c56 feat!: convert to Polymer 3, add events type definitions (#193)

v2.5.0

04 Sep 11:49
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.4.0:

  • fd5409d Bump dependencies

  • 04d2546 docs: add JSDoc for attributes [skip ci] (#179) (#180)

  • 49f9e42 2.5.0-alpha1

  • b4dd902 2.4.0-alpha2

  • f18d0f3 fix: remove check for unsupported type (#175)

  • 97105f7 feat: add helper text API (#174)

    • Add property and named slot
    • Add styles for supported themes
    • Add demo for helper text API
    • Add unit and visual tests for helper text

    Part of #170

v2.4.0

20 Aug 11:48
Compare
Choose a tag to compare

v2.4.0-beta1

03 Aug 08:42
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.5.0-alpha1:

v2.5.0-alpha1

05 Jun 07:40
Compare
Choose a tag to compare
v2.5.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Added helperText API and slot to vaadin-checkbox-group

Changes Since v2.4.0-alpha3: