Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 14:40
· 1331 commits to master since this release

Changelog

  • ⚠️ Changed the internal handling of the DateRangeModel/ValueChangeEvent #48
    • Some public method signatures have been slightly changed
    • The DateRangeModel is no longer bound directly
      • It is now explicitly updated by calling setters
      • The returned model is not always the same
  • Implement oldValue and isFromClient in ValueChangeEvent #50
  • Overlay closes unexpectedly #47

Installation

Add the following lines to your pom:

<dependency>
   <groupId>com.xdev-software</groupId>
   <artifactId>vaadin-date-range-picker</artifactId>
   <version>2.1.0</version>
</dependency>