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.14.0#538

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 ofgithubJul 31, 2025

Bumpsmapbox-gl from 1.13.2 to 3.14.0.

Release notes

Sourced frommapbox-gl's releases.

v3.14.0

Breaking changes⚠️

  • Imported styles will use theglyphs URL template from the root style instead of their own.

Features and improvements ✨

  • Add asplit expression to divide a string into an array of substrings based on a specified delimiter.
  • Improve memory usage for GeoJSON sources.

Bug fixes 🐞

  • Fix an issue with querying rendered features during the globe-to-Mercator transition.
  • Fix resources cleanup when removing a map with a terrain or/and vector icons.
  • Fix an issue where a single primary image was not rendered correctly withicon-image-cross-fade.
  • Fix an edge case involving the mixing of vertical and horizontal writing modes.
  • Fix rendering of multipleraster layers from a singleraster-array source.
  • Fix restoration of maps with background patterns, heatmap, image, video, or raster sources after WebGL context loss.
  • Fix memory spike when callingsetData on large datasets.

v3.14.0-beta.2

Bug fixes 🐞

  • Fix rendering of multipleraster layers from a singleraster-array source.
  • Fix restoration of maps with background patterns, heatmap, image, video, or raster sources after WebGL context loss.

v3.14.0-beta.1

Breaking changes⚠️

  • Imported styles will use theglyphs URL template from the root style instead of their own.

Features and improvements ✨

  • Add asplit expression to divide a string into an array of substrings based on a specified delimiter.
  • Improve memory usage for GeoJSON sources.

Bug fixes 🐞

  • Fix an issue with querying rendered features during the globe-to-Mercator transition.
  • Fix resources cleanup when removing a map with a terrain or/and vector icons.
  • Fix an issue where a single primary image was not rendered correctly withicon-image-cross-fade.
  • Fix an edge case involving the mixing of vertical and horizontal writing modes.

v3.13.0

Breaking changes⚠️

  • interpolate expression will interpolate between non-alpha-premultiplied colors. The change might affectraster-particle-color,line-gradient, andheatmap-color.
  • rgb expression will return non-premultiplied-alpha color.

Features and improvements ✨

  • Add the["worldview"] expression, which returns the currentworldview of the map.
  • Addmodel-translation support for batched model layers.
  • Improve indoor level interaction.
  • Add support of gradient transforms in the fill style of vector icons.

Bug fixes 🐞

  • Fix querying and styling issues with multiple model layers referencing the same source.
  • Fixmapbox-gl-rtl-text v0.3.0 plugin not loading in certain configurations.

... (truncated)

Changelog

Sourced frommapbox-gl's changelog.

3.14.0

Breaking changes⚠️

  • Imported styles will use theglyphs URL template from the root style instead of their own.

Features and improvements ✨

  • Add asplit expression to divide a string into an array of substrings based on a specified delimiter.
  • Improve memory usage for GeoJSON sources.

Bug fixes 🐞

  • Fix an issue with querying rendered features during the globe-to-Mercator transition.
  • Fix resources cleanup when removing a map with a terrain or/and vector icons.
  • Fix an issue where a single primary image was not rendered correctly withicon-image-cross-fade.
  • Fix an edge case involving the mixing of vertical and horizontal writing modes.
  • Fix rendering of multipleraster layers from a singleraster-array source.
  • Fix restoration of maps with background patterns, heatmap, image, video, or raster sources after WebGL context loss.
  • Fix memory spike when callingsetData on large datasets.

3.13.0

Breaking changes⚠️

  • interpolate expression will interpolate between non-alpha-premultiplied colors. The change might affectraster-particle-color,line-gradient, andheatmap-color.
  • rgb expression will return non-premultiplied-alpha color.

Features and improvements ✨

  • Add the["worldview"] expression, which returns the currentworldview of the map.
  • Addmodel-translation support for batched model layers.
  • Improve indoor level interaction.
  • Add support of gradient transforms in the fill style of vector icons.

Bug fixes 🐞

  • Fix querying and styling issues with multiple model layers referencing the same source.
  • Fixmapbox-gl-rtl-text v0.3.0 plugin not loading in certain configurations.
  • Fix icons withtext-variable-anchor disappearing.
  • Fix minor distortions on vector icons in some cases.
  • Fix zooming over terrain with negative altitude values.
  • Fix interactions to not throw onmouseleave withoutmouseenter.
  • Fix shadow rendering issues on underground structures.
  • Fix striping artifacts when rendering shadows on some GPU configurations.
  • Fix errors when viewing a style with filtered model layers.
  • Fix parsing ofcolor-use-theme property of 3D lights.
  • Fix feature-dependentconfig expressions (h/t@​brncsk)#13453.
  • Fix reset of the indoor floorplan selection after moving the camera.
  • Fix excessive rerendering of the map aftersetStyle with the same URL of an import.
  • Fix source reloading during mercator-globe transition with terrain.
  • Fix color of semi-transparent vector icons.

Workflow 🛠️

  • Switched from CircleCI to GitHub Actions for continuous integration tests.

... (truncated)

Commits
  • 6c5652e v3.14.0
  • 44c321a Features that occlude the navigation lane is made transparent to make
  • fcee4bb Improve Style-Spec internal types (internal-5483)
  • cb46e83 Fix some shadow bias issues in some edge cases (internal-5208)
  • 1cab650 vulkan, fix cutoff opacity for fill extrusion
  • 3c06287 vulkan support for model shaders (dFdx/dFdy -> flip y)
  • 3667e63 Don't trigger render loop for not loaded images (internal-5448)
  • 971f9a1 [MAPSNAT-2941] Extend text-field tests to cover more image-related cases (int...
  • 8ed9534 Added appearances to the style spec (internal-5413)
  • f4401eb Bump@​types/node from 24.0.15 to 24.1.0 (internal-5456)
  • Additional commits viewable incompare view
Maintainer changes

This version was pushed to npm bymbx-npm-02-production, 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 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)

Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 1.13.2 to 3.14.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.14.0)---updated-dependencies:- dependency-name: mapbox-gl  dependency-version: 3.14.0  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsJul 31, 2025
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubSep 11, 2025

Superseded by#546.

@dependabotdependabotbot closed thisSep 11, 2025
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/mapbox-gl-3.14.0 branchSeptember 11, 2025 05:11
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 filejavascriptPull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp