Bumpsmapbox-gl from 1.13.2 to 3.11.1.
Release notes
Sourced frommapbox-gl's releases.
v3.11.1
Bug fixes 🐞
- Improve icon loading performance, in particular for landmark icons.
- Fix
undefined passed inMarker options not falling back to default values.
v3.11.0
Breaking changes⚠️
- The
at expression does not interpolate anymore. Please useat-interpolated if 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-interpolated expression as the interpolated counterpart to theat expression. - Add
altitude marker property to adjust elevation. (h/t@yangtanyu)#13335. - Add
getCooperativeGestures andsetCooperativeGestures map methods to control cooperative gestures logic after the map is initialized. - Add
getGlyphsUrl andsetGlyphsUrl map methods to manage the glyphs endpoint URL. - Add
pitchRotateKey map 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.
- Fix reloading of tiles in style imports.
- Fix issue where updated images were never cleared after patching them.
- Fix rendering performance regression related to use-theme.
v3.11.0-beta.2
Breaking changes⚠️
- The
at expression does not interpolate anymore. Please useat-interpolated if you want to keep the old behavior.
Features and improvements ✨
- Add
at-interpolated expression as the interpolated counterpart to theat expression. - Add
altitude marker property to adjust elevation. (h/t@yangtanyu)#13335. - Add
getCooperativeGestures andsetCooperativeGestures map methods to control cooperative gestures logic after the map is initialized. - Add
getGlyphsUrl andsetGlyphsUrl map methods to manage the glyphs endpoint URL. - Add
pitchRotateKey map option to override the modifier key for rotate and pitch handlers. - Add filtering support for model layers.
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.
... (truncated)
Changelog
Sourced frommapbox-gl's changelog.
3.11.1
- Improve icon loading performance, in particular for landmark icons.
- Fix
undefined passed inMarker options not falling back to default values.
3.11.0
Breaking changes⚠️
- The
at expression does not interpolate anymore. Please useat-interpolated if 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-interpolated expression as the interpolated counterpart to theat expression. - Add
altitude marker property to adjust elevation. (h/t@yangtanyu)#13335. - Add
getCooperativeGestures andsetCooperativeGestures map methods to control cooperative gestures logic after the map is initialized. - Add
getGlyphsUrl andsetGlyphsUrl map methods to manage the glyphs endpoint URL. - Add
pitchRotateKey map 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.
- Fix reloading of tiles in style imports.
- Fix issue where updated images were never cleared after patching them.
- Fix rendering performance regression related to use-theme.
3.10.0
Features and improvements ✨
- Add support for data-driven
*-use-theme properties. - Improve rendering of complex SVG clip paths for vector icons.
Bug fixes 🐞
- Fix some mouse gestures for Firefox 136 and later on Mac OS.
- Fix issue where the close popup button was hidden from screen readers.
- Fix updating of schema config values of imported styles.
- Fix line placement symbol disappearing issue during transition from globe.
- Fix
queryRenderedFeatures not working on duplicated model layers. - Fix in-place update for SDF image.
- Fix LUT not being applied to in-place updated image.
- Fix various issues with using
mouseenter andmouseleave with Interactions API. - Fix error with interactible map elements during interaction with a map that wasn't fully loaded.
... (truncated)
Commits
6b1c50d v3.11.1aab62e7 AddImageProvider (internal-2363)f229beb Fix backward-compatibility for not-defined Marker options (internal-2374)87938fb Update CODEOWNERS (#13449)22cf408 v3.11.039115a3 [GLJS-1201] Fix rendering performance regression related touse-theme (inte...3ebb400 Bump esbuild from 0.25.1 to 0.25.2 (internal-2335)f1f0f80 [GLJS-1191] Support vector icons color parameters with alpha values (internal...765f087 [GLJS-996] Upgrade ESLint to v9 (internal-2315)cf3a6e9 AddStyle#addImages (internal-2325)- Additional commits viewable incompare 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 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.11.1.
Release notes
Sourced frommapbox-gl's releases.
... (truncated)
Changelog
Sourced frommapbox-gl's changelog.
... (truncated)
Commits
6b1c50dv3.11.1aab62e7AddImageProvider(internal-2363)f229bebFix backward-compatibility for not-defined Marker options (internal-2374)87938fbUpdate CODEOWNERS (#13449)22cf408v3.11.039115a3[GLJS-1201] Fix rendering performance regression related touse-theme(inte...3ebb400Bump esbuild from 0.25.1 to 0.25.2 (internal-2335)f1f0f80[GLJS-1191] Support vector icons color parameters with alpha values (internal...765f087[GLJS-996] Upgrade ESLint to v9 (internal-2315)cf3a6e9AddStyle#addImages(internal-2325)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)