File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
vaadin-maps-leaflet-flow-demo Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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 )
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments