Skip to content

Releases: vaadin/vaadin-time-picker

v1.1.0

25 Oct 07:42
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0:

New Features

  • Time-picker now propagates theme attribute to internal components

Raw Commit History

  • 4217fda Use latest dependencies and combo-box alpha
  • 135f812 Ignore ES6 demo in IE11, move custom formatter demo
  • 7d45e35 Propagate theme attribute to internal components
  • 2de1658 Use material theme import for vaadin-combo-box-light
  • e4e02dd Move iron-test-helpers to devDependencies

v1.1.0-alpha1

01 Oct 09:51
Compare
Choose a tag to compare
v1.1.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Time-picker now propagates theme attribute to internal components

Changes Since v1.0.0:

  • 4217fda Use latest dependencies and combo-box alpha
  • 135f812 Ignore ES6 demo in IE11, move custom formatter demo
  • 7d45e35 Propagate theme attribute to internal components
  • 2de1658 Use material theme import for vaadin-combo-box-light
  • e4e02dd Move iron-test-helpers to devDependencies

v1.0.0

20 Aug 12:18
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0-beta1:

  • 136607d Update to stable vaadin releases

  • 0d3f111 Add width: 100% to input

  • 66ec5cf Add visual test

  • c233198 Use @vaadin/vaadin-component-dev-dependencies

  • efc1c44 Remove unused block, and add test for cancel on escape

  • 1f73711 Increase coverage

v1.0.0-beta1

27 Jul 15:49
Compare
Choose a tag to compare

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

21 Jun 08:37
Compare
Choose a tag to compare

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>