Skip to content

v2.0.0-beta1 — First Beta version using Lumo theme by default

Compare
Choose a tag to compare
@web-padawan web-padawan released this 07 Feb 13:00
· 231 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes Since v1.x:

  • The element uses Lumo theme by default. The previous default theme has been dropped. You can import the unstyled version from the src/vaadin-checkbox.html
  • Removed non-semantic wrapper and native-checkbox styling parts. The element still uses native button under the hood, but that one is now considered as implementation detail
  • The checkbox part should be used to display the visual checkbox.

Changes Since v2.0.0-alpha7:

  • f462fbe Align with skeleton: use node 8.9 in CI, bump polymer-cli to 1.6.0
  • fc0fb6f Update eslint and stylelint to check ./src and ./theme