Skip to content

Releases: vaadin-component-factory/vcf-date-range-picker

v4.8.10

01 Oct 20:16

Choose a tag to compare

Bugfixes

  • Make the year toggle button smaller (fixed #26)

v4.8.9

24 Sep 21:02

Choose a tag to compare

Bugfixes

  • Fix: avoid disabling before when pointer is coarse

v4.8.8

24 Sep 12:07

Choose a tag to compare

Bugfixes:

  • fix: show presets at the bottom in fullscreen mode
  • fix: make month's width fixed and overlay's auto (Closes #22)

v4.8.7

24 Aug 21:16

Choose a tag to compare

Bugfixes

  • Fix unwanted overlapping when the form is too narrow.
  • Fix a wrong behavior because it was always assuming that the focused element was the start date element, but now with the range it could also be the end date element
  • Set correct _selectingStartDate value when the focus is on the input end element