Skip to content

Releases: nuxt-modules/leaflet

v1.3.2

29 Jul 13:27
Compare
Choose a tag to compare
  • Update dependencies
  • Fix Nuxt compatibility version for the nuxi installation process

v1.3.1

20 Jul 16:54
Compare
Choose a tag to compare
  • Fix Nuxt compatibility setting in the module

v1.3.0

20 Jul 16:47
Compare
Choose a tag to compare
  • Nuxt 4 support

v1.2.6

19 Dec 12:59
dfb10a5
Compare
Choose a tag to compare

v1.2.6

❤️ Contributors

v1.2.5

09 Dec 13:37
Compare
Choose a tag to compare

v1.2.5

❤️ Contributors

v1.2.4

04 Nov 18:31
8d93e61
Compare
Choose a tag to compare

v1.2.4

  • Updated Nuxt to v3.14.0 : should resolve #80
  • Updated all minor dependencies

❤️ Contributors

v1.2.3

17 Sep 12:01
24f56ae
Compare
Choose a tag to compare

v1.2.3

Just a dependency update.

❤️ Contributors

v1.2.2

10 Aug 12:24
Compare
Choose a tag to compare

v1.2.2

This release replaces L.popup() with L.DomUtil.create() when creating the popup inside useLMarkerCluster

❤️ Contributors

v1.2.1

10 Aug 10:08
Compare
Choose a tag to compare

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 objects
    • markers which is the array of Marker created during the creation of the cluster
    • markerCluster which is the MarkerCluster created
  • Markers passed to useLMarkerCluster now takes a popup option, considered an HTML string, that automatically binds a Popup to the corresponding marker

❤️ Contributors

1.2.0

29 Jul 12:08
Compare
Choose a tag to compare

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 to useLMarkerCluster to fit the standards

❤️ Contributors