Skip to content

Releases: xdev-software/vaadin-maps-leaflet-flow

v2.0.0

10 Aug 13:14
Compare
Choose a tag to compare

Changelog

See Changelog#v2.0.0 for more information.

Installation

Add the following lines to your pom:

<dependency>
   <groupId>com.xdev-software</groupId>
   <artifactId>vaadin-maps-leaflet-flow</artifactId>
   <version>2.0.0</version>
</dependency>

v1.1.0

07 Jul 07:49
Compare
Choose a tag to compare

Changelog

  • Corrected overlay behavior #58
  • LMap now includes HasStyle #59
  • Various API-Improvements
  • Updated docs 📖
  • Updated dependencies ⬆️

Installation

Add the following lines to your pom:

<dependency>
   <groupId>com.xdev-software</groupId>
   <artifactId>vaadin-maps-leaflet-flow</artifactId>
   <version>1.1.0</version>
</dependency>

v1.0.6

25 Mar 07:47
Compare
Choose a tag to compare

Changelog

  • Updated dependencies
    • Vaadin 14.4.10
    • Jackson-Databind 2.12.2

Installation

Add the following lines to your pom:

<dependency>
   <groupId>com.xdev-software</groupId>
   <artifactId>vaadin-maps-leaflet-flow</artifactId>
   <version>1.0.6</version>
</dependency>

v1.0.5

30 Nov 08:48
Compare
Choose a tag to compare

Changelog

  • Updated dependencies and workflows
    • Vaadin 14.4.3

Installation

Add the following lines to your pom:

<dependency>
   <groupId>com.xdev-software</groupId>
   <artifactId>vaadin-maps-leaflet-flow</artifactId>
   <version>1.0.5</version>
</dependency>

v1.0.4

02 Oct 06:55
Compare
Choose a tag to compare

Changes

  • Updated dependencies ⬆️
    • Bumped Vaadin to 14.3.7
    • Bumped jackson-datatbind to 2.9.10.6
  • Updated workflows
  • Reworked documentation 📜
  • Releasing to Vaadin Directory

Installation

Add the following lines to your pom:

<dependency>
   <groupId>com.xdev-software</groupId>
   <artifactId>vaadin-maps-leaflet-flow</artifactId>
   <version>1.0.4</version>
</dependency>