Skip to content

Bump mapbox-gl from 0.54.1 to 1.12.0#723

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

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

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps mapbox-gl from 0.54.1 to 1.12.0.

Release notes

Sourced from mapbox-gl's releases.

v1.12.0-beta.1

✨ 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.

v1.11.1

🐞 Bug fixes

  • Fix a bug that caused map.loaded() to incorrectly return false after a click event. (#9825)

v1.11.0

✨ Features and improvements

  • Add an option to scale the default Marker icon.(#9414) (h/t adrianababakanian)
  • Improving the shader compilation speed by manually getting the run-time attributes and uniforms.(#9497)
  • Added clusterMinPoints option for clustered GeoJSON sources that defines the minimum number of points to form a cluster.(#9748)

🐞 Bug fixes

  • Fix a bug where map got stuck in a DragRotate interaction if it's mouseup occurred outside of the browser window or iframe.(#9512)
  • Fix potential visual regression for *-pattern properties on AMD graphics card vendor.(#9681)
  • Fix zooming with a double tap on iOS Safari 13.(#9757)
  • Removed a misleading geometry exceeds allowed extent warning when using Mapbox Streets vector tiles.(#9753)
  • Fix reference error when requiring the browser bundle in Node. (#9749)

v1.11.0-beta.1

No release notes provided.

v1.10.2

🐞 Bug fixes

  • Fix zooming with a double tap in iOS Safari 13 (#9757)

v1.10.1

1.10.1

🐞 Bug fixes

  • Fix markers interrupting touch gestures (#9675, fixed by #9683)
  • Fix bug where map.isMoving() returned true while map was not moving (#9647, fixed by #9679)
  • Fix regression that prevented touchmove events from firing during gestures (#9676, fixed by #9685)
  • Fix image expression evaluation which was broken under certain conditions (#9630, fixed by #9685)
Changelog

Sourced from mapbox-gl's changelog.

1.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.

1.11.1

🐞 Bug fixes

  • Fix a bug that caused map.loaded() to incorrectly return false after a click event. (#9825)

1.11.0

✨ Features and improvements

  • Add an option to scale the default Marker icon.(#9414) (h/t adrianababakanian)
  • Improving the shader compilation speed by manually getting the run-time attributes and uniforms.(#9497)
  • Added clusterMinPoints option for clustered GeoJSON sources that defines the minimum number of points to form a cluster.(#9748)

🐞 Bug fixes

  • Fix a bug where map got stuck in a DragRotate interaction if it's mouseup occurred outside of the browser window or iframe.(#9512)
  • Fix potential visual regression for *-pattern properties on AMD graphics card vendor.(#9681)
  • Fix zooming with a double tap on iOS Safari 13.(#9757)
  • Removed a misleading geometry exceeds allowed extent warning when using Mapbox Streets vector tiles.(#9753)
  • Fix reference error when requiring the browser bundle in Node. (#9749)

1.10.2

🐞 Bug fixes

  • Fix zooming with a double tap in iOS Safari 13.(#9757)

1.10.1

🐞 Bug fixes

  • Fix markers interrupting touch gestures (#9675, fixed by #9683)
  • Fix bug where map.isMoving() returned true while map was not moving (#9647, fixed by #9679)
  • Fix regression that prevented touchmove events from firing during gestures (#9676, fixed by #9685)
  • Fix image expression evaluation which was broken under certain conditions (#9630, fixed by #9685)
Commits
  • 520a4ca v1.12.0 (#9926)
  • 293294d update changelog, versions & lockfile for v1.12.0-beta.1 (#9916)
  • ab7dae3 Add a filter option for GeoJSON sources (#9864)
  • 199a0d8 fix(touchmove): only call preventDefault when valid minTouches (#9852)
  • ebb80aa Prevent bearing snap on map.stop() (#9884)
  • a85e997 Update the worker images once an image is added or removed + Render tests (#9...
  • ce6a2a3 Fix typo in event.js documentation (#9909)
  • a40a3a7 gl v4.5.3 may make installation easier for Windows (corrected - added yarn.lo...
  • 320299c Clarification in clusterMaxZoom documentation (#9899)
  • 9adc859 Remove dead code from scroll_zoom.js (#9895)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mapbox-npm-03, 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)

Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 0.54.1 to 1.12.0.
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/v1.12.0/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v0.54.1...v1.12.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 Aug 13, 2020
@vercel

vercel Bot commented Aug 13, 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/ipw718kgp
✅ Preview: https://skyscraperai-landing-pa-git-dependabot-npmandyarnmapbox-776d7a.kazazes.vercel.app

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #861.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/mapbox-gl-1.12.0 branch November 19, 2020 22:09
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