Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2021

Bumps mapbox-gl from 1.13.1 to 2.5.1.

Release notes

Sourced from mapbox-gl's releases.

v2.5.1

🐞 Bug fixes

  • Fix an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. (#11084)

v2.5.0

Features ✨ and improvements 🏁

  • Added queryRenderedFeatures support to heatmap layers. (#10996)
  • Added support for using line-gradient and line-dasharray paint properties together on line layers. (#10894)
  • Added preclick event allowing popups to close and open in a new location on one click. (#10926)
  • Improved collision detection for labels along lines, slightly improving label density. (#10918)
  • Improved Popup addClassName, removeClassName and toggleClassName methods to work on popup instances that are not added to the map. (#10889)
    • ⚠️ Note: Direct modifications to the popup container CSS class no longer persist. These methods should be used instead.

🐞 Bug fixes

  • Fixed maxBounds property not working across the 180th meridian. (#10903)
  • Fixed map.getBounds() returning too-large bounds under some conditions. (#10909)
  • Fixed markers not updating position when toggling terrain. (#10985)
  • Fixed gap on edge of map on retina displays. (#10936)
  • Fixed SDF images rendering inside text. (#10989)
  • Fixed an issue with slow tile loading performance on maps with CJK glyphs on certain Chrome/GPU combinations. (#11047)

v2.4.0

2.4.0

✨ Features and improvements

  • Add showUserHeading option to GeolocateControl that draws a triangle in front of the dot to denote both the user's location, and the direction they're facing.(#10817) (h/t to @​tsuz)
  • Add support for text-writing-mode property when using symbol-placement: line text labels. (#10647)
    • Note: This change will bring the following changes for CJK text blocks:
        1. For vertical CJK text, all the characters including Latin and Numbers will be vertically placed now. Previously, Latin and Numbers were horizontally placed.
        1. For horizontal CJK text, there may be a slight horizontal shift due to the anchor shift.
  • Improve character alignment in labels with mixed CJK and Latin characters by adding support for descender and ascender font metrics.(#8781)
  • Improve terrain performance by reducing number of framebuffer switches during draping.(#10701)
  • Improve behavior of vertically aligned line labels with horizontal text by adding stickiness to their flip state, preventing them from flickering. (#10622)

🐞 Bug fixes

  • Fix a potential rendering artifact when using custom fill-extrusion dataset with terrain. (#10812)
  • Fix anchor calculation for line-center line labels when the anchor is very near to line segment endpoints. (#10776)
  • Fix ImageSource breaking in Firefox/Safari if it's not immediately visible.(#10698)
  • Fix gradient skybox rendering issue on some ARM Mali GPU's.(#10703)

v2.4.0-beta.1

No release notes provided.

v2.3.1

🐞 Bug fixes

... (truncated)

Changelog

Sourced from mapbox-gl's changelog.

2.5.1

🐞 Bug fixes

  • Fix an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. (#11084)

2.5.0

Features ✨ and improvements 🏁

  • Added queryRenderedFeatures support to heatmap layers. (#10996)
  • Added support for using line-gradient and line-dasharray paint properties together on line layers. (#10894)
  • Added preclick event allowing popups to close and open in a new location on one click. (#10926)
  • Improved collision detection for labels along lines, slightly improving label density. (#10918)
  • Improved Popup addClassName, removeClassName and toggleClassName methods to work on popup instances that are not added to the map. (#10889)
    • ⚠️ Note: Direct modifications to the popup container CSS class no longer persist. These methods should be used instead.

🐞 Bug fixes

  • Fixed maxBounds property not working across the 180th meridian. (#10903)
  • Fixed map.getBounds() returning too-large bounds under some conditions. (#10909)
  • Fixed markers not updating position when toggling terrain. (#10985)
  • Fixed gap on edge of map on retina displays. (#10936)
  • Fixed SDF images rendering inside text. (#10989)
  • Fixed an issue with slow tile loading performance on maps with CJK glyphs on certain Chrome/GPU combinations. (#11047)

2.4.0

✨ Features and improvements

  • Add showUserHeading option to GeolocateControl that draws a triangle in front of the dot to denote both the user's location, and the direction they're facing.(#10817) (h/t to @​tsuz)
  • Add support for text-writing-mode property when using symbol-placement: line text labels. (#10647)
    • Note: This change will bring the following changes for CJK text blocks:
        1. For vertical CJK text, all the characters including Latin and Numbers will be vertically placed now. Previously, Latin and Numbers were horizontally placed.
        1. For horizontal CJK text, there may be a slight horizontal shift due to the anchor shift.
  • Improve character alignment in labels with mixed CJK and Latin characters by adding support for descender and ascender font metrics.(#8781)
  • Improve terrain performance by reducing number of framebuffer switches during draping.(#10701)
  • Improve behavior of vertically aligned line labels with horizontal text by adding stickiness to their flip state, preventing them from flickering. (#10622)

🐞 Bug fixes

  • Fix a potential rendering artifact when using custom fill-extrusion dataset with terrain. (#10812)
  • Fix anchor calculation for line-center line labels when the anchor is very near to line segment endpoints. (#10776)
  • Fix ImageSource breaking in Firefox/Safari if it's not immediately visible.(#10698)
  • Fix gradient skybox rendering issue on some ARM Mali GPU's.(#10703)

2.3.1

🐞 Bug fixes

... (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 Oct 7, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mapbox-gl-2.5.1 branch 2 times, most recently from a64a04b to 472894c Compare October 11, 2021 07:55
Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 1.13.1 to 2.5.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.13.1...v2.5.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.5.1 branch from 472894c to 70ebffa Compare October 25, 2021 03:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2021

Superseded by #289.

@dependabot dependabot bot closed this Nov 9, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mapbox-gl-2.5.1 branch November 9, 2021 05:08
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