|
1 | | -## 4.6.2 |
| 1 | +# 4.6.3 |
| 2 | +* Migrated deployment to _Sonatype Maven Central Portal_ [#155](https://github.com/xdev-software/standard-maven-template/issues/155) |
| 3 | +* Updated dependencies |
| 4 | + |
| 5 | +# 4.6.2 |
2 | 6 | * Fix naming so that Vaadin Directory sync works #526 |
3 | 7 |
|
4 | | -## 4.6.1 |
| 8 | +# 4.6.1 |
5 | 9 | * Updated dependencies |
6 | 10 |
|
7 | | -## 4.6.0 |
| 11 | +# 4.6.0 |
8 | 12 | * Changed all occurrences of ``Integer`` and ``Double`` to ``Number`` for improved compatibility with Leaflet's API |
9 | 13 | * Updated OpenStreetMap's Tile-Server address to ``tile.openstreetmap.org`` [openstreetmap/operations#737](https://github.com/openstreetmap/operations/issues/737) |
10 | 14 |
|
11 | | -## 4.5.0 |
| 15 | +# 4.5.0 |
12 | 16 | * Added support for [WMS](https://leafletjs.com/reference.html#tilelayer-wms) #486 |
13 | 17 | * Updated dependencies |
14 | 18 |
|
15 | | -## 4.4.0 |
| 19 | +# 4.4.0 |
16 | 20 | * Added support for [GeoJSON](https://leafletjs.com/reference.html#geojson) and [FeatureGroup](https://leafletjs.com/reference.html#featuregroup) #438 |
17 | 21 | * Add "draggable" property to LMarkerOptions #413 (thanks to @ChristianHoesel) |
18 | 22 |
|
19 | | -## 4.3.0 |
| 23 | +# 4.3.0 |
20 | 24 | * Updated to Vaadin 24.4 |
21 | 25 | * Deduplicated ``tLMapZoomPanOptions`` |
22 | 26 |
|
23 | | -## 4.2.1 |
| 27 | +# 4.2.1 |
24 | 28 | * Handle ``LEvented#off`` in the same way as ``LEvented#on`` |
25 | 29 | * Fix incorrect formatting leading to JS error |
26 | 30 | * Updated dependencies |
27 | 31 |
|
28 | | -## 4.2.0 |
| 32 | +# 4.2.0 |
29 | 33 | * Fixed some invalid built JavaScript commands #330 |
30 | 34 | * Add basic support for CRS #333 |
31 | 35 | * Added a few new showcase demos |
32 | 36 | * Updated dependencies |
33 | 37 |
|
34 | | -## 4.1.1 |
| 38 | +# 4.1.1 |
35 | 39 | * ⚠️ GroupId changed from ``com.xdev-software`` to ``software.xdev`` |
36 | 40 | * Updated dependencies |
37 | 41 |
|
38 | | -## 4.1.0 |
| 42 | +# 4.1.0 |
39 | 43 | * Provide a workaround that fixes a problem where certain methods didn't work instantly after the map was created #305 |
40 | 44 | * Moved some container specific methods to ``MapContainer`` |
41 | 45 |
|
42 | | -## 4.0.1 |
| 46 | +# 4.0.1 |
43 | 47 | * Added shortcut method ``invokeSelfReturn`` #282 |
44 | 48 | * Updated dependencies |
45 | 49 |
|
46 | | -## 4.0.0 |
| 50 | +# 4.0.0 |
47 | 51 | ⚠️<i>This release contains breaking changes</i> |
48 | 52 |
|
49 | 53 | * The complete API got reworked and now has the [same structure as Leaflet](https://leafletjs.com/reference.html). |
|
63 | 67 | * However keep in mind when creating a lot of elements that you may have to free up memory on the client (manually) |
64 | 68 | * Integrated default Leaflet resources |
65 | 69 |
|
66 | | -## 3.0.2 |
| 70 | +# 3.0.2 |
67 | 71 | * Added support for Polyline #266 (thanks to @blitzdose) |
68 | 72 |
|
69 | | -## 3.0.1 |
| 73 | +# 3.0.1 |
70 | 74 | * Fixed ``divIcon`` being displayed incorrectly [due to a default ``iconSize`` of ``12px``](https://github.com/Leaflet/Leaflet/issues/4238) #246 |
71 | 75 | * Updated dependencies |
72 | 76 | * Updated leaflet to [``1.9.4``](https://github.com/Leaflet/Leaflet/blob/b6b56f6e707142c177fad2f67827a5007e56736a/CHANGELOG.md#194-2023-05-18) #247 |
73 | 77 |
|
74 | | -## 3.0.0 |
| 78 | +# 3.0.0 |
75 | 79 | ⚠️<i>This release contains breaking changes</i> |
76 | 80 |
|
77 | 81 | * Adds support for Vaadin 24+, drops support for Vaadin 23<br/> |
78 | 82 | <i>If you are still using Vaadin 23, use the ``2.x`` versions.</i> |
79 | 83 | * Requires Java 17+ |
80 | 84 |
|
81 | | -## 2.0.4 |
| 85 | +# 2.0.4 |
82 | 86 | * Added method ``centerAndZoom`` in ``LMap`` |
83 | 87 | * Fixed a problem where an invalid ``iconSize`` was transferred to leaflet which caused a client side exception (#199) |
84 | 88 | * Updated various dependencies |
85 | 89 |
|
86 | | -## 2.0.3 |
| 90 | +# 2.0.3 |
87 | 91 | * Updated dependencies |
88 | 92 | * Fixed problem with setting lon/lan in LMarker |
89 | 93 | * Added constructors for LMap |
90 | 94 |
|
91 | | -## 2.0.2 |
| 95 | +# 2.0.2 |
92 | 96 | * Updated dependencies |
93 | 97 |
|
94 | | -## 2.0.1 |
| 98 | +# 2.0.1 |
95 | 99 | * Updated dependencies |
96 | 100 | * Vaadin 23.2 |
97 | 101 |
|
98 | | -## 2.0.0 |
| 102 | +# 2.0.0 |
99 | 103 | ⚠️<i>This release contains breaking changes</i> |
100 | 104 |
|
101 | 105 | * Update to Vaadin 23 |
|
0 commit comments