Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump mapbox-gl from 1.13.2 to 3.4.0#479

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 27, 2024
edited
Loading

Bumpsmapbox-gl from 1.13.2 to 3.4.0.

Release notes

Sourced frommapbox-gl's releases.

v3.4.0

Features and improvements ✨

  • Adddynamic: true option for GeoJSON sources that enables partial update API withsource.updateData method. Further optimizations for this mode are expected in future releases.
  • AddMapsetConfig,getConfig,setSchema andgetSchema methods for batch setting of style configuration options.
  • Addconfig option for theMap constructor andsetStyle methods for conveniently setting style configuration options on map initialization.
  • Addicon-color-saturation,icon-color-contrast,icon-color-brightness-min andicon-color-brightness-max to control symbol layer appearance.
  • Introduce a newline-join mode:none to improve line pattern distortions around joins.
  • Extendmodel-id property to support URIs (in addition to style-defined model references).
  • Expose more parameters in mapdevtools UI.

Bug fixes 🐞

  • Fix an issue withflyTo ignoringpadding in its options.
  • Respect padding incameraForBounds on globe view. (h/t@​jonasnoki)#13126
  • FixpreloadOnly not preloading tiles from style imports.
  • FixqueryRenderedFeatures for non-integer ID in non-tiled model sources
  • Fixmodel-scale property for large number of 3D models.
  • Fix flickering ofraster-particle layer on globe view.
  • Improve rendering of low-resolutionraster-array data.
  • Fix an issue with GL JS bundle not building locally on Windows.
  • Fix multiple edge cases when usingsymbol-z-elevate.
  • Fix rendering issues withraster-particle layer on certain Android devices.
  • Fix shadow and lighting rendering issues in certain areas when using Mapbox Standard.

v3.4.0-beta.1

Features and improvements ✨

  • Addicon-color-saturation,icon-color-contrast,icon-color-brightness-min andicon-color-brightness-max to control symbol layer appearance.
  • Introduce a newline-join mode:none to improve line pattern distortions around joins.
  • Extendmodel-id property to support URIs (in addition to style-defined model references).

Bug fixes 🐞

  • Respect padding incameraForBounds on globe view. (h/t@​jonasnoki)#13126
  • FixpreloadOnly not preloading tiles from style imports.
  • FixqueryRenderedFeatures for non-integer ID in non-tiled model sources
  • Fixmodel-scale property for large number of 3D models.
  • Fix flickering ofraster-particle layer on globe view.
  • Improve rendering of low-resolutionraster-array data.

v3.3.0

Features and improvements ✨

  • Add a newraster-array source type, representing a new experimental Mapbox Raster Tile format which encodes series of tiled raster data (such as weather time series).
  • Add a newraster-particle layer which animates particles of different speed and color based on underlyingraster-array data.
  • AddaddImport,moveImport,updateImport, andremoveImport API methods.
  • AddgetSlot, andsetSlot API methods to control layers' slots.
  • Add landmarks and models support inqueryRenderedFeatures.
  • Addraster-elevation support for tiled raster sources.
  • Addconfig expression support in fog.
  • Improve map loading performance.

... (truncated)

Changelog

Sourced frommapbox-gl's changelog.

3.4.0

Features and improvements ✨

  • Adddynamic: true option for GeoJSON sources that enables partial update API withsource.updateData method. Further optimizations for this mode are expected in future releases.
  • AddMapsetConfig,getConfig,setSchema andgetSchema methods for batch setting of style configuration options.
  • Addconfig option for theMap constructor andsetStyle methods for conveniently setting style configuration options on map initialization.
  • Addicon-color-saturation,icon-color-contrast,icon-color-brightness-min andicon-color-brightness-max to control symbol layer appearance.
  • Introduce a newline-join mode:none to improve line pattern distortions around joins.
  • Extendmodel-id property to support URIs (in addition to style-defined model references).
  • Expose more parameters in mapdevtools UI.

Bug fixes 🐞

  • Fix an issue withflyTo ignoringpadding in its options.
  • Respect padding incameraForBounds on globe view. (h/t@​jonasnoki)#13126
  • FixpreloadOnly not preloading tiles from style imports.
  • FixqueryRenderedFeatures for non-integer ID in non-tiled model sources
  • Fixmodel-scale property for large number of 3D models.
  • Fix flickering ofraster-particle layer on globe view.
  • Improve rendering of low-resolutionraster-array data.
  • Fix an issue with GL JS bundle not building locally on Windows.
  • Fix multiple edge cases when usingsymbol-z-elevate.
  • Fix rendering issues withraster-particle layer on certain Android devices.
  • Fix shadow and lighting rendering issues in certain areas when using Mapbox Standard.

3.3.0

Features and improvements ✨

  • Add a newraster-array source type, representing a new experimental Mapbox Raster Tile format which encodes series of tiled raster data (such as weather time series).
  • Add a newraster-particle layer which animates particles of different speed and color based on underlyingraster-array data.
  • AddaddImport,moveImport,updateImport, andremoveImport API methods.
  • AddgetSlot, andsetSlot API methods to control layers' slots.
  • Add landmarks and models support inqueryRenderedFeatures.
  • Addraster-elevation support for tiled raster sources.
  • Addconfig expression support in fog.
  • Improve map loading performance.

Bug fixes 🐞

  • Fix zooming with the pitched camera andmaxZoom.
  • Fix memory leak after removing the map. (h/t@​kamil-sienkiewicz-asi)#13110,#13116
  • Fix broken horizon line for some camera values.
  • Fix broken globe draping after updating style withsetStyle.
  • Fix thez offset when the opacity is evaluated at 0 on the zoom change.
  • Fix theformat expression in theconfig expression.
  • Fix adding a marker to the map that is not loaded when fog is enabled.
  • Fix symbol and icon rendering order when usingsymbol-sort-key property.

3.2.0

... (truncated)

Commits
  • 2b6915c v3.4.0
  • 71c6b78 Cherry-pickwrapIndent enforcement (internal-1434)
  • cd62ed0 Expose*-transition properties in Style Spec types (internal-1433)
  • dd68665 Improve Flow types for theLngLatBounds constructor (internal-1431)
  • a430303 Fix for z-offset in v2 tiles and z-offset flickering in v1 and v2 tiles (inte...
  • d6c8bb8 --- (internal-1429)
  • 72fa05d Improve Flow typings (internal-1428)
  • 9ccd178 Updatemap.getStyle JSDoc to highlight Mapbox Standard differences (interna...
  • 1dbc1cc [GLJS-679] Introduce partial update API for GeoJSON sources (internal-1384)
  • 0f5ba1c Improve Flow typings (internal-1427)
  • Additional commits viewable incompare 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)

@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelMay 27, 2024
Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 1.13.2 to 3.4.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@v1.13.2...v3.4.0)---updated-dependencies:- dependency-name: mapbox-gl  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/mapbox-gl-3.4.0 branch from5990d47 to2f91928CompareMay 30, 2024 01:29
@stale
Copy link

stalebot commentedJan 31, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stalestalebot added the stale labelJan 31, 2025
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubFeb 3, 2025

Superseded by#491.

@dependabotdependabotbot closed thisFeb 3, 2025
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/mapbox-gl-3.4.0 branchFebruary 3, 2025 05:40
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filestale

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp