Skip to content

Releases: vaadin/vaadin-checkbox

v2.0.0-alpha6 — Lumo version

17 Jan 12:36
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 v2.0.0-alpha5:

  • 125232f Migrate Valo to Lumo
  • d429aa5 Add sudo: required in Travis config for running chrome-sandbox

v2.0.0-alpha5 — Fix indeterminate state change in IE and Edge

05 Jan 13:15
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.0.0-alpha4:

  • 04ff6a4 Set indeterminate to false when clicked the first time.
  • 49dde3a Disable hover effect on touch devices
  • ff0ebac Align with skeleton: add separate file for test suites
  • 409ed04 Remove test ignore [skip ci]
  • 04b98be Fix ./theme path for polymer lint in CI
  • d625cd0 Update polymer lint in CI to check ./src and ./theme

v2.0.0-alpha4 — Remove IDs from the underlying elements

27 Dec 14:43
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.0.0-alpha3:

  • 0de2161 Remove IDs from underlying label and input elements
  • d1c97a9 Align mixins, add missing annotation [skip ci]
  • 5bd459d Update Valo theme
    • Don’t set the text color, as that should be inherited from the main page for the label content
    • Revert text cursor for the label (IE and Edge)
    • Remove unnecessary border property

v2.0.0-alpha3 — Valo dependency update

27 Dec 08:56
Compare
Choose a tag to compare

Live Demo →
API Documentation →

⚠️ Breaking Changes:

  • 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.

Changes Since v2.0.0-alpha2:

v2.0.0-alpha2 — Styling parts structure change

27 Dec 08:30
Compare
Choose a tag to compare

Live Demo →
API Documentation →

⚠️ Breaking Changes:

  • Remove non-semantic wrapper and native-checkbox styling parts. The checkbox part should be used to display the visual checkbox.
  • The non-semantic elements remain, but they are now considered internal implementation details. The layout specific CSS is moved to the core styles.

Changes Since v2.0.0-alpha1:

  • 2c65a53 Remove unnecessary IE11 fix

  • 6fd2efa Fix tests

  • 34b8fd5 Split Valo theme into multiple style modules

  • e138765 FFS demos

    • Remove superfluous tabindex example
    • Add an example for customized/multi-line labels
    • Improve indeterminate example to be an actual use case
    • Move indeterminate and accessibility examples to a separate pages
  • 1ca5e5e Fix ElementMixin route

v2.0.0-alpha1 - Use Valo theme by default

12 Dec 11:13
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.3:

  • 14392c3 Bump control-state-mixin to 2.0.0

  • a5c369b Use Vaadin.ElementMixin (#53)

  • c0461b7 Added basic example screenshot file.

  • 4a123ae Add ThemableMixin documentation to Styling docs.

  • 201cf24 Disable package-lock.json

  • 832660c Use Valo theme by default

  • 5a719d4 Remove xvfb for saucelabs. Use wct instead of polymer-cli

  • eb3af33 Remove duplicate import

v1.0.3 - Maintenance Version

17 Nov 16:39
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.2:

  • f1d2fe4 Fix iron-form interoperability

v1.0.2

15 Nov 12:16
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.1:

  • a22f960 Fix build
  • baa7f51 Fix name for iron-form use
  • d8356fb Include a static getter for the element version
  • Breaking Change
    • 56104f8 Reverted "Set checked to false on indeterminate changed"

v1.0.1

07 Nov 11:50
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0:

  • 11541c3 Fix initialization condition and add missing tests

  • 3b06d6a Control checked state when changing indeterminate

  • 7e2ad0c Add hidden attribute styles

  • 54bc2e4 Fix yargs version

  • a192325 Update .travis.yml

  • 8bf6492 Remove lighthouse performance test

v1.0.0

12 Oct 11:33
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0-beta1:

  • 9aad00a, Let themable-mixin check for valid Polymer 2 version.