Skip to content

Commit 0306387

Browse files
committed
Increase component version
1 parent 66d3327 commit 0306387

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.0
2+
* Adds support for Vaadin 24+, drops support for Vaadin 23<br/>
3+
<i>If you are still using Vaadin 23, use the ``2.x`` versions.</i>
4+
* Requires Java 17+
5+
16
## 2.0.4
27
* Added method ``centerAndZoom`` in ``LMap``
38
* Fixed a problem where an invalid ``iconSize`` was transferred to leaflet which caused a client side exception (#199)
@@ -12,12 +17,10 @@
1217
* Updated dependencies
1318

1419
## 2.0.1
15-
1620
* Updated dependencies
1721
* Vaadin 23.2
1822

1923
## 2.0.0
20-
2124
* Update to Vaadin 23
2225
* Removed deprecated polymer-connector - replaced by ``executeJs``
2326
* Fixed a problem where the map was not rendered/aligned correctly

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Vaadin Flow Java API for [Leaflet Maps](https://leafletjs.com/) Component
1717

1818
| Vaadin version | vaadin-maps-leaflet-flow version |
1919
| --- | --- |
20-
| Vaadin 23+ (latest) | ``2+`` |
20+
| Vaadin 24+ (latest) | ``3+`` |
21+
| Vaadin 23 | ``2.x`` |
2122
| Vaadin 14 (LTS - former release model) | ``1.x`` |
2223

2324

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>vaadin-maps-leaflet-flow-root</artifactId>
9-
<version>2.0.5-SNAPSHOT</version>
9+
<version>3.0.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<organization>

vaadin-maps-leaflet-flow-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>vaadin-maps-leaflet-flow-demo</artifactId>
9-
<version>2.0.5-SNAPSHOT</version>
9+
<version>3.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<inceptionYear>2019</inceptionYear>

vaadin-maps-leaflet-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>vaadin-maps-leaflet-flow</artifactId>
9-
<version>2.0.5-SNAPSHOT</version>
9+
<version>3.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>LeafletMap for Vaadin</name>

0 commit comments

Comments
 (0)