Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
maplibre-gl (source) 3.6.25.15.0 age confidence

Release Notes

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

v5.15.0

Compare Source

✨ Features and improvements
  • Support global state expression for layer visibility (#​6659) (by melitele)
  • Update Node.js version to 24.11 for development (#​6851) (by HarelM)
🐞 Bug fixes
  • Fix LngLatBounds#intersects returning false for bounds spanning 360° or more (#​6863) (by @​lucaswoj)
  • Fix getting the right zoom for getElevationForLngLat (#​6825) (by @​HarelM)
  • Fix stale transform state being applied after changing minZoom or maxZoom due to old copies from transformCameraUpdate taking precedence. transformCameraUpdate is now called from setMinZoom and setMaxZoom to allow user to control subsequent changes to zoom #​6766 (by @​Auspicus)
  • Fix GeoJSON source throwing with undefined properties #​6730 (by @​wayofthefuture)

v5.14.0

Compare Source

✨ Features and improvements
  • Prevent redundant DEM border backfilling by tracking state, moved tile manager logic to helper files (#​6756) (by @​HarelM)
  • Improve performance of GeoJSON updateData, setData, and overzoomed tiles (#​6738, #​6772) (by @​lucaswoj)
🐞 Bug fixes
  • Handle consecutive duplicate points in offsetLine to avoid null values in the output. Fixes #​5431 (by mmc1718)
  • ⚠️ Gracefully handle internal AbortErrors (e.g., when a TileJSON URL is updated while a request in flight). Previously, such aborted requests would throw an AbortError in an unhandled rejection that was not easily caught in user code. Since aborted requests are fully handled internally, these unhandled rejections were superfluous and resulted in unhelpful client errors. (#​6747) (by @​andrewda)
  • Fix canvas sources with power-of-2 dimensions rendering as black squares (#​6607) (by Omkarthipparthi)
  • Fix queryTerrainElevation to use higher zoom level tiles when possible (#​6791) (by @​HarelM)
  • Fix unwanted movement when moving a pitched terrain map at high latitudes; fix freezes when moving a pitched and rotated terrain map at low zoom (#​6775) (by @​larsmaxfield)
  • Fix issue with static modifier as part of mlt package (#​6796) (by @​HarelM)
  • Fix GeoJSONSource tile reloading when updating data (#​6800) (by @​HarelM)
  • LngLatBounds#intersects now returns true when bounds touch along an edge or at a corner (#​6802) (by @​lucaswoj)

v5.13.0

Compare Source

✨ Features and improvements
  • Text labels can now include relatively uncommon Chinese, Japanese, Korean, and Vietnamese characters, as well as characters from historical writing systems. When using server-side fonts, the map may request glyph PBFs beyond U+FFFF from the server instead of throwing an error as before. (#​6640) (by @​1ec5)
  • GeoJSON Source Diff: improve, abstract, refactor, optimize, and fix regressions. (#​6681) (by @​wayofthefuture)
  • GeoJSONSource setData and updateData waitForCompletion option (#​6688) (by @​wayofthefuture)
  • Improve performance of GeoJSONSource#updateData (#​6668) (by @​lucaswoj)
  • GeoJSON Worker Refactor (#​6702) (by @​wayofthefuture)
🐞 Bug fixes

v5.12.0

Compare Source

✨ Features and improvements
  • Add support for MapLibre Tiles (MLT) by using encoding: 'mlt' in vector source definition (#​6570) (by @​Salkin975 and @​HarelM)
  • Slice vector tiles to improve over scale vector handling (#​6521). It adds the experimentalZoomLevelsToOverscale flag to MapOptions to allow controlling how many zoom levels to slice and how many to scale. It seems to have better performance at high zoom levels. It can prevent Safari crashes in some scenarios by setting it to 4 or less. (by @​HarelM)
  • Add reduceMotion option to Map Options (#​6661) (by @​wayofthefuture)
🐞 Bug fixes

v5.11.0

Compare Source

✨ Features and improvements
  • Improve performance of GeoJSONSource#updateData when called on small diffs (#​6562) (by @​lucaswoj)
  • If the stylesheet lacks a glyphs property at the root level, interpret the text-font property as a cascading fallback list of font names and render all text using local or system fonts. (#​4564) (by @​1ec5)
  • ⚠️ Refactor SourceCache to TileManager (#​6635) - this is not a breaking change since SourceCache is not part of the public API, but if you have a plugin that uses internal stuff, it might break... (by @​wayofthefuture)
🐞 Bug fixes
  • If a required glyph PBF is unavailable or it lacks a glyph for a character in a text-field, try to render it locally instead of crashing. (#​4564) (by @​1ec5)
  • Export now() function in timeControl API to complete the API and enable external code to read controlled time (#​6644) (by @​bjperson)
  • ScaleControl CSS styling contains white-space: nowrap to prevent wrapping (#​6647) (by @​stroebjo)
  • Fix edge fading for unloaded tiles (#​6650) (by @​wayofthefuture)

v5.10.0

Compare Source

✨ Features and improvements
  • Add time control API (setNow, restoreNow, isTimeFrozen) for deterministic rendering, enabling frame-by-frame video export and deterministic testing (6544)
  • Use styles isHidden logic in the worker by adding a new optional roundMinZoom parameter (#​6547)
  • Add transformConstrain callback to the Map options to override the transform's constrain with new type TransformConstrainFunction; refactor transform constructor options to a TransformOptions object (#​6484)
  • Use timeControl.now() instead of browser.now() (6573)
🐞 Bug fixes
  • Contextmenu events not blocked by scrolling (#​5683
  • Mousemove events are not blocked by scrolling (#​6302)
  • Dashed lines have blurry rounded caps (#​6554)
  • Preserve flyTo padding when prefers-reduced-motion is enabled (#​6576)
  • Fix setClusterOptions not triggering recluster when no data changes are pending (#​6603)

v5.9.0

Compare Source

✨ Features and improvements
  • Improve fading - dynamic bi-directional raster cross-fading and self fading (#​6469)
  • Support for usage of line-gradient together with line-dasharray (#​6487)
🐞 Bug fixes
  • Added button role to marker div to fix accessibility issues with the aria-label (#​6435)
  • Fix a crash on iOS when there are too many symbols to render (#​6526)

v5.8.0

Compare Source

✨ Features and improvements
  • Enable documentation admonitions in Material for MkDocs. (#​6455)
  • Switch MapEventType from type to interface to allow declaration merging (#​6436)
  • Implement data-driven styling support for line-dasharray (#​5812)
🐞 Bug fixes
  • Fix raster flickering when using terrain 3D and optimize terrain logic. (#​6446)
  • Fix issue where parent tiles are retained when deeper descendant tiles already cover the missing ideal tile. (#​6442)
  • Fix an issue when GeolocateControl fires outofmaxbounds event with trackUserLocation disabled (#​6464)
  • Fix an issue with globe+terrain "zooming" in when dragging towards the poles (#​6470)
  • Fix integer overflow in symbol placement (#​6476)

v5.7.3

Compare Source

🐞 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)

v4.7.1

Compare Source

🐞 Bug fixes
  • Fix circle won't render on mesa 24.1 with AMD GPU (#​4062)
  • Fix hash router for urls ending with a hashtag (#​4730)
  • Replace rollup-plugin-sourcemaps with rollup-plugin-sourcemaps2 (#​4740)

v4.7.0

Compare Source

✨ Features and improvements
  • Support multiple layers in map.on, map.once and map.off methods (#​4570)
  • Ensure GeoJSON cluster sources emit a console warning if maxzoom is less than or equal to clusterMaxZoom since in this case you may see unexpected results. (#​4604)
🐞 Bug fixes
  • Heatmap Fix for 3D terrain (#​4571)
  • Fix Map#off to not remove listener with layer(s) registered with Map#once (#​4592)
  • Improve types a bit for addSource and getSource (#​4616)
  • Fix the color near the horizon when terrain is enabled without any sky (#​4607)
  • Fix bug where fitBounds and cameraForBounds would not display across the 180th meridian (antimeridian)
  • Fix white flickering on map resize (#​4158)
  • Fixed a performance regression related to symbol placement (#​4599)
  • Fix a bug where cloning a Transform instance didn't include the lngRange. This caused a bug where
    using transformCameraUpdate caused the maxBounds to stop working just for east/west bounds. (#​4625)

v4.6.0

Compare Source

✨ Features and improvements
  • Prefer local glyph rendering for all CJKV characters, not just those in the CJK Unified Ideographs, Hiragana, Katakana, and Hangul Syllables blocks. (#​4560))
🐞 Bug fixes
  • Fix right-to-left layout of labels that contain characters in the Arabic Extended-B code block. (#​4536)
  • Fix 3D map freezing when camera is adjusted against map bounds. (#​4537)
  • Fix getStyle() to return a clone so the object cannot be internally changed (#​4488)
  • Fix issues with setting sky to undefined (#​4587))

v4.5.2

Compare Source

✨ Features and improvements
  • Emit events when the cooperative gestures option has prevented a gesture. (#​4470)
  • Enable anisotropic filtering only when the pitch is greater than 20 degrees to preserve image sharpness on flat or slightly tilted maps.
🐞 Bug fixes
  • Fix camera being able to move into 3D terrain (#​1542)

v4.5.1

Compare Source

✨ Features and improvements
  • Allow trackpad pinch gestures to break through the cooperativeGestures setting, bringing it in line with other embedded map behaviours, such as Google Maps and Mapbox. (#​4465)
  • Expose projection matrix parameters (#​3136)
  • Add option to position markers at subpixel coordinates to prevent markers jumping on moveend (#​4458)
🐞 Bug fixes
  • Fix lag on fast map zoom (#​4366)
  • Fix unguarded read access to possibly undefined object (#​4431)
  • Fix remove hash string when map is removed (#​4427)
  • Fix GeolocateControl may be added twice when calling addControl/removeControl/addControl rapidly (#​4454)
  • Fix style.loadURL abort error being logged when removing style (#​4425)
  • Fix vector tiles not loading when html is opened via "resource://android" (i.e., the assets folder) in GeckoView on Android (#​4451)

v4.5.0

Compare Source

✨ Features and improvements
  • Add sky implementation according to spec (#​3645)
🐞 Bug fixes
  • Fix (de)serialization of extends of built-ins (currently only AjaxError) not working correctly in web_worker_transfer. Also refactored related web_worker_transfer code and added more tests (#​4024)

v4.4.1

Compare Source

🐞 Bug fixes
  • Fix terrain listener memory leak when adding and removing Marker (#​4284)

v4.4.0

Compare Source

✨ Features and improvements
  • Improve animation curve when easeTo and flyTo with constraints (#​3793)
  • For filled extrusions, calculate the elevation per polygon (#​3313)
  • Add events to GeolocateControl to allow a more granular interaction (#​3847)
  • Make MapOptions.style optional to be consistent with Map.setStyle(null) (#​4151)
  • Use Autoprefixer to handle vendor prefixes in CSS (#​4165)
  • Make aria-label configurable for Map, Marker and Popup (#​4147)
  • Map <canvas> is focusable only when interactive (#​4147)
  • "Accept" headers set in Request Transformers are not overwritten (#​4210)
  • ⚠️ Rename projMatrix to modelViewProjectionMatrix. Also rename invProjMatrix, alignedProjMatrix accordingly (#​4215)
  • Publish an unminified prod build (#​4265)
🐞 Bug fixes
  • ⚠️ Allow breaking lines in labels before a left parenthesis (#​4138)
  • ⚠️ Fix ignoring embedded line breaks when symbol-placement is line or line-center (#​4124)
  • Ensure loseContext exists before calling it (#​4245)
  • Update deprecated -ms-high-contrast vendor prefix to (forced-colors: active) and (prefers-color-scheme: light) as appropriate (#​4250)

v4.3.2

Compare Source

🐞 Bug fixes
  • Fix an issue with moveend zoom being different than the actual current zoom (#​4132)

v4.3.1

Compare Source

🐞 Bug fixes
  • Fix drift in zoom that may happen during flyTo and easeTo due to freezeElevation logic. (#​3878)

v4.3.0

Compare Source

✨ Features and improvements
  • Add getData method for GeoJSON Sources to provide the possibility to obtain all the source's features (#​4082)
  • Allow cross-fading between raster tile source updates at the same zoom level (#​4072)
🐞 Bug fixes
  • Fix normalizeSpriteURL before transformRequest throwing an Error with relative URLs (#​3897)
  • Fix return type of map.cameraForBounds (#​3760)
  • Fix to run benchmark with MAPLIBRE_STYLES environment variable (#​2122)
  • Fix symbol collisions using inaccurate and sometimes entirely wrong collision boxes when the map is pitched or rotated (#​210)
  • Fix text-translate and icon-translate behaving weirdly and inconsistently with other -translate properties (#​3456)
  • Fix symbol collision debug view (showCollisionBoxes) not showing the actual bounding boxes used for collision and click areas. The displayed boxes now match actual collision boxes exactly (#​4071)
  • Fix symbol collision boxes not being accurate for variable-anchor symbols (#​4071)
  • Fix icon collision boxes using text-translate property for translation instead of the correct icon-translate (#​4071)

v4.2.0

Compare Source

✨ Features and improvements
  • Update Popup's methods addClass and removeClass to return an instance of Popup (#​3975)
  • New map option to decide whether to cancel previous pending tiles while zooming in (#​4051)
  • Sprites include optional textFitHeight and textFitWidth values (#​4019)
  • Add support for distance expression (#​4076)

v4.1.3

Compare Source

✨ Features and improvements
  • Added const enum for actor messages to improve readability and maintainability. In tsconfig.json, isolatedModules flag is set to false in favor of generated JS size. (#​3879)
🐞 Bug fixes
  • Fix different unwanted panning changes at the end of a panning motion, that happen on a large screen (#​3935)
  • Fix image sources not being marked as loaded on error (#​3981)
  • Fix ScaleControl options should be optional. (#​4002)
  • Fix race condition in SourceCache that makes unit tests unstable. Eliminate a redundant 'visibility' event fired from Style class. (#​3992)
  • Fix paint property not being updated by setPaintProperty (#​2651)

v4.1.2

Compare Source

✨ Features and improvements
  • Hide Popup when its parent Marker is behind terrain (#​3865)
🐞 Bug fixes
  • Fix type definition on localIdeographFontFamily (#​3896)
  • Fix unwanted panning changes at the end of a panning motion (#​3872)
  • Fix close events being fired for popups that aren't open (#​3901)

v4.1.1

Compare Source

✨ Features and improvements
  • Improve animation curve when easeTo and flyTo with constraints (#​3793)
🐞 Bug fixes
  • Fix unwanted zoom changes at the end of a panning motion (#​2094)

v4.1.0

Compare Source

✨ Features and improvements
  • Add option to position popup at subpixel coordinates to allow for smooth animations (#​3710)
  • Constrain horizontal panning when renderWorldCopies is set to false (3738)
🐞 Bug fixes
  • Fix popup appearing far from marker that was moved to a side globe (3712)
  • Set text color to ensure contrast in the attribution pill (3737)
  • Fix memory leak in Worker when map is removed (3734)
  • Fix issue with FullscreenControl when MapLibre is within a ShadowRoot (#​3573)
  • Fix performance regression with setRTLTextPlugin which can cause 1 or 2 extra frames to render. (#​3728)

v4.0.2

Compare Source

🐞 Bug fixes

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 added the renovate label Jan 2, 2025
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 7a9bf31 to 4c52535 Compare January 12, 2025 17:40
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 4c52535 to 32d89ad Compare January 28, 2025 18:14
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 32d89ad to 5976520 Compare February 21, 2025 11:53
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 5976520 to 298177c Compare March 3, 2025 16:08
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 298177c to c465334 Compare March 26, 2025 19:48
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch 2 times, most recently from b67a2c3 to 972c1d6 Compare April 21, 2025 15:23
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 972c1d6 to 47723c5 Compare May 6, 2025 16:13
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 47723c5 to b2e631f Compare June 3, 2025 21:54
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from b2e631f to a4913b3 Compare July 2, 2025 10:51
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch 2 times, most recently from db461ba to cab7863 Compare August 10, 2025 13:41
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch 2 times, most recently from dab6a6c to a055cb8 Compare August 31, 2025 11:23
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from a055cb8 to bab3aac Compare September 5, 2025 09:11
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch 2 times, most recently from 784bbd4 to 4f24ec0 Compare September 19, 2025 12:48
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch 2 times, most recently from b00394d to 0b60066 Compare September 30, 2025 13:09
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 0b60066 to ee8ac74 Compare October 9, 2025 14:29
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from ee8ac74 to 9ed2bb1 Compare October 26, 2025 10:34
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch 2 times, most recently from c215056 to dc66f4f Compare November 9, 2025 10:30
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from dc66f4f to 5da10c1 Compare November 12, 2025 14:04
@renovate
Copy link
Contributor Author

renovate bot commented Nov 12, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @maplibre/maplibre-gl-leaflet@0.0.22
npm error Found: maplibre-gl@5.15.0
npm error node_modules/maplibre-gl
npm error   maplibre-gl@"5.15.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer maplibre-gl@"^2.4.0 || ^3.3.1 || ^4.3.2" from @maplibre/maplibre-gl-leaflet@0.0.22
npm error node_modules/@maplibre/maplibre-gl-leaflet
npm error   @maplibre/maplibre-gl-leaflet@"0.0.22" from the root project
npm error
npm error Conflicting peer dependency: maplibre-gl@4.7.1
npm error node_modules/maplibre-gl
npm error   peer maplibre-gl@"^2.4.0 || ^3.3.1 || ^4.3.2" from @maplibre/maplibre-gl-leaflet@0.0.22
npm error   node_modules/@maplibre/maplibre-gl-leaflet
npm error     @maplibre/maplibre-gl-leaflet@"0.0.22" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-12-31T14_29_51_133Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-12-31T14_29_51_133Z-debug-0.log

@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 5da10c1 to 90e8c13 Compare November 14, 2025 22:55
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 90e8c13 to 7cd60b5 Compare December 3, 2025 13:05
@renovate renovate bot force-pushed the renovate/maplibre-gl-5.x branch from 7cd60b5 to 92dfecd Compare December 17, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant