Skip to content

Releases: vaadin/vaadin-checkbox

v2.4.0-alpha3

05 Jun 07:02
Compare
Choose a tag to compare
v2.4.0-alpha3 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v2.4.0-alpha2:

  • Moved helperText API and slot to 2.5 and excluded it from 2.4 branch.

v2.4.0-alpha2

03 Jun 09:49
Compare
Choose a tag to compare
v2.4.0-alpha2 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v2.4.0-alpha1:

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

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

  • 6ddea58 chore: fix running CRON tests in SauceLabs

v2.4.0-alpha1

07 May 08:00
Compare
Choose a tag to compare
v2.4.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v2.3.0:

v2.3.0

30 Apr 07:54
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

  • Added right-to-left (RTL) support.

Changes Since v2.3.0-alpha1:

  • 4f85b53 fix: prevent incorrect console warning (#162)

  • ba2606f fix: make Material checkbox group theme vertical work (#166)

v2.2.13

25 Mar 09:29
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.2.12:

  • 2cae4df fix: make Material checkbox group theme vertical work(#167)

  • ee07e8c fix: set aria-checked properly when checked is null (#165)

v2.3.0-alpha1

19 Mar 14:04
Compare
Choose a tag to compare
v2.3.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v2.2.12:

  • f8ebd2c fix: set aria-checked properly when checked is null (#164)

  • 0b3b8e8 geat: bump Lumo to 1.4.1, use --lumo-border-radius-s (#140)

  • 7572a68 feat: bump element-mixin to 2.3.0 (#160)

  • 7f24d70 Add rtl specific styles (#159)

v2.2.12

21 Jan 14:23
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Prevent incorrect console warning when using value property (#162)

Changes Since v2.2.11:

  • f7a09ad fix: prevent incorrect console warning (#162)

v2.2.11

17 Jan 12:15
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.2.10:

v2.2.10

11 Jun 11:16
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Fixed the checkbox-group overflow to work in IE11 (#150)

Changes Since v2.2.9:

  • 89877b3 test(visual): add test case for group wrapping

  • 6c97ade fix(group): prevent horizontal overflow in IE11 instead of wrapping

v2.2.9

28 May 06:52
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Added missing focused state attribute to vaadin-checkbox-group

  • Fixed focused vaadin-checkbox-group label appearance in Lumo and Material

Changes Since v2.2.8:

  • 3fecb37 chore: update vaadin-demo-helpers to 3.0.0 [skip ci]

  • 5c7034e fix: add missing focused label styles and visual test

  • 50091ba fix: add missing focused attribute to checkbox-group

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