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 the
glyphs URL template from the root style instead of their own.
Features and improvements ✨
- Add a
split 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 with
icon-image-cross-fade. - Fix an edge case involving the mixing of vertical and horizontal writing modes.
- Fix rendering of multiple
raster 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 calling
setData on large datasets.
v3.14.0-beta.2
Bug fixes 🐞
- Fix rendering of multiple
raster 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 the
glyphs URL template from the root style instead of their own.
Features and improvements ✨
- Add a
split 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 with
icon-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. - Add
model-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.
- Fix
mapbox-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 the
glyphs URL template from the root style instead of their own.
Features and improvements ✨
- Add a
split 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 with
icon-image-cross-fade. - Fix an edge case involving the mixing of vertical and horizontal writing modes.
- Fix rendering of multiple
raster 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 calling
setData 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. - Add
model-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.
- Fix
mapbox-gl-rtl-text v0.3.0 plugin not loading in certain configurations. - Fix icons with
text-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 on
mouseleave 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 of
color-use-theme property of 3D lights. - Fix feature-dependent
config expressions (h/t@brncsk)#13453. - Fix reset of the indoor floorplan selection after moving the camera.
- Fix excessive rerendering of the map after
setStyle 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.044c321a Features that occlude the navigation lane is made transparent to makefcee4bb 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 extrusion3c06287 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 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)
Bumpsmapbox-gl from 1.13.2 to 3.14.0.
Release notes
Sourced frommapbox-gl's releases.
... (truncated)
Changelog
Sourced frommapbox-gl's changelog.
... (truncated)
Commits
6c5652ev3.14.044c321aFeatures that occlude the navigation lane is made transparent to makefcee4bbImprove Style-Spec internal types (internal-5483)cb46e83Fix some shadow bias issues in some edge cases (internal-5208)1cab650vulkan, fix cutoff opacity for fill extrusion3c06287vulkan support for model shaders (dFdx/dFdy -> flip y)3667e63Don't trigger render loop for not loaded images (internal-5448)971f9a1[MAPSNAT-2941] Extend text-field tests to cover more image-related cases (int...8ed9534Added appearances to the style spec (internal-5413)f4401ebBump@types/nodefrom 24.0.15 to 24.1.0 (internal-5456)Maintainer changes
This version was pushed to npm bymbx-npm-02-production, a new releaser for mapbox-gl since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)