Releases: vaadin/vaadin-checkbox
Releases · vaadin/vaadin-checkbox
v2.0.0-alpha6 — Lumo version
Live Demo →
API Documentation →
⚠️ Breaking Changes:
- The element now uses
vaadin-lumo-styles
dependency instead ofvaadin-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:
v2.0.0-alpha5 — Fix indeterminate state change in IE and Edge
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
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
Live Demo →
API Documentation →
⚠️ Breaking Changes:
- The element now uses
vaadin-valo-styles
dependency instead ofvaadin-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
Live Demo →
API Documentation →
⚠️ Breaking Changes:
- Remove non-semantic
wrapper
andnative-checkbox
styling parts. Thecheckbox
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
Live Demo →
API Documentation →
Changes Since v1.0.3:
-
14392c3 Bump control-state-mixin to 2.0.0
-
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
v1.0.2
v1.0.1
Live Demo →
API Documentation →
Changes Since v1.0.0:
v1.0.0
Live Demo →
API Documentation →
Changes Since v1.0.0-beta1:
- 9aad00a, Let themable-mixin check for valid Polymer 2 version.