Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump maplibre-gl from 4.7.1 to 5.0.0 #506

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps maplibre-gl from 4.7.1 to 5.0.0.

Release notes

Sourced from maplibre-gl's releases.

v5.0.0

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v4.7.1:

✨ Features and improvements

  • ⚠️ StyleLayer's queryIntersectsFeature method parameters were moved to QueryIntersectsFeatureParams. (#5276) Wrap the method parameters with {} to solve this
  • ⚠️ Support setting WebGL context options on map creation (#5196). Previously supported WebGL context options like antialias, preserveDrawingBuffer and failIfMajorPerformanceCaveat must now be defined inside the canvasContextAttributes object on MapOptions.
  • ⚠️ Change the return type of on method to return a Subscription to allow for easy unsubscribe (#5080). map.on('x').on('y') => map.on('x'); map.on('y');.
  • ⚠️ Change drag rotate behavior to be around the center of the screen (#5074)
  • ⚠️ Return actual altitude from queryTerrainElevation + Pass non-translated matrices to custom layer on mercator map (#3854)
  • ⚠️ Changed geometry-type to identify "Multi-" features (#4877). Use $type for non "Multi-" support or use in expression to get the previous behavior.
  • ⚠️ Remove unminified prod build (#4906). You'll need to use a different build.
  • Allows setting the desired WebGL version to use (#5236). You can now use contextType inside canvasContextAttributes to choose which WebGL version to use
  • Dual-Stack WebGL Runtime with WebGL2 to WebGL1 Fallback (#5198)
  • Add support for projection type expression as part of a refactoring of the transfrom and projection classes (#5139)
  • Export Event class (#5016)
  • Support Vertical Perspective projection (#5023)
  • When clustering circles and the promoteId is set to some parameter, the promoted ID is used on non-clustered features and the cluster_id is used on clustered features. Previously the ID was undefined for non-clustered features (#4899)
  • Support Terrain in Globe projection (#4976)
  • Improved performance of the coveringTiles (tile culling) function for globe (#4937)
  • Catches network fetching errors such as CORS, DNS or malformed URL as actual AJAXError to expose HTTP request details to the "error" event (maplibre/maplibre-gl-js#4822)
  • Add setVerticalFieldOfView() to public API (#4717)
  • Disable sky when using globe and blend it in when changing to mercator (#4853)
  • New GlobeControl (#4960)
  • Add support for pitch > 90 degrees (#4717)
  • Add support for camera roll angle (#4717)
  • Improve performance of queryRenderedFeatures by using JavaScript Sets to assess layer membership internally (#4777)
  • Support globe mode (#3963)
  • Merge atmosphere and sky implementation (#3888)
  • Add option to display a realistic atmosphere when using a Globe projection (#3888)

🐞 Bug fixes

  • ⚠️ Fix level of detail at high pitch angle by changing which tiles to load (#3983)
  • Fix holes at the poles when terrain is used with globe (#5232)
  • Fix geometry artifacts when globe terrain is zoomed out too much (#5232)
  • Fix center being incorrectly constrained when using globe (#5186)
  • Fix atmosphere improperly blending into the background (#5235)
  • Fix parsing wrong hash location (#5131)
  • Fix swallowing of errors (#4532)
  • Fix erroring requests not reported on error handler (#4613)
  • Fix children not retained when using globe (#5271)
  • Fix symbol size increasing when looking from poles (#5275)
  • Fix globe custom layers being supplied incorrect matrices after projection transition to mercator (#5150)
  • Fix custom 3D models disappearing during projection transition (#5150)
  • Fix regression in NavigationControl compass on Firefox and Safari browsers (#5205)
  • Fix smooth mouse wheel zooming (#5154)
  • Change drag rotate behavior to be less abrupt around the center (#5104)
  • Fix regression in render world copies (#5101)

... (truncated)

Changelog

Sourced from maplibre-gl's changelog.

5.0.0

✨ Features and improvements

  • ⚠️ StyleLayer's queryIntersectsFeature method parameters were moved to QueryIntersectsFeatureParams. (#5276) Wrap the method parameters with {} to solve this
  • ⚠️ Support setting WebGL context options on map creation (#5196). Previously supported WebGL context options like antialias, preserveDrawingBuffer and failIfMajorPerformanceCaveat must now be defined inside the canvasContextAttributes object on MapOptions.
  • ⚠️ Change the return type of on method to return a Subscription to allow for easy unsubscribe (#5080). map.on('x').on('y') => map.on('x'); map.on('y');.
  • ⚠️ Change drag rotate behavior to be around the center of the screen (#5074)
  • ⚠️ Return actual altitude from queryTerrainElevation + Pass non-translated matrices to custom layer on mercator map (#3854)
  • ⚠️ Changed geometry-type to identify "Multi-" features (#4877). Use $type for non "Multi-" support or use in expression to get the previous behavior.
  • ⚠️ Remove unminified prod build (#4906). You'll need to use a different build.
  • Allows setting the desired WebGL version to use (#5236). You can now use contextType inside canvasContextAttributes to choose which WebGL version to use
  • Dual-Stack WebGL Runtime with WebGL2 to WebGL1 Fallback (#5198)
  • Add support for projection type expression as part of a refactoring of the transfrom and projection classes (#5139)
  • Export Event class (#5016)
  • Support Vertical Perspective projection (#5023)
  • When clustering circles and the promoteId is set to some parameter, the promoted ID is used on non-clustered features and the cluster_id is used on clustered features. Previously the ID was undefined for non-clustered features (#4899)
  • Support Terrain in Globe projection (#4976)
  • Improved performance of the coveringTiles (tile culling) function for globe (#4937)
  • Catches network fetching errors such as CORS, DNS or malformed URL as actual AJAXError to expose HTTP request details to the "error" event (maplibre/maplibre-gl-js#4822)
  • Add setVerticalFieldOfView() to public API (#4717)
  • Disable sky when using globe and blend it in when changing to mercator (#4853)
  • New GlobeControl (#4960)
  • Add support for pitch > 90 degrees (#4717)
  • Add support for camera roll angle (#4717)
  • Improve performance of queryRenderedFeatures by using JavaScript Sets to assess layer membership internally (#4777)
  • Support globe mode (#3963)
  • Merge atmosphere and sky implementation (#3888)
  • Add option to display a realistic atmosphere when using a Globe projection (#3888)

🐞 Bug fixes

  • ⚠️ Fix level of detail at high pitch angle by changing which tiles to load (#3983)
  • Fix holes at the poles when terrain is used with globe (#5232)
  • Fix geometry artifacts when globe terrain is zoomed out too much (#5232)
  • Fix center being incorrectly constrained when using globe (#5186)
  • Fix atmosphere improperly blending into the background (#5235)
  • Fix parsing wrong hash location (#5131)
  • Fix swallowing of errors (#4532)
  • Fix erroring requests not reported on error handler (#4613)
  • Fix children not retained when using globe (#5271)
  • Fix symbol size increasing when looking from poles (#5275)
  • Fix globe custom layers being supplied incorrect matrices after projection transition to mercator (#5150)
  • Fix custom 3D models disappearing during projection transition (#5150)
  • Fix regression in NavigationControl compass on Firefox and Safari browsers (#5205)
  • Fix smooth mouse wheel zooming (#5154)
  • Change drag rotate behavior to be less abrupt around the center (#5104)
  • Fix regression in render world copies (#5101)
  • Fix unwanted roll when motion is interrupted (#5083)
  • Fix geometry-type filter expression results (#5132)

... (truncated)

Commits
  • 47ed30d Bump version to 5.0.0 (#5272)
  • c2725d8 Improve typing and change StyleLayer query call interface (#5276)
  • 4e5a9fe Bump @​typescript-eslint/eslint-plugin from 8.18.2 to 8.19.0 (#5278)
  • 7086f12 Bump @​typescript-eslint/parser from 8.18.2 to 8.19.0 (#5279)
  • 04bccd6 Bump typedoc-plugin-markdown from 4.3.3 to 4.4.0 (#5277)
  • 3d6d3f4 Fix symbol size increase (#5275)
  • 9c0ac3e Return 204 for some missing files in tiles/sparse204. This way we can use st ...
  • bbb4815 Fix children not retained when wrapped (#5271)
  • 3d9e6b2 Bump devtools-protocol from 0.0.1399977 to 0.0.1400418 (#5274)
  • 58f3a82 Add eslint rule named stylistic/semi (#5273)
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2025
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 4.7.1 to 5.0.0.
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-gl-js@v4.7.1...v5.0.0)

---
updated-dependencies:
- dependency-name: maplibre-gl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/maplibre-gl-5.0.0 branch from ffa2eea to aeb8576 Compare January 2, 2025 15:16
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