This release replaces L.popup() with L.DomUtil.create() when creating the popup inside useLMarkerCluster
- Gugustinette mercier.augustin@outlook.fr
- @tratteo
This release improves the useLMarkerCluster to help using legacy methods from Leaflet.
More info : https://leaflet.nuxtjs.org/guide/marker-cluster.html
useLMarkerClusternow returns 2 objectsmarkerswhich is the array of Marker created during the creation of the clustermarkerClusterwhich is the MarkerCluster created
- Markers passed to
useLMarkerClusternow takes apopupoption, considered an HTML string, that automatically binds a Popup to the corresponding marker
- Gugustinette mercier.augustin@outlook.fr
- @tratteo
This release add support fort the Leaflet.heat plugin, through an auto-imported composable useLHeat.
More info : https://leaflet.nuxtjs.org/guide/heat.html
useLHeatcomposable was added to support Leaflet.heat- Related tests and documentation were added
useMarkerClusterwas renamed touseLMarkerClusterto fit the standards
- Gugustinette mercier.augustin@outlook.fr
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
- Add support for Leaflet.markercluster : issue
- Gugustinette mercier.augustin@outlook.fr
- Daniel Roe daniel@roe.dev
- @antoineLZCH
- @shinGangan
This release is a migration from the old nuxt3-leaflet module to the new @nuxtjs/leaflet module.
It includes the same features as version 1.0.13 of the old module, but also enable compatibility with Nuxt 4.
Consider that this is the new module's first stable release, as previous versions are not available on npm through the @nuxtjs namespace.
- Indicate compatibility with Nuxt 4 : commit
- Gugustinette mercier.augustin@outlook.fr
- Daniel Roe daniel@roe.dev
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.
- Drop Leaflet runtime import: #1
- Gugustinette mercier.augustin@outlook.fr
- Daniel Roe daniel@roe.dev
Initial Release
- Gugustinette mercier.augustin@outlook.fr