-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency leaflet to v1.9.4 #55
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/leaflet-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
November 18, 2022 19:16
d916a90
to
f80906c
Compare
renovate
bot
changed the title
Update dependency leaflet to v1.9.2
Update dependency leaflet to v1.9.3
Nov 18, 2022
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
March 9, 2023 18:40
f80906c
to
ba081f3
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
March 16, 2023 15:38
ba081f3
to
c13d95c
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
May 28, 2023 08:43
c13d95c
to
92643f7
Compare
renovate
bot
changed the title
Update dependency leaflet to v1.9.3
Update dependency leaflet to v1.9.4
May 28, 2023
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
August 30, 2023 21:21
92643f7
to
8508214
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
September 23, 2023 01:32
8508214
to
e727b68
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
September 24, 2023 13:04
e727b68
to
84f64bd
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
October 18, 2023 09:09
84f64bd
to
1d546f0
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
November 7, 2023 21:27
1d546f0
to
fc8e852
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
April 3, 2024 19:17
fc8e852
to
0422726
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
April 14, 2024 12:37
0422726
to
fdc1905
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
April 14, 2024 15:06
fdc1905
to
5041091
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
April 22, 2024 14:48
5041091
to
9aa6f62
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
October 18, 2024 18:10
9aa6f62
to
e2c013d
Compare
renovate
bot
force-pushed
the
renovate/leaflet-1.x
branch
from
October 22, 2024 22:30
e2c013d
to
0068443
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.8.0
->1.9.4
1.7.11
->1.9.14
Release Notes
Leaflet/Leaflet (leaflet)
v1.9.4
Compare Source
🐞 Bug fixes
v1.9.3
Compare Source
🙌 Accessibility
🐞 Bug fixes
L
global (#8536 by @mourner)setMaxBounds(map.getBounds())
(#8534 by @rjackson)latLngsToCoords()
does not return references passed to it (#7344 by @marlo22)worldCopyJump()
behavior is consistent when using a keyboard (#8562 by @Falke-Design)popupopen
event (#8571 by @Belair34)Popup
(#8520 by @rjackson)position: sticky
for map container (#8550 by @tmiaa)v1.9.2
Compare Source
🐞 Bug fixes
leaflet/dist/leaflet-src.esm.js
explicitly instead to take advantage; ESM by default will come in v2) (#8493 by @jonkoops)🧪 Tests
📝 Docs
Bounds
equals
parameters in docs (#8500 by @Falke-Design)v1.9.1
Compare Source
Events
listens
not propagating to parent objects, in particular fixing compatibility with Leaflet.markercluster plugin (#8211 by @Falke-Design)v1.9.0
Compare Source
color-adjust
toprint-color-adjust
(#8211 by @Malvoz)❇️ API changes
content
andlatLng
options toPopup
/Tooltip
constructors (#7783 by @Falke-Design)Bounds
to have the same functions asLatLngBounds
(#7882 by @Falke-Design)✨ Improvements
getCenter()
calculation and move it toPolyUtil
/LineUtil
(#7603 by @Falke-Design)maxBounds
(#8168)Events.listens
to search for specific function (#8161 by @Falke-Design)noMoveStart
option topanTo
(#6685 by @Chivano)FeatureCollection
handling togeometryToLayer
(#8163 by @Falke-Design)🙌 Accessibility
Tooltip
accessibility (focus and voice over) (#8247 by @alekzvik)role="presentation"
from image tiles (#8172 by @Malvoz)🐞 Bug fixes
map._move
overrequestAnimFrame
(#8328 by @AMDvsTMD)_isClickDisabled
to not throw no error if parent is removed from DOM (#8288 by @Falke-Design)DomEvent.DoubleTap
to ignore clicks on<label>
s with afor
attribute (#8227 by @IvanSanchez)once()
twice if same event is fired insideonce
(#8190 by @Falke-Design)map.getCenter()
returning a mutable object (#8167)min/maxZoom
when used in combination withdetectRetina
(#7328 by @bozdoz)📝 Docs
anchor
todata-anchor
(#8174 by @KnightJam1)🔧 Workflow
eslint-plugin-script-tags
(#8331 by @jonkoops)🧪 Tests
map.latLngToLayerPoint
method (#8407 by @kreloaded)map.panTo
(#8390 by @anurag-dhamala)map.containerPointToLatLng
andmap.latLngToContainerPoint
(#8384 by @abhi3315)Layer._addZoomLimit
(#8037 by @zishiwu123)Map
(#8206 by @stephenspol)CircleMarker._containsPoint
(#8340 by @gernhard1337)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 becomes conflicted, 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.