fix(deps): update dependency maplibre-gl to v5 #25
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
4
->5
Release Notes
maplibre/maplibre-gl-js (maplibre-gl)
v5.7.3
Compare Source
✨ Features and improvements
🐞 Bug fixes
v5.7.2
Compare Source
🐞 Bug fixes
_updateRetainedTiles
checking for children when children length is 1 overscaled tile "child" (#6388)global-state
for layers added after loading style (#6361)global-state
object fromStyle
to expression to fix a hack that was introduced in previous versions (#6366)load
andidle
events when source TileJSON fails to load (#5430)v5.7.1
Compare Source
🐞 Bug fixes
global-state
in paint...-pattern
properties (#6301)text-color
when usingformat
withinstep
(#5833)mergeSourceDiffs
: handle add/remove/removeAll (#6342)global-state
in layout propertiesicon-size
andtext-size
(#6308)v5.7.0
Compare Source
✨ Features and improvements
lang
to Tiny-SDF to render Simplified and Traditional Chinese characters (#6223)global-state
expressions in layout properties (#6209)coveringTiles
method to the public API of the map object (#6292)🐞 Bug fixes
Style.set*
methods (#6216)global-state
in paint properties with other subexpressions (#6048)v5.6.2
Compare Source
🐞 Bug fixes
GeoJSONSource
when rapidly updating data (#6163)Map.setTransformRequest
parameter type to includenull
(#6179)_rotatePitchHandler
in thenavigation_control.ts
file (#6207)v5.6.1
Compare Source
🐞 Bug fixes
textureSize
call in color relief shader (#5980)locationOccludedOpacity
no longer applicable (#6088)v5.6.0
Compare Source
✨ Features and improvements
setGlobalStateProperty()
andgetGlobalState()
to the map public API (#5613)color-relief
layer type to render hypsometric tint from terrain-RGB tiles. (#5742)🐞 Bug fixes
queryRenderedFeatures
bounding box crossing antimeridian in globe view. (#5856)refreshTiles()
for vector tiles (#5875)clusterMaxZoom
(warning is shown) (#5929) + clarify API docsswitch
statement in hillshade shader (#5972)v5.5.0
Compare Source
✨ Features and improvements
refreshTiles()
to the map public API (#5806)trackUserLocation
is off (#5824)🐞 Bug fixes
v5.4.0
Compare Source
✨ Features and improvements
🐞 Bug fixes
queryRenderedFeatures
on globe view when crossing international date line (#5765)unproject
to clamp points to horizon (#5771)v5.3.1
Compare Source
🐞 Bug fixes
aria-label
on the Marker's element if it does not already has one (#5298)glPixelStore
is now properly cleaned after texture updates to avoidglTexSubImage2D
calls made on the same gl context acting differently at random (#5730)v5.3.0
Compare Source
✨ Features and improvements
getBounds
to GeoJSON source to allow getting the boundaries of the data in it (#5575)🐞 Bug fixes
v5.2.0
Compare Source
✨ Features and improvements
🐞 Bug fixes
GeoJSONFeature
type to library export as it is exposed byquerySourceFeatures
(#5567)v5.1.1
Compare Source
✨ Features and improvements
🐞 Bug fixes
v5.1.0
Compare Source
✨ Features and improvements
vertical-align
informat
expression (specification)(#5043).🐞 Bug fixes
v5.0.1
Compare Source
✨ Features and improvements
geometry-type
(#5285). This change was causing issues in a large number of styles and thus reverted.🐞 Bug fixes
v5.0.0
Compare Source
✨ Features and improvements
geometry-type
to identify "Multi-" features (#4877). Use$type
which has no "Multi-" support or usein
expression to get the previous behavior.StyleLayer
'squeryIntersectsFeature
method parameters were moved toQueryIntersectsFeatureParams
. (#5276) Wrap the method parameters with{}
to solve thisantialias
,preserveDrawingBuffer
andfailIfMajorPerformanceCaveat
must now be defined inside thecanvasContextAttributes
object onMapOptions
.on
method to return aSubscription
to allow for easy unsubscribe (#5080).map.on('x').on('y')
=>map.on('x'); map.on('y');
.contextType
insidecanvasContextAttributes
to choose which WebGL version to useEvent
class (#5016)coveringTiles
(tile culling) function for globe (#4937)AJAXError
to expose HTTP request details to the"error"
event (#4822)queryRenderedFeatures
by using JavaScriptSet
s to assess layer membership internally (#4777)🐞 Bug fixes
error
handler (#4613)geometry-type
filter expression results (#5132)GeoJSONSource.setClusterOptions()
(#5055)always
(#4802)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 this update again.
This PR was generated by Mend Renovate. View the repository job log.