Skip to content

Bump mapbox-gl from 0.54.0 to 1.1.0#141

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps mapbox-gl from 0.54.0 to 1.1.0.

Release notes

Sourced from mapbox-gl's releases.

v1.1.0

1.1.0

✨ Minor features and improvements

  • Improve line rendering performance by using a more compact line attributes layout (#8306)
  • Improve data-driven symbol layers rendering performance (#8295)
  • Add the ability to disable validation during queryRenderedFeatures and querySourceFeatures calls, as a performance optimization (#8211) (h/t gorshkov-leonid)
  • Improve setFilter performance by caching keys in groupByLayout routine (#8122) (h/t vallendm)
  • Improve rendering of symbol layers with symbol-z-order: viewport-y, when icons are allowed to overlap but not text (#8180)
  • Prefer breaking lines at a zero width space to allow better break point suggestions for Japanese labels (#8255)
  • Add a WebGLRenderingContext argument to onRemove function of CustomLayerInterface, to allow direct cleanup of related context (#8156) (h/t ogiermaitre)
  • Allow zoom speed customization by adding setZoomRate and setWheelZoomRate methods to ScrollZoomHandler (#7863) (h/t sf31)
  • Add trackPointer method to Popup API that continuously repositions the popup to the mouse cursor when the cursor is within the map (#7786)
  • Add getElement method to Popup to retrieve the popup's HTML element (#8123) (h/t bravecow)
  • Add fill-pattern example to the documentation (#8022) (h/t flawyte)
  • Update script detection for Unicode 12.1 (#8158)
  • Add nofollow to Mapbox logo & "Improve this map" links (#8106) (h/t viniciuskneves)
  • Include source name in invalid GeoJSON error (#8113) (h/t Zirak)

🐞 Bug fixes

  • Fix updateImage not working as expected in Chrome (#8199)
  • Fix issues with double-tap zoom on touch devices (#8086)
  • Fix duplication of movestart events when zooming (#8259) (h/t bambielli-flex)
  • Fix validation of "format" expression failing when options are provided (#8339)
  • Fix setPaintProperty not working on line-pattern property (#8289)
  • Fix the GL context being left in unpredictable states when using custom layers (#8132)
  • Fix unnecessary updates to attribution control string (#8082) (h/t poletani)
  • Fix bugs in findStopLessThanOrEqualTo algorithm (#8134) (h/t Mike96Angelo)
  • Fix map not displaying properly when inside an element with text-align: center (#8227) (h/t mc100s)
  • Clarify in documentation that Popup#maxWidth accepts all max-width CSS values (#8312) (h/t viniciuskneves)
  • Fix location dot shadow not displaying (#8119) (h/t bravecow)
  • Fix docs dev dependencies being mistakenly installed as package dependencies (#8121) (h/t bravecow)
  • Various typo fixes (#8230, h/t erictheise) (#8236, h/t fredj)
  • Fix geolocate button CSS (#8367, h/t GuillaumeGomez)
  • Fix caching for Mapbox tiles (#8389)

v1.1.0-beta2

No release notes provided.

v1.1.0-beta.1

No release notes provided.

v1.0.0

⚠️ Breaking changes

This release replaces the existing “map views” pricing model in favor of a “map load” model. Learn more in a recent blog post about these changes.

By upgrading to this release, you are opting in to the new map loads pricing.

Why is this change being made?

... (truncated)
Changelog

Sourced from mapbox-gl's changelog.

1.1.0

✨ Minor features and improvements

  • Improve line rendering performance by using a more compact line attributes layout (#8306)
  • Improve data-driven symbol layers rendering performance (#8295)
  • Add the ability to disable validation during queryRenderedFeatures and querySourceFeatures calls, as a performance optimization (#8211) (h/t gorshkov-leonid)
  • Improve setFilter performance by caching keys in groupByLayout routine (#8122) (h/t vallendm)
  • Improve rendering of symbol layers with symbol-z-order: viewport-y, when icons are allowed to overlap but not text (#8180)
  • Prefer breaking lines at a zero width space to allow better break point suggestions for Japanese labels (#8255)
  • Add a WebGLRenderingContext argument to onRemove function of CustomLayerInterface, to allow direct cleanup of related context (#8156) (h/t ogiermaitre)
  • Allow zoom speed customization by adding setZoomRate and setWheelZoomRate methods to ScrollZoomHandler (#7863) (h/t sf31)
  • Add trackPointer method to Popup API that continuously repositions the popup to the mouse cursor when the cursor is within the map (#7786)
  • Add getElement method to Popup to retrieve the popup's HTML element (#8123) (h/t bravecow)
  • Add fill-pattern example to the documentation (#8022) (h/t flawyte)
  • Update script detection for Unicode 12.1 (#8158)
  • Add nofollow to Mapbox logo & "Improve this map" links (#8106) (h/t viniciuskneves)
  • Include source name in invalid GeoJSON error (#8113) (h/t Zirak)

🐞 Bug fixes

  • Fix updateImage not working as expected in Chrome (#8199)
  • Fix issues with double-tap zoom on touch devices (#8086)
  • Fix duplication of movestart events when zooming (#8259) (h/t bambielli-flex)
  • Fix validation of "format" expression failing when options are provided (#8339)
  • Fix setPaintProperty not working on line-pattern property (#8289)
  • Fix the GL context being left in unpredictable states when using custom layers (#8132)
  • Fix unnecessary updates to attribution control string (#8082) (h/t poletani)
  • Fix bugs in findStopLessThanOrEqualTo algorithm (#8134) (h/t Mike96Angelo)
  • Fix map not displaying properly when inside an element with text-align: center (#8227) (h/t mc100s)
  • Clarify in documentation that Popup#maxWidth accepts all max-width CSS values (#8312) (h/t viniciuskneves)
  • Fix location dot shadow not displaying (#8119) (h/t bravecow)
  • Fix docs dev dependencies being mistakenly installed as package dependencies (#8121) (h/t bravecow)
  • Various typo fixes (#8230, h/t erictheise) (#8236, h/t fredj)
  • Fix geolocate button CSS (#8367, h/t GuillaumeGomez)
  • Fix caching for Mapbox tiles (#8389)

1.0.0

⚠️ Breaking changes

This release replaces the existing “map views” pricing model in favor of a “map load” model. Learn more in a recent blog post about these changes.

By upgrading to this release, you are opting in to the new map loads pricing.

Why is this change being made?

This change allows us to implement a more standardized and predictable method of billing GL JS map usage. You’ll be charged whenever your website or web application loads, not by when users pan and zoom around the map, incentivizing developers to create highly interactive map experiences. The new pricing structure also creates a significantly larger free tier to help developers get started building their applications with Mapbox tools while pay-as-you-go pricing and automatic volume discounts help your application scale with Mapbox. Session billing also aligns invoices with metrics web developers already track and makes it easier to compare usage with other mapping providers.

What is changing?

  • Add SKU token to Mapbox API requests #8276
... (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.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 0.54.0 to 1.1.0.
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/v1.1.0/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v0.54.0...v1.1.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 Jul 2, 2019
@vercel

vercel Bot commented Jul 2, 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-07f4e8.kazazes.now.sh

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #158.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/mapbox-gl-1.1.0 branch July 17, 2019 05:39
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