Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2021

Bumps mapbox-gl from 1.12.0 to 2.3.1.

Release notes

Sourced from mapbox-gl's releases.

v2.3.1

🐞 Bug fixes

  • Fix fog flickering when the map option optimizeForTerrain is set to false (#10763)
  • Fix collision boxes which were not correctly updated for symbols with text-variable-anchor (#10709)

v2.3.0

✨ Features and improvements

  • Add configurable fog as a root style specification (#10564)
  • Add support for data-driven expressions in line-dasharray and line-cap properties. (#10591)
  • Add support for data-driven text-line-height (#10612)
  • Add client-side elevation querying with map.queryTerrainElevation(lngLat) when terrain is active (#10602)
  • Reduce GPU memory footprint when terrain is active by sharing a single depth stencil renderbuffer for all draping (#10611)
  • Optimize tile cover by preventing unnecessary tile loads when terrain is active (#10467)
  • Batch render DOM elements to avoid reflow (#10530, #10567) (h/t zarov)

🐞 Bug fixes

  • Fix style property transitions not invalidating the terrain render cache (#10485)
  • Fix raster tile expiry data not being retained. (#10494) (h/t andycalder)
  • Fix undefined type error when removing line-gradient paint property (#10557)
  • Fix unclustered points in a clustered GeoJSON source incorrectly snapping to a grid at high zoom levels. (#10523)
  • Fix map.loadImage followed with a delay by map.addImage failing in Safari and Firefox. (#10524)
  • Allow conditional display of formatted images in text (#10553)
  • Fix fill-extrusion elevation underflow below sea level (#10570)
  • Fix dashed lines with square line caps. (#9561)
  • Fix markers sometimes throwing an error after being removed from a 3D map. (#10478) (h/t andycalder)
  • Set type=button on attribution button to prevent accidental form submit when map is nested in <form> (#10531)
  • Fix nine documentation typos (#10546, #10548 #10551 #10646) (h/t coliff)

v2.3.0-beta.1

No release notes provided.

v2.2.0

Features and improvements

  • Add testMode Map option that silences errors and warnings generated due to an invalid accessToken. It may be useful when using the library to write unit tests. (#10445)
  • Improve geojsonSource.setData(...) performance in Safari (#10417)
  • Add map.getTerrain() method (#10413)
  • Add showTerrainWireframe map debug option for displaying terrain wireframe (#10406)
  • Document the default limit and offset of geojsonSource.getClusterLeaves(...) (#10403) (h/t henk23)
  • (Development) Update dev environment to native ES modules to support Node 14+ (#10367)

Bug fixes

  • Fix map.getBounds() to return the inset bounds when map padding is set (#10386)
  • Support flat roofs for fill-extrusions when using custom data sources with terrain (#10347)
  • Fix flickering accuracy circle in GeolocateControl. (#10334) (h/t anderswi)
  • Show Mapbox logo if no style is provided for the map (#10361)
  • Switch to using alphabetic baseline for locally-rendered glyphs to avoid misalignment on fonts with large ascenders/descenders. (#10390)
  • Fix incorrect diffing of styles when using raster DEM tile sources (#10418)
  • Fix queryRenderedFeatures(...) for fill-extrusions partly behind the camera (#10428)
  • Fix artifacts caused by negative terrain elevation (#10432)

... (truncated)

Changelog

Sourced from mapbox-gl's changelog.

2.3.1

🐞 Bug fixes

  • Fix fog flickering when the map option optimizeForTerrain is set to false (#10763)
  • Fix collision boxes which were not correctly updated for symbols with text-variable-anchor (#10709)

2.3.0

✨ Features and improvements

  • Add configurable fog as a root style specification (#10564)
  • Add support for data-driven expressions in line-dasharray and line-cap properties. (#10591)
  • Add support for data-driven text-line-height (#10612)
  • Add client-side elevation querying with map.queryTerrainElevation(lngLat) when terrain is active (#10602)
  • Reduce GPU memory footprint when terrain is active by sharing a single depth stencil renderbuffer for all draping (#10611)
  • Optimize tile cover by preventing unnecessary tile loads when terrain is active (#10467)
  • Batch render DOM elements to avoid reflow (#10530, #10567) (h/t zarov)

🐞 Bug fixes

  • Fix style property transitions not invalidating the terrain render cache (#10485)
  • Fix raster tile expiry data not being retained. (#10494) (h/t andycalder)
  • Fix undefined type error when removing line-gradient paint property (#10557)
  • Fix unclustered points in a clustered GeoJSON source incorrectly snapping to a grid at high zoom levels. (#10523)
  • Fix map.loadImage followed with a delay by map.addImage failing in Safari and Firefox. (#10524)
  • Allow conditional display of formatted images in text (#10553)
  • Fix fill-extrusion elevation underflow below sea level (#10570)
  • Fix dashed lines with square line caps. (#9561)
  • Fix markers sometimes throwing an error after being removed from a 3D map. (#10478) (h/t andycalder)
  • Set type=button on attribution button to prevent accidental form submit when map is nested in <form> (#10531)
  • Fix nine documentation typos (#10546, #10548 #10551 #10646) (h/t coliff)

2.2.0

Features and improvements

  • Add testMode Map option that silences errors and warnings generated due to an invalid accessToken. It maybe useful when using the library to write unit tests. (#10445)
  • Improve geojsonSource.setData(...) performance in Safari (#10417)
  • Add map.getTerrain() method (#10413)
  • Add showTerrainWireframe map debug option for displaying terrain wireframe (#10406)
  • Document the default limit and offset of geojsonSource.getClusterLeaves(...) (#10403) (h/t henk23)
  • (Development) Update dev environment to native ES modules to support Node 14+ (#10367)

Bug fixes

  • Fix map.getBounds() to return the inset bounds when map padding is set (#10386)
  • Support flat roofs for fill-extrusions when using custom data sources with terrain (#10347)
  • Fix flickering accuracy circle in GeolocateControl. (#10334) (h/t anderswi)
  • Show Mapbox logo if no style is provided for the map (#10361)
  • Switch to using alphabetic baseline for locally-rendered glyphs to avoid misalignment on fonts with large ascenders/descenders. (#10390)
  • Fix incorrect diffing of styles when using raster DEM tile sources (#10418)
  • Fix queryRenderedFeatures(...) for fill-extrusions partly behind the camera (#10428)
  • Fix artifacts caused by negative terrain elevation (#10432)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 22, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mapbox-gl-2.3.1 branch from a7f0cfa to 25c595e Compare June 26, 2021 14:50
Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 1.12.0 to 2.3.1.
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v1.12.0...v2.3.1)

---
updated-dependencies:
- dependency-name: mapbox-gl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mapbox-gl-2.3.1 branch from 25c595e to c80815f Compare July 17, 2021 17:36
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2021

Superseded by #266.

@dependabot dependabot bot closed this Aug 2, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mapbox-gl-2.3.1 branch August 2, 2021 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant