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 08 Feb 06:55
· 175 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-tabs.html
  • The <vaadin-tab> element now extends Vaadin.ItemMixin instead of <vaadin-item> to prevent inheriting (and then overriding) styles while keeping the existing behavior.

Changes Since v2.0.0-alpha7:

  • 050a37f Align with skeleton: use node 8.9 in CI, bump polymer-cli to 1.6.0
  • 10b1446 Fix typo in docs [skip ci]
  • 4bc6167 Update eslint and stylelint to check ./src and ./theme