Skip to content

Bump mapbox-gl from 0.54.0 to 1.3.2#295

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

Bump mapbox-gl from 0.54.0 to 1.3.2#295
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/mapbox-gl-1.3.2

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps mapbox-gl from 0.54.0 to 1.3.2.

Release notes

Sourced from mapbox-gl's releases.

v1.3.2

  • Fix a SecurityError in Firefox >= 69 when accessing the cache (#8780)

v1.3.1

  • Fix a race condition that produced an error when a map was removed while reloading a source. #8711
  • Fix a race condition where render event was sometimes not fired after load event in IE11. #8708

v1.3.0

🍏 Features

  • Introduce text-writing-mode symbol layer property to allow placing point labels vertically. #8399
  • Extend variable text placement to work when text/icon-allow-overlap is set to true. #8620
  • Allow text-color to be used in formatted expressions to be able to draw different parts of a label in different colors. #8068

✨ Improvements

  • Improve tile loading logic to cancel requests more aggressively, improving performance when zooming or panning quickly. #8633
  • Display outline on control buttons when focused (e.g. with a tab key) for better accessibility. #8520
  • Improve the shape of line round joins. #8275
  • Improve performance of processing line layers. #8303
  • Improve legibility of info displayed with map.showTileBoundaries = true. #8380 (h/t @​andrewharvey)
  • Add MercatorCoordinate.meterInMercatorCoordinateUnits method to make it easier to convert from meter units to coordinate values used in custom layers. #8524 (h/t @​andrewharvey)
  • Improve conversion of legacy filters with duplicate values. #8542
  • Move out documentation & examples website source to a separate mapbox-gl-js-docs repo. #8582

🐞 Bug Fixes

  • Fix a bug where local CJK fonts would switch to server-generated ones in overzoomed tiles. #8657
  • Fix precision issues in deck.gl-powered custom layers. #8502
  • Fix a bug where fill and line layers wouldn't render correctly over fill extrusions when coming from the same source. #8661
  • Fix map loading for documents loaded from Blob URLs. #8612
  • Fix classification of relative file:// URLs when in documents loaded from a file URL. #8612
  • Remove esm from package dependencies (so that it's not installed on npm install mapbox-gl). #8586 (h/t @​DatGreekChick)

v1.3.0-beta.1

No release notes provided.

v1.2.1

1.2.1

🐞 Bug fixes

  • Fix bug in NavigationControl compass button that prevented it from rotating with the map (#8605)

v1.2.0

Features and improvements

  • Add *-sort-key layout property for circle, fill, and line layers, to dictate which features appear above others within a single layer(#8467)
  • Add ability to instantiate maps with specific access tokens (#8364)
  • Accommodate prefers-reduced-motion settings in browser (#8494)
  • Add Map visualizePitch option that tilts the compass as the map pitches (#8208, fixed by #8296) (h/t pakastin)
... (truncated)
Changelog

Sourced from mapbox-gl's changelog.

1.3.2

  • Fix a SecurityError in Firefox >= 69 when accessing the cache #8780

1.3.1

  • Fix a race condition that produced an error when a map was removed while reloading a source. #8711
  • Fix a race condition were render event was sometimes not fired after load event in IE11. #8708

1.3.0

🍏 Features

  • Introduce text-writing-mode symbol layer property to allow placing point labels vertically. #8399
  • Extend variable text placement to work when text/icon-allow-overlap is set to true. #8620
  • Allow text-color to be used in formatted expressions to be able to draw different parts of a label in different colors. #8068

✨ Improvements

  • Improve tile loading logic to cancel requests more aggressively, improving performance when zooming or panning quickly. #8633
  • Display outline on control buttons when focused (e.g. with a tab key) for better accessibility. #8520
  • Improve the shape of line round joins. #8275
  • Improve performance of processing line layers. #8303
  • Improve legibility of info displayed with map.showTileBoundaries = true. #8380 (h/t @​andrewharvey)
  • Add MercatorCoordinate.meterInMercatorCoordinateUnits method to make it easier to convert from meter units to coordinate values used in custom layers. #8524 (h/t @​andrewharvey)
  • Improve conversion of legacy filters with duplicate values. #8542
  • Move out documentation & examples website source to a separate mapbox-gl-js-docs repo. #8582

🐞 Bug Fixes

  • Fix a bug where local CJK fonts would switch to server-generated ones in overzoomed tiles. #8657
  • Fix precision issues in deck.gl-powered custom layers. #8502
  • Fix a bug where fill and line layers wouldn't render correctly over fill extrusions when coming from the same source. #8661
  • Fix map loading for documents loaded from Blob URLs. #8612
  • Fix classification of relative file:// URLs when in documents loaded from a file URL. #8612
  • Remove esm from package dependencies (so that it's not installed on npm install mapbox-gl). #8586 (h/t @​DatGreekChick)

1.2.1

🐞 Bug fixes

  • Fix bug in NavigationControl compass button that prevented it from rotating with the map (#8605)

1.2.0

Features and improvements

  • Add *-sort-key layout property for circle, fill, and line layers, to dictate which features appear above others within a single layer(#8467)
  • Add ability to instantiate maps with specific access tokens (#8364)
  • Accommodate prefers-reduced-motion settings in browser (#8494)
  • Add Map visualizePitch option that tilts the compass as the map pitches (#8208, fixed by #8296) (h/t pakastin)
... (truncated)
Commits
  • 2dd0fd4 build unminified & csp builds in build step
  • d16bb69 v1.3.2
  • 6f547c3 Fix 'cache is not defined' errors in tile_request_cache.js & add tests (#8788)
  • 592f30f Move cacheGet/Put catches to end of chain to avoid 'cache is not defined' Typ...
  • 4233d73 Fix lint
  • c208b72 Catch & warn on SecurityError when opening window cache
  • 506a3ef v1.3.1 (#8724)
  • a0f715d fix #8705 actor error after map is removed (#8711) (#8723)
  • d9ea3b7 add CSP/unminified builds to CDN release uploads (#8681) (#8683)
  • 6e20221 use randomly generated task IDs to avoid collisions when receiving messages f...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mapbox-npm-09, 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 will not automatically merge this PR because this dependency is pre-1.0.0.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 0.54.0 to 1.3.2.
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/v1.3.2/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v0.54.0...v1.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@vercel

vercel Bot commented Sep 26, 2019

Copy link
Copy Markdown

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://skyscraperai-landing-pag-git-dependabot-npmandyarnmapbox-822e58.kazazes.now.sh

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #298.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/mapbox-gl-1.3.2 branch September 27, 2019 15:45
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.

0 participants