Releases: nuxt-modules/leaflet
Releases · nuxt-modules/leaflet
v1.3.2
v1.3.1
- Fix Nuxt compatibility setting in the module
v1.3.0
- Nuxt 4 support
v1.2.6
v1.2.6
- Updated dependencies
- MarkerCluster options now extend the DefinitelyTyped options to be more accurate.
❤️ Contributors
v1.2.5
v1.2.5
- Updated dependencies
- MarkerCluster options can now be passed to the useLMarkerCluster composable
❤️ Contributors
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]