Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 13:04
· 1197 commits to master since this release

⚠️This release contains breaking changes

Changelog

  • Adds support for Vaadin 23+, drops support for Vaadin 14 #155
    If you are still using Vaadin 14, use the 2.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>