Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 31, 2024

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:

Package Change Age Confidence
maplibre-gl (source) 4 -> 5 age confidence

Release Notes

maplibre/maplibre-gl-js (maplibre-gl)

v5.7.3

Compare Source

✨ Features and improvements
🐞 Bug fixes
  • Fix case where retain loaded children does not retain uppermost loaded children (#​6399)
  • Fix an issue with spread operator that caused issues in Angular and esbuild (#​6438)

v5.7.2

Compare Source

🐞 Bug fixes
  • Fix _updateRetainedTiles checking for children when children length is 1 overscaled tile "child" (#​6388)
  • Fix evaluating global-state for layers added after loading style (#​6361)
  • Change the pathway for passing global-state object from Style to expression to fix a hack that was introduced in previous versions (#​6366)
  • Fix triggering load and idle events when source TileJSON fails to load (#​5430)
  • Fix mouse events on heatmap features (#​714)

v5.7.1

Compare Source

🐞 Bug fixes
  • Fix accuracy circle on locate user control (#​5432)
  • Fix evaluating global-state in paint ...-pattern properties (#​6301)
  • Fix pan moving in the wrong direction when map is pitched (#​6111)
  • Fix evaluation of text-color when using format within step (#​5833)
  • Fix regression in mergeSourceDiffs: handle add/remove/removeAll (#​6342)
  • Fix evaluating global-state in layout properties icon-size and text-size (#​6308)

v5.7.0

Compare Source

✨ Features and improvements
  • Pass document's lang to Tiny-SDF to render Simplified and Traditional Chinese characters (#​6223)
  • Enable global-state expressions in layout properties (#​6209)
  • Align typescript types generation with docs generation and avoid exporting non-exported types (#​6217)
  • Add coveringTiles method to the public API of the map object (#​6292)
🐞 Bug fixes
  • Prevent original input style JSON from being mutated by Style.set* methods (#​6216)
  • Fix evaluating global-state in paint properties with other subexpressions (#​6048)
  • Fix enabling terrain while transitioning (#​6011)

v5.6.2

Compare Source

🐞 Bug fixes
  • Fix white artifacts when using non-zero elevation (#​6032)
  • Fix geolocate control lock loss on window resize and zoom (#​3504)
  • Fix a memory leak in GeoJSONSource when rapidly updating data (#​6163)
  • Fix Map.setTransformRequest parameter type to include null (#​6179)
  • Fix typo _rotatePitchHandler in the navigation_control.ts file (#​6207)

v5.6.1

Compare Source

🐞 Bug fixes
  • Fix use of textureSize call in color relief shader (#​5980)
  • Fix Y axis transformation in projectFromLabelPlaneToClipSpace (#​6021)
  • Alpha-sort all examples (#​6049)
  • Ensure opacity is reset for popups when locationOccludedOpacity no longer applicable (#​6088)

v5.6.0

Compare Source

✨ Features and improvements
  • Add setGlobalStateProperty() and getGlobalState() to the map public API (#​5613)
  • Improve tile frustum culling for globe, leading to better performance and faster loading times. (#​5865)
  • Add new color-relief layer type to render hypsometric tint from terrain-RGB tiles. (#​5742)
🐞 Bug fixes
  • Fix queryRenderedFeatures bounding box crossing antimeridian in globe view. (#​5856)
  • Fix handling invalid glyph placement results along lines (#​5118)
  • Fix refreshTiles() for vector tiles (#​5875)
  • Revert changes to polygon intersection detection (#​5590 caused issue 5864)
  • Fix breaking clusters when non-integer value provided for clusterMaxZoom (warning is shown) (#​5929) + clarify API docs
  • Fix use of reserved GLSL switch statement in hillshade shader (#​5972)

v5.5.0

Compare Source

✨ Features and improvements
  • Add additional hillshade methods (#​5768)
  • Add refreshTiles() to the map public API (#​5806)
  • Disable geolocate control button when permission is denied and trackUserLocation is off (#​5824)
  • ... Add new stuff here...
🐞 Bug fixes
  • Fix scroll min zoom on globe view (#​5775)
  • ⚠️ Fix hillshade appearance change between 256x256 and 512x512 tiles. This will change the appearance of hillshade layers using 512x512 tiles. (#​5768)
  • Fix tile expiry logic for raster and raster-dem tiles (#​5798)
  • Fix opacityWhenCovered not working to hide the marker behind the globe if terrain is enabled. (#​5838)
  • Fix transparent vector tiles sometimes showing geometry beyond tile borders when terrain is active (#​5746)

v5.4.0

Compare Source

✨ Features and improvements
  • Add tile LOD control to the public API (#​5719)
🐞 Bug fixes
  • Fix queryRenderedFeatures on globe view when crossing international date line (#​5765)
  • Fix globe unproject to clamp points to horizon (#​5771)
  • Fix marker drag Coordinates give Longitude off by ±360° with Globe (#​5473)

v5.3.1

Compare Source

🐞 Bug fixes
  • Only add aria-label on the Marker's element if it does not already has one (#​5298)
  • The state of glPixelStore is now properly cleaned after texture updates to avoid glTexSubImage2D calls made on the same gl context acting differently at random (#​5730)
  • Fixes an issue with popup close button not working (#​5754)

v5.3.0

Compare Source

✨ Features and improvements
  • Added getBounds to GeoJSON source to allow getting the boundaries of the data in it (#​5575)
  • Add a check for MouseEvent, to avoid errors when bot were crawling on website using Event instance instead of MouseEvent instance for types like mouseover, mouseout etc.. (#​5466).
🐞 Bug fixes
  • Fix intersection detection between MultiPolygons and Points (#​5590)
  • Fix issue with image rendered partially on terrain tiles (#​1559).
  • Fix circle layer hitbox in Globe projection mode (#​5599)
  • Fix excessive attribution control rerendering (#​5673)

v5.2.0

Compare Source

✨ Features and improvements
  • Allow opacity to be set when location becomes invisible in the globe projection. (#​5532)
🐞 Bug fixes
  • Fix AbortController signal listener memory leak in frameAsync and sendAsync. (#​5561)
  • Remove closeButton event listener on popup.remove(). (#​5564)
  • Add missing GeoJSONFeature type to library export as it is exposed by querySourceFeatures (#​5567)

v5.1.1

Compare Source

✨ Features and improvements
  • Avoid setting marker opacity twice. (#​5441)
🐞 Bug fixes
  • Fix how padding is applied when using flyTo() with Globe (#​5406)
  • Fix URL hash validation to support bearing range -180 to 180 (#​5461)
  • Fix variable zoom tile calculation when padding is set (#​5486)
  • Fix rendering Japanese symbols which are accidentally ignored. (#​5421

v5.1.0

Compare Source

✨ Features and improvements
🐞 Bug fixes
  • Render frame synchronized again in requestAnimationFrame callback (#​4535)

v5.0.1

Compare Source

✨ Features and improvements
🐞 Bug fixes
  • Skip control button css hover effects on touch devices (#​5285)

v5.0.0

Compare Source

✨ Features and improvements
  • ⚠️ Changed geometry-type to identify "Multi-" features (#​4877). Use $type which has no "Multi-" support or use in expression to get the previous behavior.
  • ⚠️ StyleLayer's queryIntersectsFeature method parameters were moved to QueryIntersectsFeatureParams. (#​5276) Wrap the method parameters with {} to solve this
  • ⚠️ Support setting WebGL context options on map creation (#​5196). Previously supported WebGL context options like antialias, preserveDrawingBuffer and failIfMajorPerformanceCaveat must now be defined inside the canvasContextAttributes object on MapOptions.
  • ⚠️ Change the return type of on method to return a Subscription to allow for easy unsubscribe (#​5080). map.on('x').on('y') => map.on('x'); map.on('y');.
  • ⚠️ Change drag rotate behavior to be around the center of the screen (#​5074)
  • ⚠️ Return actual altitude from queryTerrainElevation + Pass non-translated matrices to custom layer on mercator map (#​3854)
  • ⚠️ Remove unminified prod build (#​4906). You'll need to use a different build.
  • Allows setting the desired WebGL version to use (#​5236). You can now use contextType inside canvasContextAttributes to choose which WebGL version to use
  • Dual-Stack WebGL Runtime with WebGL2 to WebGL1 Fallback (#​5198)
  • Add support for projection type expression as part of a refactoring of the transfrom and projection classes (#​5139)
  • Export Event class (#​5016)
  • Support Vertical Perspective projection (#​5023)
  • When clustering circles and the promoteId is set to some parameter, the promoted ID is used on non-clustered features and the cluster_id is used on clustered features. Previously the ID was undefined for non-clustered features (#​4899)
  • Support Terrain in Globe projection (#​4976)
  • Improved performance of the coveringTiles (tile culling) function for globe (#​4937)
  • Catches network fetching errors such as CORS, DNS or malformed URL as actual AJAXError to expose HTTP request details to the "error" event (#​4822)
  • Add setVerticalFieldOfView() to public API (#​4717)
  • Disable sky when using globe and blend it in when changing to mercator (#​4853)
  • New GlobeControl (#​4960)
  • Add support for pitch > 90 degrees (#​4717)
  • Add support for camera roll angle (#​4717)
  • Improve performance of queryRenderedFeatures by using JavaScript Sets to assess layer membership internally (#​4777)
  • Support globe mode (#​3963)
  • Merge atmosphere and sky implementation (#​3888)
  • Add option to display a realistic atmosphere when using a Globe projection (#​3888)
🐞 Bug fixes
  • ⚠️ Fix level of detail at high pitch angle by changing which tiles to load (#​3983)
  • Fix holes at the poles when terrain is used with globe (#​5232)
  • Fix geometry artifacts when globe terrain is zoomed out too much (#​5232)
  • Fix center being incorrectly constrained when using globe (#​5186)
  • Fix atmosphere improperly blending into the background (#​5235)
  • Fix parsing wrong hash location (#​5131)
  • Fix swallowing of errors (#​4532)
  • Fix erroring requests not reported on error handler (#​4613)
  • Fix children not retained when using globe (#​5271)
  • Fix symbol size increasing when looking from poles (#​5275)
  • Fix globe custom layers being supplied incorrect matrices after projection transition to mercator (#​5150)
  • Fix custom 3D models disappearing during projection transition (#​5150)
  • Fix regression in NavigationControl compass on Firefox and Safari browsers (#​5205)
  • Fix smooth mouse wheel zooming (#​5154)
  • Change drag rotate behavior to be less abrupt around the center (#​5104)
  • Fix regression in render world copies (#​5101)
  • Fix unwanted roll when motion is interrupted (#​5083)
  • Fix geometry-type filter expression results (#​5132)
  • Fix easeTo not applying padding in globe projection (#​5134)
  • Convert WebGL1 shaders to WebGL2 (#​5166)
  • Fixes line flickering problem (#​5094)
  • Fix poor performance in Chrome related to passing matrices to WebGL (#​5072)
  • Fixes scale control for globe on zoom out (#​4897)
  • Fixes cooperative gestures displaying the mobile help text when screen width is smaller than 480px on non-touch devices (#​5053)
  • Fixes incorrect cluster radius scaling in GeoJSONSource.setClusterOptions() (#​5055)
  • Improve innerHTML handling in code (#​5057))
  • Fix geometry beyond tile borders being rendered (#​4868)
  • Fix line-placed map-pitch-aligned texts being too large when viewed from some latitudes on a globe (#​4786)
  • Disabled unsupported Fog rendering, for Terrain3D on Globe (#​4963)
  • Fix issue where raster tile source won't fetch updates following request error (#​4890)
  • Fix 3D models in custom layers not being properly occluded by the globe (#​4817)
  • Fix issue where raster tiles were not rendered correctly when using globe and terrain (#​4912)
  • Fix text not being hidden behind the globe when overlap mode was set to always (#​4802)
  • Fix a single white frame being displayed when the map internally transitions from mercator to globe projection (#​4816)
  • Fix loading of RTL plugin version 0.3.0 (#​4860)
  • Fix a memory leak due to missing removal of event listener registration (#​4824)
  • Improve symbol collision performance for both mercator and globe projections (#​4778)
  • Fix bad line scaling near the poles under globe projection (#​4778)
  • Fix globe loading many tiles at an unnecessarily high zoom level when the camera is pitched (#​4778)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from eb52dd7 to 53b573d Compare January 13, 2025 02:32
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 53b573d to 637eaf1 Compare August 7, 2025 11:42
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 637eaf1 to fef43a4 Compare August 25, 2025 10:06
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from fef43a4 to 743f899 Compare September 6, 2025 19:11
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 743f899 to e4f826b Compare September 17, 2025 10:43
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from e4f826b to b99d9b8 Compare September 19, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants