Releases: nuxt-modules/leaflet
v1.2.4
v1.2.4
❤️ Contributors
v1.2.3
v1.2.2
v1.2.2
This release replaces L.popup()
with L.DomUtil.create()
when creating the popup inside useLMarkerCluster
❤️ Contributors
- Gugustinette [email protected]
- @tratteo
v1.2.1
v1.2.1
This release improves the useLMarkerCluster
to help using legacy methods from Leaflet.
More info : https://leaflet.nuxtjs.org/guide/marker-cluster.html
✨ Changes
useLMarkerCluster
now returns 2 objectsmarkers
which is the array of Marker created during the creation of the clustermarkerCluster
which is the MarkerCluster created
- Markers passed to
useLMarkerCluster
now takes apopup
option, considered an HTML string, that automatically binds a Popup to the corresponding marker
❤️ Contributors
- Gugustinette [email protected]
- @tratteo
1.2.0
v1.2.0
This release add support fort the Leaflet.heat plugin, through an auto-imported composable useLHeat
.
More info : https://leaflet.nuxtjs.org/guide/heat.html
✨ Changes
useLHeat
composable was added to support Leaflet.heat- Related tests and documentation were added
useMarkerCluster
was renamed touseLMarkerCluster
to fit the standards
❤️ Contributors
- Gugustinette [email protected]
v1.1.0
v1.1.0
This release add support fort the Leaflet.markercluster plugin, through an auto-imported composable useMarkerCluster
.
More info : https://leaflet.nuxtjs.org/guide/marker-cluster.html
✨ Changes
- Add support for Leaflet.markercluster : issue
❤️ Contributors
- Gugustinette [email protected]
- Daniel Roe [email protected]
- @antoineLZCH
- @shinGangan
v1.0.14
v1.0.14
This release marks the transition from the old nuxt3-leaflet
repository to the new @nuxtjs/leaflet
repository.
This is technically the same code as v1.0.13 : consider both equivalent.
❤️ Contributors
- Gugustinette [email protected]
- Daniel Roe [email protected]
v1.0.13
v1.0.13
This release drops the old leaflet-runtime.ts
to take advantage of the Vue Leaflet behavior when importing Leaflet.
This prevent Leaflet from being imported literally everywhere in the app, even if it isn't used.
v1.0.12 - Initial Release
Release 1.0.11