Skip to content

Bump mapbox-gl from 1.3.0 to 1.6.1#72

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps mapbox-gl from 1.3.0 to 1.6.1.

Release notes

Sourced from mapbox-gl's releases.

v1.6.1

1.6.1

🐞 Bug Fixes

  • Fix style validation error messages not being displayed (#9073)
  • Fix deferred loading of rtl-text-plugin not working for labels created from GeoJSON sources (#9091)
  • Fix RTL text not being rendered with the rtl-text-plugin on pages that don't allow script-src: blob: in their CSP.(#9122)

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.

... (truncated)
Changelog

Sourced from mapbox-gl's changelog.

1.6.1

🐞 Bug Fixes

  • Fix style validation error messages not being displayed (#9073)
  • Fix deferred loading of rtl-text-plugin not working for labels created from GeoJSON sources (#9091)
  • Fix RTL text not being rendered with the rtl-text-plugin on pages that don't allow script-src: blob: in their CSP.(#9122)

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)
... (truncated)
Commits
Maintainer changes

This version was pushed to npm by mapbox-npm-03, a new releaser for mapbox-gl since your current version.


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.6.1.
- [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.0...v1.6.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 Jan 1, 2020
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #75.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/mapbox-gl-1.6.1 branch February 1, 2020 05:21
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