v3.0.0
·
1197 commits
to master
since this release
Changelog
- Adds support for Vaadin 23+, drops support for Vaadin 14 #155
If you are still using Vaadin 14, use the2.x
versions.- Requires Java 11+
- Updated dependencies
Installation
Add the following lines to your pom:
<dependency>
<groupId>com.xdev-software</groupId>
<artifactId>vaadin-date-range-picker</artifactId>
<version>3.0.0</version>
</dependency>