Skip to content

v3.0.0

Compare
Choose a tag to compare
@yuriy-fix yuriy-fix released this 25 Apr 12:47
· 257 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes Since v2.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 styles for fullscreen mode have been moved to the Lumo theme
  • The formatDate helper function argument type change: it now expects an Object in the format { day: ..., month: ..., year: ... } instead of the Date used previously
  • The parseDate helper function output type change: it now converts text passed as a parameter to the Object of the same structure as mentioned above
  • Removed fixed overlay width and max-height from the core styles. It is now the theme responsibility to set manage the sizing.

Changes Since v3.0.0-beta6:

  • edb9040 Fix the tests

  • 0af8fa3 Handle the 'close' event in ovelay content, not on date-picker

  • d91cd89 Revert "Add quick fix to equalize position (This reverts commit 3b7ce1a)