Skip to content

Bump mapbox-gl from 0.54.1 to 2.0.0#891

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

Bump mapbox-gl from 0.54.1 to 2.0.0#891
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/mapbox-gl-2.0.0

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps mapbox-gl from 0.54.1 to 2.0.0.

Release notes

Sourced from mapbox-gl's releases.

v1.13.0

✨ Features and improvements

  • Improve accessibility by fixing issues reported by WCAG 2.1. #9991
  • Improve accessibility when opening a popup by immediately focusing on the content. #9774 (h/t @watofundefined)
  • Improve rendering performance of symbols with symbol-sort-key. #9751 (h/t @osvodef)
  • Add Marker clickTolerance option. #9640 (h/t @ChristopherChudzicki)
  • Add Map hasControl method. #10035
  • Add Popup setOffset method. #9946 (h/t @jutaz)
  • Add KeyboardHandler disableRotation and enableRotation methods. #10072 (h/t @jmbott)

🐞 Bug fixes

  • Fix a bug where queryRenderedFeatures didn't properly expose the paint values if they were data-driven. #10074 (h/t @osvodef)
  • Fix a bug where attribution didn't update when layer visibility changed during zooming. #9943
  • Fix a bug where hash control conflicted with external history manipulation (e.g. in single-page apps). #9960 (h/t @raegen)
  • Fix a bug where fitBounds had an unexpected result with non-zero bearing and uneven padding. #9821 (h/t @allison-strandberg)
  • Fix HTTP support when running GL JS against Mapbox Atlas. #10090
  • Fix a bug where the within expression didn't work in querySourceFeatures. #9933
  • Fix a bug where Popup content HTML element was removed on setDOMContent. #10036
  • Fix a compatibility bug when icon-image is used as a legacy categorical function. #10060
  • Reduce rapid memory growth in Safari by ensuring Image dataURI's are released. #10118

⚠️ Note on IE11

We intend to remove support for Internet Explorer 11 in a future release of GL JS later this year.

v1.12.0

✨ Features and improvements

  • Add methods for changing a vector tile source dynamically (e.g. setTiles, setUrl). #8048 (h/t @stepankuzmin)
  • Add a filter option for GeoJSON sources to filter out features prior to processing (e.g. before clustering). #9864
  • Vastly increase precision of line-gradient for long lines. #9694
  • Improve raster-dem sources to properly support the maxzoom option and overzooming. #9789 (h/t @brendan-ward)

🐞 Bug fixes

  • Fix a bug where bearing snap interfered with easeTo and flyTo animations, freezing the map. #9884 (h/t @andycalder)
  • Fix a bug where a fallback image was not used if it was added via addImage. #9911 (h/t @francois2metz)
  • Fix a bug where promoteId option failed for fill extrusions with defined feature ids. #9863

🛠️ Workflow

  • Renamed the default development branch from master to main.

⚠️ Note on IE11

We intend to remove support for Internet Explorer 11 in a future release of GL JS later this year. Watch this repository for more information on how to prepare your codebase for this change.

v1.12.0-beta.1

Changelog

Sourced from mapbox-gl's changelog.

2.0.0

⚠️ Breaking changes

  • mapbox-gl-js is no longer under the 3-Clause BSD license. By upgrading to this release, you are agreeing to Mapbox terms of service. Refer to LICENSE.txt for the new licensing terms and details. For questions, contact our team at https://support.mapbox.com.
  • Beginning with v2.0.0, a billable map load occurs whenever a Map object is initialized. Before updating an existing implementation from v1.x.x to v2.x.x, please review the pricing documentation to estimate expected costs.
  • Deprecate Internet Explorer 11, no longer supported from this release. (#8283, #6391)
  • Support for unlocked pitch up to 85°. The default maxPitch is increased from 60° to 85° which can result in viewing above the horizon line. By default, this area will be drawn transparent but a new sky layer can be added to the map in order to fill this space. The legacy behavior can be achieved by simply adding maxPitch: 60 to the map options when instantiating your map.

✨ Features and improvements

  • Add 3D terrain feature. All layer types and markers can now be extruded using the new terrain root level style-spec property or with the function map.setTerrain(). (#1489)
  • Add support for unlocked pitch up to 85° (previously 60°). (#3731)
  • Add a new sky layer acting as an infinite background above the horizon line. This layer can be used from the style-spec and has two types: atmospheric and gradient.
  • Add a free form camera API, allowing for more complex camera manipulation in 3D, accessible using map.getFreeCameraOptions() and map.setFreeCameraOptions().
  • Improve performance by adopting a two-phase tile loading strategy, prioritizing rendering of non-symbol layers first.
  • Improve performance by avoiding parsing vector tiles that were already aborted.
  • Improve performance by adopting a preemptive shader compilation strategy. (#9384)
  • Improve performance by disabling fade-in animation for symbols and raster tiles on initial map load.
  • Improve performance by defaulting to 2 workers on all platforms. (#3153)
  • Improve performance by loading tiles on the main thread at initial map load.
  • Improve performance by using better worker task scheduling.

🐞 Bug fixes

  • Avoid reloading raster and raster-dem tiles when the RTLTextPlugin loads.
  • Add runtime evaluation of label collision boxes for more accurate symbol placement at fractional zoom levels and tilted views.
  • Fix tile cache size for terrain DEM sources.
  • Prevent holding on to DEM memory on the worker.
  • Reduce memory used by fill-extrusions.

🛠️ Workflow

  • Run render tests in browser.

1.13.0

✨ Features and improvements

  • Improve accessibility by fixing issues reported by WCAG 2.1. #9991
  • Improve accessibility when opening a popup by immediately focusing on the content. #9774 (h/t @watofundefined)
  • Improve rendering performance of symbols with symbol-sort-key. #9751 (h/t @osvodef)
  • Add Marker clickTolerance option. #9640 (h/t @ChristopherChudzicki)
  • Add Map hasControl method. #10035
  • Add Popup setOffset method. #9946 (h/t @jutaz)
  • Add KeyboardHandler disableRotation and enableRotation methods. #10072 (h/t @jmbott)

🐞 Bug fixes

  • Fix a bug where queryRenderedFeatures didn't properly expose the paint values if they were data-driven. #10074 (h/t @osvodef)
Commits
  • fdafaf6 Bump gl-js@2.0.0 style-spec@13.18.0
  • a5d4ff4 Temporarily disable collect-stats for releasing (#10161)
  • c7ed000 Revert build changes
  • 51db0b9 v2.0.0-dev
  • 15b0f13 Sending the newly create AccessToken Authenticator API after each map load. (...
  • 5e3c206 tweak docs and map.project() return value (internal-395)
  • 2b98eba Reflect new max pitch value in docs (internal-391)
  • fb9e2ec More style spec docs tweaks (internal-381)
  • 6aa020d Update LOD tile cover to consider source zoom range (internal-380)
  • 0d9d33c Reword docs for new style-spec properties (internal-377)
  • 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.1 to 2.0.0.
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v0.54.1...v2.0.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 Dec 8, 2020
@vercel

vercel Bot commented Dec 8, 2020

Copy link
Copy Markdown

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

🔍 Inspect: https://vercel.com/kazazes/skyscraperai-landingpage/7vftnesck
✅ Preview: https://skyscraperai-landing-pag-git-dependabot-npmandyarnmapbox-7676ca.kazazes.vercel.app

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #921.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/mapbox-gl-2.0.0 branch December 23, 2020 19:51
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