Skip to content

v2.1.0

Compare
Choose a tag to compare
@limonte limonte released this 17 Aug 09:42
· 77 commits to master since this release

Live Demo →
API Documentation →

New Features

  • Material theme for <vaadin-button>, see demo

Polymer 3

  • First stable version available also in npm, as Polymer 3 based component. Please upgrade to this version if you are using npm, and remember to update any other Vaadin components you use.
<script src="./node_modules/@vaadin/vaadin-button/theme/material/vaadin-button.js" type="module"></script>

<vaadin-button>
  Material Theme
</vaadin-button>  

https://glitch.com/edit/#!/enchanting-kilometer?path=index.html

Changes Since v2.1.0-beta2:

  • 23a9a2d Update vaadin-element-mixin to 2.0.0
  • e44dfd3 Fix duplicate id attribute in demo