Skip to content

Bump mapbox-gl from 1.3.0 to 1.5.1#68

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/mapbox-gl-1.5.1
Closed

Bump mapbox-gl from 1.3.0 to 1.5.1#68
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/mapbox-gl-1.5.1

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps mapbox-gl from 1.3.0 to 1.5.1.

Release notes

Sourced from mapbox-gl's releases.

v1.5.1

1.5.1

This patch introduces two workarounds that address longstanding issues related to unbounded memory growth in Safari, including #8771 and #4695. We’ve identified two memory leaks in Safari: one in the CacheStorage API, addressed by #8956, and one in transferring data between web workers through Transferables, addressed by #9003.

🍏 Improvements

  • Implement workaround for memory leak in Safari when using the CacheStorage API. ( #8856)
  • Implement workaround for memory leak in Safari when using Transferable objects to transfer ArrayBuffers to WebWorkers. If GL-JS detetcts that it is running in Safari, the use of Transferables to transfer data to WebWorkers is disabled. ( #9003)
  • Improve animation performance when using map.setData. (#8913) (h/t msbarry)

v1.5.1-beta

No release notes provided.

v1.5.0

✨ Features

  • Add disabled icon to GeolocateControl if user denies geolocation permission. #8871)
  • Add outofmaxbounds event to GeolocateControl, which is emitted when the user is outside of map.maxBounds (#8756) (h/t MoradiDavijani)
  • Add mapboxgl.getRTLTextPluginStatus() to query the current status of the rtl-text-plugin to make it easier to allow clearing the plugin when necessary. (ref. #7869) (#8864)
  • Allow hash Map option to be set as a string, which sets the map hash in the url to a custom query parameter. (#8603) (h/t SebCorbin)

🍏 Improvements

  • Fade symbols faster when zooming out quickly, reducing overlap. (#8628)
  • Reduce memory usage for vector tiles that contain long strings in feature properties. ( #8863)

🐞 Bug Fixes

  • Fix text-variable-anchor not trying multiple placements during collision with icons when icon-text-fit is enabled. (#8803)
  • Fix icon-text-fit not properly respecting vertical labels. (#8835)
  • Fix opacity interpolation for composition expressions. (#8818)
  • Fix rotate and pitch events being fired at the same time. (#8872)
  • Fix memory leaks that occured during tile loading and map removal.(#8813 and #8850)
  • Fix web-worker transfer of ArrayBuffers in environments where instanceof ArrayBuffer fails.(e.g cypress) (#8868)

v1.5.0-beta.1

Changelog

✨ Features

  • Add disabled icon to GeolocateControl if user denies geolocation permission. #8871)
  • Add outofmaxbounds event to GeolocateControl, which is emitted when the user is outside of map.maxBounds (#8756) (h/t MoradiDavijani)
  • Add mapboxgl.getRTLTextPluginStatus() to query the current status of the rtl-text-plugin to make it easier to allow clearing the plugin when necessary. (ref. #7869) (#8864)
  • Allow hash Map option to be set as a string, which sets the map hash in the url to a custom query parameter. (#8603) (h/t SebCorbin)

🍏 Improvements

  • Fade symbols faster when zooming out quickly, reducing overlap. (#8628)
  • Reduce memory usage for vector tiles that contain long strings in feature properties. ( #8863)

🐞 Bug Fixes

  • Fix text-variable-anchor not trying multiple placements during collision with icons when icon-text-fit is enabled. (#8803)
  • Fix icon-text-fit not properly respecting vertical labels. (#8835)
  • Fix opacity interpolation for composition expressions. (#8818)
  • Fix rotate and pitch events being fired at the same time. (#8872)
  • Fix memory leaks that occured during tile loading and map removal.(#8813 and #8850)
... (truncated)
Changelog

Sourced from mapbox-gl's changelog.

1.5.1

This patch introduces two workarounds that address longstanding issues related to unbounded memory growth in Safari, including #8771 and #4695. We’ve identified two memory leaks in Safari: one in the CacheStorage API, addressed by #8956, and one in transferring data between web workers through Transferables, addressed by #9003.

🍏 Improvements

  • Implement workaround for memory leak in Safari when using the CacheStorage API. ( #8856)
  • Implement workaround for memory leak in Safari when using Transferable objects to transfer ArrayBuffers to WebWorkers. If GL-JS detetcts that it is running in Safari, the use of Transferables to transfer data to WebWorkers is disabled. ( #9003)
  • Improve animation performance when using map.setData. (#8913) (h/t msbarry)

1.5.0

✨ Features

  • Add disabled icon to GeolocateControl if user denies geolocation permission. #8871)
  • Add outofmaxbounds event to GeolocateControl, which is emitted when the user is outside of map.maxBounds (#8756) (h/t MoradiDavijani)
  • Add mapboxgl.getRTLTextPluginStatus() to query the current status of the rtl-text-plugin to make it easier to allow clearing the plugin when necessary. (ref. #7869) (#8864)
  • Allow hash Map option to be set as a string, which sets the map hash in the url to a custom query parameter. (#8603) (h/t SebCorbin)

🍏 Improvements

  • Fade symbols faster when zooming out quickly, reducing overlap. (#8628)
  • Reduce memory usage for vector tiles that contain long strings in feature properties. ( #8863)

🐞 Bug Fixes

  • Fix text-variable-anchor not trying multiple placements during collision with icons when icon-text-fit is enabled. (#8803)
  • Fix icon-text-fit not properly respecting vertical labels. (#8835)
  • Fix opacity interpolation for composition expressions. (#8818)
  • Fix rotate and pitch events being fired at the same time. (#8872)
  • Fix memory leaks that occured during tile loading and map removal.(#8813 and #8850)
  • Fix web-worker transfer of ArrayBuffers in environments where instanceof ArrayBuffer fails.(e.g cypress) (#8868)

1.4.1

🐞 Bug Fixes

  • Fix the way that coalesce handles the image operator so available images are rendered properly (#8839)
  • Do not emit the styleimagemissing event for an empty string value (#8840)
  • Fix serialization of ResolvedImage type so *-pattern properties work properly (#8833)

1.4.0

✨ Features

  • Add image expression operator to determine image availability (#8684)
  • Enable text-offset with variable label placement (#8642)

🍏 Improvements

  • Faster loading and better look of raster terrain (#8694)
  • Improved code documentation around resizing and {get/set}RenderedWorldCopies and more (#8748, #8754)
  • Improve single vs. multi-touch zoom & pan interaction (#7196) (#8100)

🐞 Bug fixes

  • Fix rendering of collisionBox when text-translate or icon-translate is enabled (#8659)
  • Fix TypeError when reloading a source and immediately removing the map (#8711)
  • Adding tooltip to the geolocation control button (#8735) (h/t BAByrne)
... (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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 1.3.0 to 1.5.1.
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/v1.5.1/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v1.3.0...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2019
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #72.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/mapbox-gl-1.5.1 branch January 1, 2020 07:22
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants