Skip to content

v4.0.0

Compare
Choose a tag to compare
@yuriy-fix yuriy-fix released this 25 Apr 13:10
· 244 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes Since v3.x:

  • The element uses Lumo theme by default. The previous default theme has been dropped. You can import the unstyled version from the src/vaadin-date-picker.html
  • The small viewport styles for phone mode have been moved to the Lumo theme
  • The styles from the parent scope now apply to the context-menu template content
  • The vaadin-overlay dependency has been updated to ^3.0.0 in order to make this possible. Please ensure you are using latest versions for all Vaadin components depending on that version.

Changes Since v4.0.0-beta3:

  • e1efc50 Fix selected item styles after switching to overlay v3 #150

  • 7aef7f8 Update the styling example