v3.3.0-beta1
Live Demo →
API Documentation →
New Features
- the
theme
attribute value set on<vaadin-date-picker-light>
will be propagated to the internal themable components<vaadin-date-picker-overlay>
,<vaadin-date-picker-overlay-content>
,<vaadin-month-calendar>
Changes Since v3.2.0:
-
0412b3d Use default mouse cursor for overlay content [skip ci]
The content inside the overlay is mostly interactive (vs. plain text content), so it’s more expected to have the same mouse cursor as buttons.
-
fc0486d Ignore ES6 custom validator demo in IE11 [skip ci]
-
04d4992 Fix visual tests to check if date-picker is defined
-
b0fd74e Change order of scripts to workaround P3 failures in IE11
-
399a4e7 Check if value has changed before validating it
-
12f69f2 Do not execute _valueChanged without value being actually changed (initialization)
-
361add0 Update dependencies to stable versions and overlay alpha
-
29299dc Propagate theme attribute to internal components
-
da35067 Avoid unnecessary DOM measurements when updating position
-
010c091 Remove unused and add missing imports
-
b1bfef8 Do not extend IronA11yKeysBehavior, only one static method is used
-
6dc8c8f Remove legacy and refactor duplicated code