版本发布 8
- Update dependencies - Fix Nuxt compatibility version for the `nuxi` installation process
- Fix Nuxt compatibility setting in the module
- Nuxt 4 support
## 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.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.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.3 Just a dependency update. ### ❤️ Contributors - Gugustinette <mercier.augustin@outlook.fr>
## 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