Skip to content

Commit 8bb68b0

Browse files
committed
chore: update changelog
1 parent c7f238b commit 8bb68b0

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

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

3+
## v1.2.0
4+
5+
This release add support fort the [Leaflet.heat](https://github.com/Leaflet/Leaflet.heat) plugin, through an auto-imported composable `useLHeat`.
6+
7+
More info : https://leaflet.nuxtjs.org/guide/heat.html
8+
9+
### ✨ Changes
10+
11+
- `useLHeat` composable was added to support [Leaflet.heat](https://github.com/Leaflet/Leaflet.heat)
12+
- Related tests and documentation were added
13+
- `useMarkerCluster` was renamed to `useLMarkerCluster` to fit the [standards](https://nuxt.com/docs/guide/going-further/modules#always-prefix-exposed-interfaces)
14+
15+
### ❤️ Contributors
16+
17+
- Gugustinette <[email protected]>
18+
19+
## v1.1.0
20+
21+
This release add support fort the [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster) plugin, through an auto-imported composable `useMarkerCluster`.
22+
23+
More info : https://leaflet.nuxtjs.org/guide/marker-cluster.html
24+
25+
### ✨ Changes
26+
27+
- **Add support for Leaflet.markercluster** : [issue](https://github.com/nuxt-modules/leaflet/issues/15)
28+
29+
### ❤️ Contributors
30+
31+
- Gugustinette <[email protected]>
32+
- Daniel Roe <[email protected]>
33+
- @antoineLZCH
34+
- @shinGangan
35+
336
## v1.0.14
437

538
This release is a migration from the old `nuxt3-leaflet` module to the new `@nuxtjs/leaflet` module.

0 commit comments

Comments
 (0)