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 11:42
· 181 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-button.html
  • Removed the wrapping native button and the "button" styling part. The element still uses native button under the hood, but that one is now considered as implementation detail
  • The CSS position is now set to relative on host element forced with !important

New Features Since v1.x:

  • Added three new styling parts:
    • part="label": wrapper for the default slot
    • part="prefix": wrapper for the named slot with name="prefix"
    • part="suffix": wrapper for the named slot with name="suffix"

Changes Since v2.0.0-alpha6:

  • 2127755 Align with skeleton: use node 8.9 in CI, bump polymer-cli to 1.6.0
  • 81a8ab4 Update eslint and stylelint to check ./src and ./theme
  • ec565a3 Remove active and focused state when disconnected from the DOM