chore(deps): update dependency leaflet to v1.9.4#6
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency leaflet to v1.9.4#6renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
145c864 to
bbd7ad8
Compare
bbd7ad8 to
df8784f
Compare
df8784f to
9e1db31
Compare
c956229 to
251c37b
Compare
251c37b to
b321691
Compare
b321691 to
7674665
Compare
7674665 to
c7976f1
Compare
467b9fa to
15efbd3
Compare
15efbd3 to
bf1f97f
Compare
a8042f3 to
5f0c78f
Compare
5f0c78f to
d5029aa
Compare
d5029aa to
ea80516
Compare
ea80516 to
3aa4fae
Compare
3aa4fae to
72e6d3e
Compare
72e6d3e to
0d758ec
Compare
0d758ec to
a9351d2
Compare
a9351d2 to
5bdfcaf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.9.3->1.9.41.9.0->1.9.21Release Notes
Leaflet/Leaflet (leaflet)
v1.9.4Compare Source
After two and a half years of hard work, we’re thrilled to announce the first alpha release of Leaflet 2.0!
This release marks a major modernization of the Leaflet codebase. We've dropped support for Internet Explorer, removed legacy methods and polyfills, adopted modern standards like Pointer Events, and now publish Leaflet as an ESM module. The global
Lis no longer part of the core package (though it’s still available in the bundled versionleaflet-global.jsfor backward compatibility).For more information checkout the blog post: https://leafletjs.com/2025/05/18/leaflet-2.0.0-alpha.html
What's New in Leaflet 2.0
MouseandTouchevents toPointerEventsMigration
L.marker(latlng)➜new Marker(latlng)<script>tag tomodule:<script type='module'>Lwith explicit imports from the Leaflet package:import { Marker } from 'leaflet'importmap: https://leafletjs.com/examples/quick-start/module-script, assign them to thewindowobject (Not recommended):window.map = mapOld implementation
New implementation
Module
Global Script
Need Legacy Support?
Check out this polyfill package to help ease the transition for legacy apps: Leaflet V1 Polyfill
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.