chore(deps): update dependency svelte-maplibre-gl to v2#366
Open
upgrade-bot-9000[bot] wants to merge 1 commit into
Open
chore(deps): update dependency svelte-maplibre-gl to v2#366upgrade-bot-9000[bot] wants to merge 1 commit into
upgrade-bot-9000[bot] wants to merge 1 commit into
Conversation
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.0.3→2.0.1Release Notes
MIERUNE/svelte-maplibre-gl (svelte-maplibre-gl)
v2.0.1Compare Source
Patch Changes
b6b4a8c: fix(ImageLoader): passtasksdirectly toPromise.allSettledinstead of wrapping it in another array. Previously the wrapped form resolved immediately, flippingloadingtofalseand rendering children before any image had actually loaded; rejected loads were also silently swallowed.fix(ImageLoader): when the same id is reassigned to a different url before its previous load resolves, the stale resolution no longer overwrites the newer image. The async task now compares the captured url against the current
loadedImagesentry before adding.b6b4a8c: perf(Marker, Popup): apply only the className delta onclassprop changes instead of removing every previous class and re-adding every new class. Avoids redundant DOM mutations when the class list is partially updated (e.g. toggling a single class in a multi-class string).b6b4a8c: feat(Popup): addtrackPointerprop. Whentrue, the popup follows the cursor instead of being pinned tolnglat, mirroringPopup.trackPointer()upstream. Toggling the prop reactively switches between cursor-tracking and anchored modes.b6b4a8c: fix(RawLayer): clearingbeforeId(changing it from a layer id back toundefined) now moves the layer to the top viamap.moveLayer(id), instead of leaving it at its previous position.b6b4a8c: fix(Sprite): captureid/urlat effect-run time so cleanup removes the sprite that was actually added, preventing the previous sprite from leaking when these props change.fix(Image): when
idchanges (without dimension changes),addImageis now called for the new id instead ofupdateImage, which previously fired an upstream error for the missing id.v2.0.0Compare Source
Minor Changes
14842b3: feat: track maplibre-gl 5.10+/5.18+/5.19+ featuresPatch Changes
717a771: fix(MapLibre): makepaddingbindable and sync it from the transform onmoveso user-driveneaseTo({ padding })calls are no longer cancelled by the reactive update.padding={undefined}now means "library does not control padding" (consistent withcenter/zoom); to clear the map's padding, pass an explicit zero-valued padding object instead.2cf585c: Handle sources and layers within Svelte key blocks that specify a fixed source/layer idConfiguration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR has been generated by Mend Renovate.