File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed
plugins/maplibre-gl-leaflet Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 5.0.0
2
+
3
+ > [ !WARNING]
4
+ > Breaking change - Artifact relocation: <br />
5
+ > `` software.xdev:vaadin-maps-leaflet-flow `` was moved to `` software.xdev.vaadin.maps-leaflet:flow ``
6
+
7
+ * Introduced support for Leaflet plugins #307
8
+ * Plugins can be installed from `` software.xdev.vaadin.maps-leaflet.plugins:<artifactId> ``
9
+ * The following [ plugins] ( ./plugins/ ) are available:
10
+ * maplibre-gl-leaflet
11
+ * You can also use the [ `` bom `` ] ( ./bom/ ) for easier dependency management
12
+
1
13
# 4.6.4
2
14
* Updated dependencies
3
15
Original file line number Diff line number Diff line change
1
+ # BOM - [ Bill of Materials] ( https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Bill_of_Materials_.28BOM.29_POMs )
2
+
3
+ Add it like this
4
+ ``` xml
5
+ <dependencyManagement >
6
+ <dependencies >
7
+ <dependency >
8
+ <groupId >software.xdev.vaadin.maps-leaflet</groupId >
9
+ <artifactId >bom</artifactId >
10
+ <version >...</version >
11
+ <type >pom</type >
12
+ <scope >import</scope >
13
+ </dependency >
14
+ </dependencies >
15
+ </dependencyManagement >
16
+ ```
Original file line number Diff line number Diff line change
1
+ # Plugin for [ MapLibre GL Leaflet] ( https://github.com/maplibre/maplibre-gl-leaflet )
You can’t perform that action at this time.
0 commit comments