Skip to content

Commit cea237c

Browse files
committed
OSSRH → Sonatype Maven Central Portal
See xdev-software/standard-maven-template#155
1 parent 5ee3d14 commit cea237c

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

CHANGELOG.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,53 @@
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
26
* Fix naming so that Vaadin Directory sync works #526
37

4-
## 4.6.1
8+
# 4.6.1
59
* Updated dependencies
610

7-
## 4.6.0
11+
# 4.6.0
812
* Changed all occurrences of ``Integer`` and ``Double`` to ``Number`` for improved compatibility with Leaflet's API
913
* Updated OpenStreetMap's Tile-Server address to ``tile.openstreetmap.org`` [openstreetmap/operations#737](https://github.com/openstreetmap/operations/issues/737)
1014

11-
## 4.5.0
15+
# 4.5.0
1216
* Added support for [WMS](https://leafletjs.com/reference.html#tilelayer-wms) #486
1317
* Updated dependencies
1418

15-
## 4.4.0
19+
# 4.4.0
1620
* Added support for [GeoJSON](https://leafletjs.com/reference.html#geojson) and [FeatureGroup](https://leafletjs.com/reference.html#featuregroup) #438
1721
* Add "draggable" property to LMarkerOptions #413 (thanks to @ChristianHoesel)
1822

19-
## 4.3.0
23+
# 4.3.0
2024
* Updated to Vaadin 24.4
2125
* Deduplicated ``tLMapZoomPanOptions``
2226

23-
## 4.2.1
27+
# 4.2.1
2428
* Handle ``LEvented#off`` in the same way as ``LEvented#on``
2529
* Fix incorrect formatting leading to JS error
2630
* Updated dependencies
2731

28-
## 4.2.0
32+
# 4.2.0
2933
* Fixed some invalid built JavaScript commands #330
3034
* Add basic support for CRS #333
3135
* Added a few new showcase demos
3236
* Updated dependencies
3337

34-
## 4.1.1
38+
# 4.1.1
3539
* ⚠️ GroupId changed from ``com.xdev-software`` to ``software.xdev``
3640
* Updated dependencies
3741

38-
## 4.1.0
42+
# 4.1.0
3943
* Provide a workaround that fixes a problem where certain methods didn't work instantly after the map was created #305
4044
* Moved some container specific methods to ``MapContainer``
4145

42-
## 4.0.1
46+
# 4.0.1
4347
* Added shortcut method ``invokeSelfReturn`` #282
4448
* Updated dependencies
4549

46-
## 4.0.0
50+
# 4.0.0
4751
⚠️<i>This release contains breaking changes</i>
4852

4953
* The complete API got reworked and now has the [same structure as Leaflet](https://leafletjs.com/reference.html).
@@ -63,39 +67,39 @@
6367
* However keep in mind when creating a lot of elements that you may have to free up memory on the client (manually)
6468
* Integrated default Leaflet resources
6569

66-
## 3.0.2
70+
# 3.0.2
6771
* Added support for Polyline #266 (thanks to @blitzdose)
6872

69-
## 3.0.1
73+
# 3.0.1
7074
* Fixed ``divIcon`` being displayed incorrectly [due to a default ``iconSize`` of ``12px``](https://github.com/Leaflet/Leaflet/issues/4238) #246
7175
* Updated dependencies
7276
* Updated leaflet to [``1.9.4``](https://github.com/Leaflet/Leaflet/blob/b6b56f6e707142c177fad2f67827a5007e56736a/CHANGELOG.md#194-2023-05-18) #247
7377

74-
## 3.0.0
78+
# 3.0.0
7579
⚠️<i>This release contains breaking changes</i>
7680

7781
* Adds support for Vaadin 24+, drops support for Vaadin 23<br/>
7882
<i>If you are still using Vaadin 23, use the ``2.x`` versions.</i>
7983
* Requires Java 17+
8084

81-
## 2.0.4
85+
# 2.0.4
8286
* Added method ``centerAndZoom`` in ``LMap``
8387
* Fixed a problem where an invalid ``iconSize`` was transferred to leaflet which caused a client side exception (#199)
8488
* Updated various dependencies
8589

86-
## 2.0.3
90+
# 2.0.3
8791
* Updated dependencies
8892
* Fixed problem with setting lon/lan in LMarker
8993
* Added constructors for LMap
9094

91-
## 2.0.2
95+
# 2.0.2
9296
* Updated dependencies
9397

94-
## 2.0.1
98+
# 2.0.1
9599
* Updated dependencies
96100
* Vaadin 23.2
97101

98-
## 2.0.0
102+
# 2.0.0
99103
⚠️<i>This release contains breaking changes</i>
100104

101105
* Update to Vaadin 23

0 commit comments

Comments
 (0)