maps
maps copied to clipboard
Build(deps): Bump mapbox-gl from 3.4.0 to 3.12.0
Bumps mapbox-gl from 3.4.0 to 3.12.0.
Release notes
Sourced from mapbox-gl's releases.
v3.12.0
Features and improvements ✨
- Add experimental support for rendering 3D road intersections.
- Add shadow rendering support for elevated lines.
- Add
wrapTileIdproperty toCustomLayerInterfaceto control whether tile IDs are wrapped across world copies during rendering.- Add
line-pattern-cross-fade,fill-pattern-cross-fade, andfill-extrusion-pattern-cross-fadeproperties for smooth transitions between pattern images.- Add support for
extra_boundsin TileJSON for more fine-grained control over tile requests, particularly when dealing with sparse data coverage.- Improve performance by lazy loading 3D models.
- Slightly improve JS bundle sizes.
- Various TypeScript improvements.
Bug fixes 🐞
- Fixed an issue where calling
setDataon symbol layers could cause flickering.- Expose
CustomSourceInterfaceTypeScript type that was missing in the public interface.- Fix some edge cases related to rendering of elevated structures.
- Relax
line-gradientvalidation to work not only on GeoJSON, but also on vector tile sources if they havemapbox_clip_startandmapbox_clip_endproperties precomputed.- Fix
styleimagemissingevent not firing in certain scenarios.- Fix rendering of fully stretchable vector icons.
- Fix
queryRenderedFeatureson Globe at low zoom levels.v3.12.0-beta.1
Features and improvements ✨
- Add experimental support for rendering 3D road intersections.
- Add shadow rendering support for elevated lines.
- Slightly improve JS bundle sizes.
- Various TypeScript types improvements.
Bug fixes 🐞
- Fixed an issue where calling
setDataon symbol layers could cause flickering.- Expose the
CustomSourceInterfaceTypeScript type that is missing from the public interface.- Fix some edge cases related to the rendering of elevated structures.
- Relax
line-gradientvalidation to work not only on GeoJSON, but also on vector tile sources if they havemapbox_clip_startandmapbox_clip_endproperties precomputed.v3.11.1
Bug fixes 🐞
- Improve icon loading performance, in particular for landmark icons.
- Fix
undefinedpassed inMarkeroptions not falling back to default values.v3.11.0
Breaking changes ⚠️
- The
atexpression does not interpolate anymore. Please useat-interpolatedif you want to keep the old behavior.Features and improvements ✨
- Add landmark icons. Landmark icons are stylized, uniquely designed POI icons that indicate the most popular and recognizable landmarks on the map. At the time of this release, we have landmarks for 5 cities: London, Berlin, New York City, San Francisco, and Tokyo.
- Add
at-interpolatedexpression as the interpolated counterpart to theatexpression.- Add
altitudemarker property to adjust elevation. (h/t@yangtanyu) #13335.
... (truncated)
Changelog
Sourced from mapbox-gl's changelog.
3.12.0
Features and improvements ✨
- Add experimental support for rendering 3D road intersections.
- Add shadow rendering support for elevated lines.
- Add
wrapTileIdproperty toCustomLayerInterfaceto control whether tile IDs are wrapped across world copies during rendering.- Add
line-pattern-cross-fade,fill-pattern-cross-fade, andfill-extrusion-pattern-cross-fadeproperties for smooth transitions between pattern images.- Add support for
extra_boundsin TileJSON for more fine-grained control over tile requests, particularly when dealing with sparse data coverage.- Improve performance by lazy loading 3D models.
- Slightly improve JS bundle sizes.
- Various TypeScript types improvements.
Bug fixes 🐞
- Fixed an issue where calling
setDataon symbol layers could cause flickering.- Expose
CustomSourceInterfaceTypeScript type that was missing in the public interface.- Fix some edge cases related to rendering of elevated structures.
- Relax
line-gradientvalidation to work not only on GeoJSON, but also on vector tile sources if they havemapbox_clip_startandmapbox_clip_endproperties precomputed.- Fix
styleimagemissingevent not firing in certain scenarios.3.11.1
- Improve icon loading performance, in particular for landmark icons.
- Fix
undefinedpassed inMarkeroptions not falling back to default values.3.11.0
Breaking changes ⚠️
- The
atexpression does not interpolate anymore. Please useat-interpolatedif you want to keep the old behavior.Features and improvements ✨
- Add landmark icons. Landmark icons are stylized, uniquely designed POI icons that indicate the most popular and recognizable landmarks on the map. At the time of this release, we have landmarks for 5 cities: London, Berlin, New York City, San Francisco, and Tokyo.
- Add
at-interpolatedexpression as the interpolated counterpart to theatexpression.- Add
altitudemarker property to adjust elevation. (h/t@yangtanyu) #13335.- Add
getCooperativeGesturesandsetCooperativeGesturesmap methods to control cooperative gestures logic after the map is initialized.- Add
getGlyphsUrlandsetGlyphsUrlmap methods to manage the glyphs endpoint URL.- Add
pitchRotateKeymap option to override the modifier key for rotate and pitch handlers.- Add filtering support for model layers.
- Add support for vector icons color parameters with alpha values.
Bug fixes 🐞
- Hide labels with unreadable angles.
- Fix rendering of vector image in text on HiDPI screens.
- Ensure Katakana and CJK symbols render correctly in vertical writing mode.
- Fix popup position update on map move. (h/t
@ThugRaven) #13412- Fix rendering of self-intersecting elevated lines.
- Prevent line pattern from turning black at certain zoom levels when shadows are enabled.
- Fix missing triangles in variable-width lines.
- Improve Style-Spec validator types.
... (truncated)
Commits
a0278dbv3.12.0 (internal-2457)249a791Fix scope resolution for the nested imports (internal-2460)2906b47Rasterize fully stretchable vector icons at their full size (internal-2458)2ab7ab9[GLJS-689] Fix qrF not returning fill/line/circle layers on globe low zooms (...ec49dacFixing definitions of *-cross-fade properties: they are not feature-dependent...76d1c14[GLJS-1274] Add support forextra_boundsin TileJSON (internal-2447)163f00dBump@types/nodefrom 22.15.3 to 22.15.8 (internal-2453)bfb6468Fix flakystyleimagemissingrender test (internal-2448)0de6394Bump tsx from 4.19.3 to 4.19.4 (internal-2451)accad9bBump pretty-bytes from 6.1.1 to 7.0.0 (internal-2454)- Additional commits viewable in compare view
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)