Skip to content

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

1.10.0

13 May 16:48
Compare
Choose a tag to compare

BugFixes:

  • Pin web component version to 4.8.10

3.0.0

12 May 17:17
Compare
Choose a tag to compare
  • Update component to be compatible with Vaadin 23
  • Update web-component dependency to 4.9.0

Full Changelog: 2.0.1...3.0.0

2.0.1

29 Apr 14:29
Compare
Choose a tag to compare

Update web component version to 4.8.11 (fixes #33)

v2.0.0

01 Dec 20:37
Compare
Choose a tag to compare

Added support for Vaadin 21+

v1.9.0

01 Oct 20:33
Compare
Choose a tag to compare

Bugfixes

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

v1.8.0

24 Sep 21:44
Compare
Choose a tag to compare

Bugfixes

  • Show presets at the bottom in fullscreen mode
  • Make month's width fixed and overlay's auto
  • Avoid disabling "before" when pointer is coarse
  • Add proper handling of null values

v1.7.0

24 Aug 21:38
Compare
Choose a tag to compare

Bugfixes

Now using 4.8.7 version of the vcf-date-range-picker with the following fixes:

  • 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

More information in Vaadin's directory

v1.6.0

30 Jul 11:42
Compare
Choose a tag to compare

BugFixes

  • Problem with Esc key while popup is opened #13
  • Weeks presets should support Monday starting weeks #15
  • Return key deletes end date when entering dates by keyboard #18
  • Problems when using it inside a ConfirmDialog #19
  • Problem when using it inside a Grid #20