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.3.0#470

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 ofgithubApr 11, 2024
edited
Loading

Bumpsmapbox-gl from 1.13.2 to 3.3.0.

Release notes

Sourced frommapbox-gl's releases.

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.

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.

v3.3.0-beta.1

Features and improvements ✨

  • Add raster particles layer.
  • Add raster-array source.
  • 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.

v3.2.0

Features and improvements ✨

  • Improve map loading performance.
  • Add a debug UI for the development build of GL JS, enabled withdevtools: true inMap options.

... (truncated)

Changelog

Sourced frommapbox-gl's changelog.

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

Features and improvements ✨

  • Improve map loading performance.
  • Add a debug UI for the development build of GL JS, enabled withdevtools: true inMap options.
  • Add imports support inmap.areTilesLoaded.
  • Add support of rotation of elevated raster layers.
  • Add support of negative values forfill-extrusion-flood-light-ground-radius property.
  • Improve visual cutoff behavior of buildings when usingfill-extrusion-cutoff-fade-range property.

Bug fixes 🐞

  • Fix an issue wheremap.flyTo withpadding option was setting and overriding map's padding.
  • Issue a warning instead of a validation error ifurl ortiles is missing from source, i.e. in MapTiler source.
  • Fix the moiré effects on patterns in tilted map views.
  • Remove role attribute for non-visible alerts. (h/t@​jakubmakielkowski)#13051
  • Fix an elevation of symbols above multiple fill extrusions, when some of them hidden or lowered.
  • Fixconfig expression chaining through nested styles and other issues related to config scope.
  • Fix a small callback-related memory leak. (h/t@​temas)#13074
  • Fixconfig andformat expressions not working together.

3.1.2

Bug fixes 🐞

... (truncated)

Commits
  • 541c310 v3.3.0
  • 1db9002 Fix sampler double-declaration inraster_particle.fragment.glsl
  • fd85802 Keep FeatureIndex in the shared chunk (internal-1310)
  • 1f02f3d GLJS-725 Fixed symbol text overlapping (internal-1257)
  • c378758 Add raster-array page to release testing (internal-1309)
  • a3d7d86 Add support for caching partial responses (internal-1300)
  • 3b9ebec Bump@​babel/core from 7.24.3 to 7.24.4 (internal-1304)
  • 6ff7ab7 Bump eslint-plugin-jsdoc from 48.2.2 to 48.2.3 (internal-1305)
  • fadba56 Bump playwright from 1.42.1 to 1.43.0 (internal-1306)
  • 8a5daa2 Bump@​octokit/rest from 20.0.2 to 20.1.0 (internal-1307)
  • Additional commits viewable incompare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelApr 11, 2024
Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 1.13.2 to 3.3.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.3.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.3.0 branch from804bd1c to37a9279CompareApril 17, 2024 12:58
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubMay 27, 2024

Superseded by#479.

@dependabotdependabotbot closed thisMay 27, 2024
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/mapbox-gl-3.3.0 branchMay 27, 2024 05:34
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 file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp