Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps mapbox-gl from 1.3.1 to 1.6.0.

Release notes

Sourced from mapbox-gl's releases.

v.1.6.0

✨ Features

  • Add ability to insert images into text labels using an image expression within a format expression: "text-field": ["format", "Some text", ["image", "my-image"], "some more text"] (#8904)
  • Add support for stretchable images (aka nine-part or nine-patch images). Stretchable images can be used with icon-text-fit to draw resized images with unstretched corners and borders. (#8997)
  • Add in expression. It can check if a value is in an array (["in", value, array]) or a substring is in a string (["in", substring, string]) (#8876)
  • Add minPitch and maxPitch map options (#8834)
  • Add rotation, rotationAlignment and pitchAlignment options to markers (#8836) (h/t dburnsii)
  • Add methods to Popup to manipulate container class names (#8759) (h/t Ashot-KR)
  • Add configurable inertia settings for panning (h/t @​aMoniker) (#8887)
  • Add ability to localize mapbox UI controls (#8095) (h/t dmytro-gokun)
  • Add LatLngBounds.contains() method (#7512, fixed by #8200)
  • Add option to load rtl-text-plugin lazily (#8865)
  • Add essential parameter to AnimationOptions that can override prefers-reduced-motion: reduce (#8743, fixed by #8883)

🍏 Improvements

  • Allow rendering full world smaller than 512px. To restore the previous limit call map.setMinZoom(0) (#9028)
  • Add an es modules build of for mapbox-gl-style-spec in dist/ (#8247) (h/t ahocevar)
  • Add 'image/webp,/' accept header to fetch/ajax image requests when webp supported (#8262)
  • Improve documentation for setStyle, getStyle, and isStyleLoaded (#8807)

🐞 Bug Fixes

  • Fix map rendering after addImage and removeImage are used to change a used image (#9016)
  • Fix visibility of controls in High Contrast mode in IE (#8874)
  • Fix customizable url hash string in IE 11 (#8990) (h/t pakastin)
  • Allow expression stops up to zoom 24 instead of 22 (#8908) (h/t nicholas-l)
  • Fix alignment of lines in really overscaled tiles (#9024)
  • Fix Failed to execute 'shaderSource' on 'WebGLRenderingContext' errors (#9017)
  • Make expression validation fail on NaN (#8615)
  • Fix setLayerZoomRange bug that caused tiles to be re-requested (#7865, fixed by #8854)
  • Fix map.showTileBoundaries rendering (#7314)
  • Fix using generateId in conjunction with cluster in a GeoJSONSource (#8223, fixed by #8945)
  • Fix opening popup on a marker from keyboard (#6835)
  • Fix error thrown when request aborted (#7614, fixed by #9021)
  • Fix attribution control when repeatedly removing and adding it (#9052)

v1.6.0-beta.1

No release notes provided.

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.

... (truncated)
Changelog

Sourced from mapbox-gl's changelog.

1.6.0

✨ Features

  • Add ability to insert images into text labels using an image expression within a format expression: "text-field": ["format", "Some text", ["image", "my-image"], "some more text"] (#8904)
  • Add support for stretchable images (aka nine-part or nine-patch images). Stretchable images can be used with icon-text-fit to draw resized images with unstretched corners and borders. (#8997)
  • Add in expression. It can check if a value is in an array (["in", value, array]) or a substring is in a string (["in", substring, string]) (#8876)
  • Add minPitch and maxPitch map options (#8834)
  • Add rotation, rotationAlignment and pitchAlignment options to markers (#8836) (h/t dburnsii)
  • Add methods to Popup to manipulate container class names (#8759) (h/t Ashot-KR)
  • Add configurable inertia settings for panning (h/t @​aMoniker) (#8887)
  • Add ability to localize UI controls (#8095) (h/t dmytro-gokun)
  • Add LatLngBounds.contains() method (#7512, fixed by #8200)
  • Add option to load rtl-text-plugin lazily (#8865)
  • Add essential parameter to AnimationOptions that can override prefers-reduced-motion: reduce (#8743, fixed by #8883)

🍏 Improvements

  • Allow rendering full world smaller than 512px. To restore the previous limit call map.setMinZoom(0) (#9028)
  • Add an es modules build for mapbox-gl-style-spec in dist/ (#8247) (h/t ahocevar)
  • Add 'image/webp,/' accept header to fetch/ajax image requests when webp supported (#8262)
  • Improve documentation for setStyle, getStyle, and isStyleLoaded (#8807)

🐞 Bug Fixes

  • Fix map rendering after addImage and removeImage are used to change a used image (#9016)
  • Fix visibility of controls in High Contrast mode in IE (#8874)
  • Fix customizable url hash string in IE 11 (#8990) (h/t pakastin)
  • Allow expression stops up to zoom 24 instead of 22 (#8908) (h/t nicholas-l)
  • Fix alignment of lines in really overscaled tiles (#9024)
  • Fix Failed to execute 'shaderSource' on 'WebGLRenderingContext' errors (#9017)
  • Make expression validation fail on NaN (#8615)
  • Fix setLayerZoomRange bug that caused tiles to be re-requested (#7865, fixed by #8854)
  • Fix map.showTileBoundaries rendering (#7314)
  • Fix using generateId in conjunction with cluster in a GeoJSONSource (#8223, fixed by #8945)
  • Fix opening popup on a marker from keyboard (#6835)
  • Fix error thrown when request aborted (#7614, fixed by #9021)
  • Fix attribution control when repeatedly removing and adding it (#9052)

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)
... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.1 to 1.6.0.
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/master/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v1.3.1...v1.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 5, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #104.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mapbox-gl-1.6.0 branch December 19, 2019 21:42
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