Skip to content

Releases: vaadin/vaadin-date-picker

v4.1.0

05 May 09:04
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

  • Added right-to-left (RTL) support.

Changes Since v4.1.0-alpha2:

  • 065ec3f Update components dependencies to stable (4.1) (#719)

  • 36db554 fix: make input work from left-to-right in RTL (#716) (#717)

v4.2.0-alpha1

28 Apr 12:38
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.1.0-alpha2:

v4.1.0-alpha2

21 Apr 06:32
Compare
Choose a tag to compare
v4.1.0-alpha2 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v4.1.0-alpha1:

  • cfe03e4 chore: ignore overriding-private warning in polymer lint

  • fdee848 fix: flipped overlay alignment with RTL

  • fe1a773 test: add tests for dropdown alignment

v4.1.0-alpha1

07 Apr 13:24
Compare
Choose a tag to compare
v4.1.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v4.0.8:

v4.0.8

11 Mar 08:49
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.0.7:

  • eed0132 fix: The dialog is brought to front of date-picker and combo-box#148 (#705)

v4.0.7

12 Feb 12:42
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Behavior-altering Fix

Validation timings were updated to avoid issues described in #696. validate() does not anymore receive a parameter value to align with other components. Custom validation / disabling of the validation can be achieved by overriding checkValidity as suggested in the documentation.

Changes Since v4.0.6:

  • b2d60fb refactor: optimize validation (#698)

  • 0ea587d chore: add explicit sinonjs dependency

v4.0.6

20 Jan 08:22
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.0.5:

v4.0.5

17 Oct 08:02
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.0.4:

  • 21e7b0b Revert "Clear invalid state when focused date is changed" (#684)

    This reverts commit 4431ab9.

v4.0.4

15 Oct 11:35
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Fixed clear button to work on mobile (#682)

  • Fixed validation to be called on blur (#679)

Changes Since v4.0.3:

  • 21d5d97 fix: do not prevent touchend for clear button (#682)

  • 0255184 fix: only validate on blur when not opened

  • a3a4ffe fix: validate when clear button was clicked

  • 0405e6b test: add test for validating on blur

  • c83482f Ignore focused date change when updating it as a side-effect of selected date change

  • 4431ab9 Clear invalid state when focused date is changed

  • e66e315 Run validation when date picker is blurred

v4.0.3

19 Jul 08:15
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.0.2: