Skip to content

Commit 3fbe325

Browse files
committed
chore: update CHANGELOG.md for v1.2.1
1 parent 84fc646 commit 3fbe325

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v1.2.1
4+
5+
This release improves the `useLMarkerCluster` to help using legacy methods from Leaflet.
6+
7+
More info : https://leaflet.nuxtjs.org/guide/marker-cluster.html
8+
9+
### ✨ Changes
10+
11+
- `useLMarkerCluster` now returns 2 objects
12+
- `markers` which is the array of [Marker](https://leafletjs.com/reference.html#marker) created during the creation of the cluster
13+
- `markerCluster` which is the MarkerCluster created
14+
- Markers passed to `useLMarkerCluster` now takes a `popup` option, considered an HTML string, that automatically binds a [Popup](https://leafletjs.com/reference.html#popup) to the corresponding marker
15+
16+
### ❤️ Contributors
17+
18+
- Gugustinette <[email protected]>
19+
- @tratteo
20+
321
## v1.2.0
422

523
This release add support fort the [Leaflet.heat](https://github.com/Leaflet/Leaflet.heat) plugin, through an auto-imported composable `useLHeat`.

0 commit comments

Comments
 (0)