Releases: vaadin/vaadin-date-picker
Releases · vaadin/vaadin-date-picker
1.0.0-beta1 – vaadin-date-picker
This is the first beta release.
The features and API are no longer expected to change.
No changes since last alpha release.
1.0.0-alpha6 – vaadin-date-picker Sixth Alpha Release
Changes in this release:
- Removed CSS properties in favor of mixins
- Fixed a bug in month rendering causing missing months
1.0.0-alpha5 – vaadin-date-picker Fifth Alpha Release
New features and changes in this release:
- Custom validators are now supported
- Small changes to UI appearance
- Bugfixes
1.0.0-alpha4 – vaadin-date-picker Fourth Alpha Release
New features and changes in this release:
- Disabled and read-only states
- UI redesign
- Clear button placement
- Year toolbar hidden on desktop
- Bugfixes
1.0.0-alpha3 – vaadin-date-picker Third Alpha Release
New features and changes in this release:
- Support for
iron-form
- Automatic resizing and alignment of the overlay
- New API methods
open()
andclose()
- Keyboard navigation
- New
i18n
property replacing previous Moment.js basedlocale
- Improved themability
1.0.0-alpha2 – vaadin-date-picker Second Alpha Release
New features in this release:
- Year scroller with parallax effect
- Setting the initial position
- Updated theme
- Localization
- Responsive layout
- Header and footer
- Today shortcut
1.0.0-alpha1 – vaadin-date-picker First Alpha Release
First alpha release of vaadin-date-picker
element with a limited set of features.
Features
- Scrollable month calendar view.
- Date selection with mouse or touch device.
- Two-way data-binding of
value
property.