- Improved styling
- Overlay now has the same minimum width as the underlying DateRangePicker
- The default is
20em
, this can be changed using --date-range-picker-min-width
- Layouts inside the overlay now use the full available width
- Removed excess top padding from input components
- Refactored CSS class names (should cause less conflicts now)
- Updated to Vaadin 24.5
- Only use client-side locale for formatting when no
formatLocale
has been set #353
- Updated to Vaadin 24.4
- Minor code improvements
- ⚠️ GroupId changed from
com.xdev-software
to software.xdev
- Updated dependencies
- Various dependency updates including Vaadin 24.1
⚠️This release contains breaking changes
- Adds support for Vaadin 24+, drops support for Vaadin 23
If you are still using Vaadin 23, use the 3.x
versions.
- Requires Java 17+
- Fixed Broken overlay detection on Vaadin 24 #224
- Added
AllowRangeLimitExceeding
; default value is true
- Updated dependencies
- Renamed
defaultModel
to initialModel
- Updated dependencies
⚠️This release contains breaking changes
- Adds support for Vaadin 23+, drops support for Vaadin 14 #155
If you are still using Vaadin 14, use the 2.x
versions.
- Updated dependencies