Skip to content

Latest commit

 

History

History
104 lines (60 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

104 lines (60 loc) · 3.68 KB

Changelog

v1.2.2

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

❤️ Contributors

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

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

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

v1.0.14

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.

✨ Changes

  • Indicate compatibility with Nuxt 4 : commit

❤️ Contributors

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.

✨ Changes

  • Drop Leaflet runtime import: #1

❤️ Contributors

v1.0.12

Initial Release

✨ Changes

  • Auto-import Vue Leaflet components: v1.0.1
  • Auto-import Leaflet as L: v1.0.3

❤️ Contributors