Releases: vaadin/vaadin-button
Releases · vaadin/vaadin-button
v1.0.4
Live Demo →
API Documentation →
Changes Since v1.0.3:
v1.0.3 — Add Polymer.GestureEventListeners
Live Demo →
API Documentation →
Changes Since v1.0.2:
v1.0.2 — Adapt demos to new vaadin.com
Live Demo →
API Documentation →
Changes Since v1.0.1:
v1.0.1 - Fix webcomponents.org example, add vaadin-button-default-theme
v1.0.0 — First Stable Release
Live Demo →
API Documentation →
Changes since v1.0.0-beta3:
- Documentation fixes
Features
-
Polymer 2.0 support
-
Native
<button>
attributes:autofocus
,disabled
-
Has
focused
attribute when button is focused -
Has
focus-ring
attribute when button is focused using keyboard -
Has
active
attribute when button is being pressed -
Themable using style modules:
<dom-module id="button-styles" theme-for="vaadin-button"> <template> <style> [part~="button"] { padding: 6px 12px; font-size: 14px; line-height: 1.4; cursor: pointer; border: 1px solid transparent; border-radius: 4px; color: #333; } </style> </template> </dom-module>
v1.0.0-beta3
Changes:
v1.0.0-beta2 — Align active behavior
v1.0.0-beta1 — Stable Polymer dependencies
Changes since v1.0.0-alpha1
- Depends on Stable Polymer and Polymer Elements ^2.0.0
v1.0.0-alpha1 — First Alpha Release 🔘
Features
-
Polymer 2.0 support
-
Native
<button>
attributes:autofocus
,disabled
-
Has
focused
attribute when button is focused -
Has
focus-ring
attribute when button is focused using keyboard -
Has
active
attribute when button is being pressed -
Themable using style modules:
<dom-module id="button-styles" theme-for="vaadin-button"> <template> <style> [part~="button"] { padding: 6px 12px; font-size: 14px; line-height: 1.4; cursor: pointer; border: 1px solid transparent; border-radius: 4px; color: #333; } </style> </template> </dom-module>