Releases: vaadin/vaadin-date-picker
v4.1.0
Live Demo →
API Documentation →
New Features
- Added right-to-left (RTL) support.
Changes Since v4.1.0-alpha2:
v4.2.0-alpha1
Live Demo →
API Documentation →
Changes Since v4.1.0-alpha2:
-
626f305 Add autoOpenDisabled property (#694)
Co-authored-by: web-padawan [email protected]
Co-authored-by: Tulio Garcia [email protected] -
97b3bc3 chore: remove Android Emulator from CRON
v4.1.0-alpha2
Live Demo →
API Documentation →
Changes Since v4.1.0-alpha1:
v4.1.0-alpha1
Live Demo →
API Documentation →
Changes Since v4.0.8:
v4.0.8
Live Demo →
API Documentation →
Changes Since v4.0.7:
v4.0.7
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:
v4.0.6
Live Demo →
API Documentation →
Changes Since v4.0.5:
v4.0.5
Live Demo →
API Documentation →
Changes Since v4.0.4:
v4.0.4
Live Demo →
API Documentation →
Fixes
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