Releases: vaadin/vaadin-time-picker
Releases · vaadin/vaadin-time-picker
v1.1.0
Live Demo →
API Documentation →
Changes Since v1.0.0:
New Features
- Time-picker now propagates
theme
attribute to internal components
Raw Commit History
v1.1.0-alpha1
Live Demo →
API Documentation →
New Features
- Time-picker now propagates
theme
attribute to internal components
Changes Since v1.0.0:
v1.0.0
Live Demo →
API Documentation →
Changes Since v1.0.0-beta1:
v1.0.0-beta1
Live Demo →
API Documentation →
Changes Since 1.0.0-alpha1:
- 9680f33 Use stable polymer-modulizer
- 0f59197 Update bower.main with MD, and bump vaadin dependencies
- 0142cc7 Add test to check that overlay is not opened when low resolution
- e08327f Replace with theme font icons - Fixes #18
- ffad205 Update wct.conf.js and .travis.yml
- 0eb8e43 Add screenshots
- 9184fc4 Add visual tests, update configuration
- bbc68c1 Fix error in wct config
1.0.0-alpha1 – vaadin-time-picker First Alpha Release
First alpha release of vaadin-time-picker
element with a limited set of features.
Features
- Time selection with mouse, keyboard navigation or touch device.
- Supported time formats are in ISO 8601:
hh:mm
(default)hh:mm:ss
hh:mm:ss.fff
- Support for custom parser, formatter and validator.
- Two-way data-binding of
value
property. - Support for
step
property which controls the visibility of dropdown and resolution of the component.
Usage:
<vaadin-time-picker></vaadin-time-picker>