Skip to content

Bump mapbox-gl from 0.54.0 to 1.4.1#315

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps mapbox-gl from 0.54.0 to 1.4.1.

Release notes

Sourced from mapbox-gl's releases.

v1.4.1

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)

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

Sourced from mapbox-gl's changelog.

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)
  • 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)

1.3.1

🐞 Bug Fixes

  • 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
... (truncated)
Commits
  • 81e333e v1.4.1 (#8849)
  • 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
  • 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)

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

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

vercel Bot commented Oct 10, 2019

Copy link
Copy Markdown

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/kazazes/skyscraperai-landingpage/oep1xx0ux
🌍 Preview: https://skyscraperai-landing-pag-git-dependabot-npmandyarnmapbox-9d5670.kazazes.now.sh

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #337.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/mapbox-gl-1.4.1 branch October 25, 2019 20:02
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