ITADN
nuxt-modules/leaflet

版本发布 8

v1.3.21.3.2
? · 2025-07-29

- Update dependencies - Fix Nuxt compatibility version for the `nuxi` installation process

v1.3.11.3.1
? · 2025-07-20

- Fix Nuxt compatibility setting in the module

v1.3.01.3.0
? · 2025-07-20

- Nuxt 4 support

v1.2.61.2.6
? · 2024-12-19

## v1.2.6 - Updated dependencies - [MarkerCluster options](https://github.com/Leaflet/Leaflet.markercluster/tree/master?tab=readme-ov-file#defaults) now extend the [DefinitelyTyped options](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/61576c3c5bcb6518f86224fcb0a2314ac68e4ebb/types/leaflet.markercluster/index.d.ts#L36) to be more accurate. ### ❤️ Contributors - @Gugustinette - @ManUtopiK

v1.2.51.2.5
? · 2024-12-09

## v1.2.5 - Updated dependencies - [MarkerCluster options](https://github.com/Leaflet/Leaflet.markercluster/tree/master?tab=readme-ov-file#defaults) can now be passed to the [useLMarkerCluster composable](https://github.com/nuxt-modules/leaflet/blob/836eca889422f1f70235132db581f427bfddb14a/src/runtime/composables/useLMarkerCluster.ts#L28) ### ❤️ Contributors - @Gugustinette - @ManUtopiK

v1.2.41.2.4
? · 2024-11-04

## v1.2.4 - Updated Nuxt to [v3.14.0](https://github.com/nuxt/nuxt/releases/tag/v3.14.0) : should resolve https://github.com/nuxt-modules/leaflet/issues/80 - Updated all minor dependencies ### ❤️ Contributors - @Gugustinette - @tobychidi

v1.2.31.2.3
? · 2024-09-17

## v1.2.3 Just a dependency update. ### ❤️ Contributors - Gugustinette <mercier.augustin@outlook.fr>

v1.2.21.2.2
? · 2024-08-10

## v1.2.2 This release replaces `L.popup()` with `L.DomUtil.create()` when creating the popup inside `useLMarkerCluster` ### ❤️ Contributors - Gugustinette <mercier.augustin@outlook.fr> - @tratteo