Skip to content

Commit aac5b9a

Browse files
committed
Docs
1 parent b1f4d96 commit aac5b9a

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
# 4.6.4
214
* Updated dependencies
315

bom/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
```

plugins/maplibre-gl-leaflet/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Plugin for [MapLibre GL Leaflet](https://github.com/maplibre/maplibre-gl-leaflet)

0 commit comments

Comments
 (0)