Skip to content

Bump mapbox-gl from 0.54.0 to 1.4.0#298

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps mapbox-gl from 0.54.0 to 1.4.0.

Release notes

Sourced from mapbox-gl's releases.

v1.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 aroud resizing and *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)
  • Add originalEvent property to NavigationControl events (#8693) (h/t stepankuzmin)
  • Don't cancel follow mode in the GeolocateControl when resizing the map or rotating the screen (#8736)
  • Fix error when calling Popup#trackPointer before setting its content or location (#8757) (h/t zxwandrew)
  • Respect newline characters when text-max-width is set to zero (#8706)
  • Update earcut to v2.2.0 to fix polygon tesselation errors (#8772)
  • Fix icon-fit with variable label placement (#8755)
  • Icons stretched with icon-text-fit are now sized correctly (#8741)
  • Collision detection for icons with icon-text-fit now works correctly (#8741)

v1.4.0-beta.2

No release notes provided.

v1.4.0-beta.1

No release notes provided.

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)
... (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)
  • Fix rendering of collisionBox when text-translate or icon-translate is enabled (#8659)

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)
... (truncated)
Commits
  • 7aa025a v1.4.0
  • d88ba12 add changelog item for api-supported-mode for sytle spec validation
  • cace5c9 Add api-supported-mode to spec.validate (#8663)
  • 6ab9a04 v1.4.0-beta.2
  • 658ec6d Move cacheGet/Put catches to end of chain to avoid 'cache is not defined' Typ...
  • cd1c155 Fix lint
  • a3f7dee Catch & warn on SecurityError when opening window cache
  • 1eadcba update render test cases
  • 7bbc586 fix collisons for icon-text-fit with variable anchors
  • 8a3febd move shared test data to common file
  • Additional commits viewable in compare view

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.4.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@v0.54.0...v1.4.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 Sep 27, 2019
@vercel vercel Bot requested a deployment to staging September 27, 2019 15:45 Abandoned
@vercel

vercel Bot commented Sep 27, 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.

@vercel vercel Bot requested a deployment to staging September 27, 2019 15:45 Abandoned
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #315.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/mapbox-gl-1.4.0 branch October 10, 2019 22: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants