Skip to content
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

fix(deps): update dependency mapbox-gl to v2.15.0 #721

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mapbox-gl 2.8.2 -> 2.15.0 age adoption passing confidence

Release Notes

mapbox/mapbox-gl-js (mapbox-gl)

v2.15.0

Compare Source

Features ✨ and improvements 🏁
  • Improve performance of symbol layers with identical or no text. Eliminate stuttering when zooming on maps with many identical symbols. (#​12669)
  • Improve performance of clustered sources: 20% faster loading & 40–60% less memory overhead. Improve performance of symbol collisions. (#​12682)
  • Add respectPrefersReducedMotion map option (#​12694)
  • Add the isPointOnSurface map method to determine if the given point is located on a visible map surface. (#​12695)
Bug fixes 🐞

v2.14.1

Compare Source

Bug fixes 🐞
  • Fix a bug where certain bundling configurations involving Vite or ESBuild could produce a broken build. #​12658

v2.14.0

Compare Source

Features ✨ and improvements 🏁
  • Support referrerPolicy option for the transformRequest function when using fetch (#​12590) (h/t robertcepa)
Bug fixes 🐞
  • Enable anisotropic filtering on tiles beyond 20 degrees pitch to prevent it from compromising image crispness on flat or low-tilted maps. (#​12577)
  • Fix LngLatBounds.extend() with literal LngLat object. (#​12605)
  • Add arrow characters to the map of verticalized character (#​12608) (h/t kkokkojeong)
  • Disable panning inertia if prefers-reduced-motion is enabled (#​12631)

v2.13.0

Compare Source

Features ✨ and improvements 🏁
  • Improve rendering performance of terrain slightly by reducing its GPU memory footprint. (#​12472)
  • Add methods for changing a raster tile source dynamically (e.g. setTiles, setUrl). (#​12352)
Bug fixes 🐞
  • Fix line-border-color when used with line-trim-offset (#​12461)
  • Fix potential infinite loop when calling fitBounds with globe projection (#​12488)
  • Fix map.getBounds() returning incorrect bounds with adaptive projections. (#​12503)
  • Introduce skirts for terrain globe mode (#​12523)
  • Fix blur on draped lines while zoom-in (#​12510)
  • Fix map pan speed while pinching in (#​12543)
  • Fix negative-width diacritics handling (#​12554)
  • Fixes undefined is not an object in coalesceChanges (#​12497) (h/t nick-romano)

v2.12.1

Compare Source

Bug fixes 🐞
  • Fix a rare bug where certain diacritical characters could break the rendering of a symbol layer. (#​12554)

v2.12.0

Compare Source

Features ✨ and improvements 🏁
  • Improve performance of patterns and line dashes and improve their appearance when zooming. (#​12326)
  • Improve performance of text and icon placement. (#​12351)
  • Improve performance of loading terrain data (#​12397)
  • Allow zooming towards terrain at a safe distance without pitching the camera (#​12354)
  • Allow for pitch override in cameraForBounds, fitBounds and fitScreenCoordinates camera APIs. (#​12367)
Bug fixes 🐞
  • Fix getBounds when used around the poles with a globe projection. (#​12315)
  • Fix incorrect transition flag in *-pattern and line-dasharray properties (#​12372)
  • Fix symbols filtering when using center-to-distance along with terrain. (#​12413)
  • Fix fog rendering artifact on lower resolution terrain tiles (#​12423)
  • Fix an issue where Geolocate control would throw an error if it's removed before determining geolocation support (#​12332) (h/t tmcw)

v2.11.1

Compare Source

Bug fixes 🐞
  • Fix support for line breaks in labels that follow line geometries (#​12377)

v2.11.0

Compare Source

Features ✨ and improvements 🏁
  • Add support for cameraForBounds with globe projection (#​12138)
  • Add support for fitBounds and fitScreenCoordinates with globe projection (#​12211)
  • Improve support for getBounds with globe projection. (#​12286)
  • Improve symbol placement performance with globe projection (#​12105)
  • Add new marker styling option occludedOpacity allowing the user to set the opacity of a marker that's behind 3D terrain (h/t jacadzaca) (#​12258)
  • Cancel ImageSource image request when underlying resource is no longer used (#​12266) (h/t maciejmatu)
  • Add object literal support in LngLatBounds.extend (#​12270) (h/t stampyzfanz)
  • Add live performance counters. Mapbox-gl-js v2.11.0 collects certain performance and feature usage counters so we can better benchmark the library and invest in its performance. The performance counters have been carefully designed so that user-level metrics and identifiers are not collected. (#​12343)
Bug fixes 🐞
  • Fix elevation of pole geometry when exaggerated terrain is used (#​12133)
  • Fix GeolocateControl sometimes not working in iOS16 WebView (#​12239)
  • Fix map crashing on conformal projections at the south pole (#​12172)
  • Fix pixel flickering between tiles on darker styles in globe view. (#​12145)
  • Fix occasional missing tiles at bottom of screen during globe-mercator transition (#​12137)
  • Fix incorrectly requiring three finger drags to change pitch with cooperative gestures while in fullscreen. (#​12165)
  • Fix jumping when scrolling with mouse when crossing the antimeridian on projections that wrap. (#​12238)
  • Fix terrain error being fired when using map.getStyle() with globe view (#​12163)
  • Fix occasional artifacts appearing in the ocean with terrain or globe enabled. (#​12279)
  • Fix invalid AABB calculation as part of the globe tile cover (#​12207)
  • Fix incorrect shading of corners in fill extrusions when ambient occlusion is enabled. (#​12214)
  • Fix potential performance regression on image source updates (#​12212)
  • Fix memory leak when removing maps (#​12224) (h/t joewoodhouse)
  • Fix updating marker position when toggling between world copied projections and projections without (#​12242)
  • Fix missing icons in some styles. (#​12299)
  • Fix overwriting all feature ids while setting promoteIds on other layers with an object. (#​12322) (h/t yongjun21)
  • Fix cursor returning to original state after a popup with trackPointer is removed (#​12230) (h/t camouflagedName)

v2.10.0

Compare Source

Features ✨ and improvements 🏁
  • Add new marker styling option rotationAlignment: 'horizon' allowing marker rotation to match the curvature of the horizon in globe view. (#​11894)
  • Improve panning precision on Globe View and relax constraints on lower zoom levels. (#​12114)
  • Add unit option to number-format expression. (#​11839) (h/t varna)
  • Add screen reader alert for cooperative gestures warning message. (#​12058)
  • Improve rendering performance on globe view. (#​12050)
  • Improve tile loading performance on low zoom levels. (#​12061)
  • Improve globe-mercator transition and map load performance with globe projection. (#​12039)
Bug fixes 🐞
  • Fix a bug where id expression didn't correctly handle a value of 0. (#​12000)
  • Fix precision errors in depth pack/unpack. (#​12005)
  • Fix cooperativeGestures preventing panning on mobile while in fullscreen. (#​12058)
  • Fix misplaced raster tiles after toggling setStyle with a globe projection. (#​12049)
  • Fix exception on creating map in an iframe with sandbox attribute. (#​12101)
  • Fix "improve map" link in the attribution to include location even if map hash is disabled. (#​12122)
  • Fix Chrome console warnings about ignored event cancel on touch interactions. (#​12121) (h/t jschaf)

v2.9.2

Compare Source

Bug fixes 🐞
  • Add a workaround in ScaleControl to support localization in browsers without NumberFormat support. (#​12068)
  • Fix GeolocateControl not working in Safari. (#​12080)

v2.9.1

Compare Source

Bug fixes 🐞

v2.9.0

Compare Source

Features ✨
  • Add globe projection. This new projection displays the map as a 3d globe and can be enabled by either passing projection: globe to the map constructor or by calling map.setProjection('globe'). All layers are supported by globe except for Custom Layers and Sky.
  • Extend atmospheric fog with three new style specification properties: high-color, space-color and star-intensity to allow the design of atmosphere around the globe and night skies. (#​11590)
  • Add a new line layer paint property in the style specification: line-trim-offset that can be used to create a custom fade out with improved update performance over line-gradient. (#​11570)
  • Add an option for providing a geolocation adapter to GeolocateControl. (#​10400) (h/t behnammodi)
  • Add Map.Title property to locale options to localise the map aria-label. (#​11549) (h/t andrewharvey)
  • Allow duplicated coordinates in tile request URLs. (#​11441) (h/t ozero)
Bug fixes 🐞
  • Fix an issue which causes line layers to occasionally flicker. (#​11848)
  • Fix markers in fog sometimes becoming more visible when behind terrain. (#​11658)
  • Fix an issue where setting terrain exageration to 0 could prevent the zoom to be resolved. (#​11830)
  • Copy stylesheet to allow toggling different styles using setStyle without overwriting some of the properties. (#​11942)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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 has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Jun 18, 2022

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
brisbane-city-council-free-native-plants ❌ Failed (Inspect) May 28, 2023 10:38am

@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to v2.9.0 fix(deps): update dependency mapbox-gl to v2.9.1 Jun 21, 2022
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to v2.10.0 fix(deps): update dependency mapbox-gl to v2.11.0 Nov 15, 2022
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to v2.11.0 fix(deps): update dependency mapbox-gl to v2.11.1 Dec 6, 2022
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to v2.11.1 fix(deps): update dependency mapbox-gl to v2.12.0 Jan 4, 2023
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to v2.12.0 fix(deps): update dependency mapbox-gl to v2.13.0 Mar 16, 2023
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to v2.13.0 fix(deps): update dependency mapbox-gl to v2.14.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 56e7138 to 21eea35 Compare May 28, 2023 10:37
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to v2.14.1 fix(deps): update dependency mapbox-gl to v2.15.0 May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants