Bumps mapbox-gl from 1.13.2 to 3.10.0.
Release notes
Sourced from mapbox-gl's releases.
v3.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 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
and mouseleave
with Interactions API.
- Fix error with interactible map elements during interaction with a map that wasn't fully loaded.
- Fix rendering of elevated and non-elevated lines on the same layer.
- Fix pixel ratio handling for patterns with vector icons.
- Fix positioning of vector icons with modified
icon-size
.
- Fix a blank map issue after WebGL context loss.
- Fix loss of precision for close to camera models.
- Fix transparent models not being culled when terrain is enabled.
v3.10.0-beta.1
Features and improvements ✨
- Add support for data-driven
*-use-theme
properties.
- Improve rendering of complex SVG clip paths for vector icons.
Bug fixes 🐞
- Fix issue where the close popup button was hidden from screen readers.
- Fix
queryRenderedFeatures
not working on duplicated model layers.
- Fix rendering of elevated and non-elevated lines on the same layer.
- Fix a blank map issue after WebGL context loss.
v3.9.4
- Fix vector icons rendering with stretch areas on high DPI devices.
v3.9.3
- Fix issues when updating feature state on symbol layers.
- Fix canvas source not rendering correctly after a canvas resize.
v3.9.2
- Fix the display of user-rendered images.
- Fix a broken build issue in specific bundling configurations using Vite or ESBuild.
- Fix the console error issue that sometimes occurs during map initialization.
v3.9.1
- Fix an error when using background patterns on styles with vector icons enabled.
- Fix
queryRenderedFeatures
not working on styles with custom layers.
- When using
queryRenderedFeatures
and querySourceFeatures
with featureset
, fix filter
option to apply to featureset
selectors rather than original properties, and add featureNamespace
validation.
... (truncated)
Changelog
Sourced from mapbox-gl's changelog.
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
and mouseleave
with Interactions API.
- Fix error with interactible map elements during interaction with a map that wasn't fully loaded.
- Fix rendering of elevated and non-elevated lines on the same layer.
- Fix pixel ratio handling for patterns with vector icons.
- Fix positioning of vector icons with modified
icon-size
.
- Fix a blank map issue after WebGL context loss.
- Fix loss of precision for close to camera models.
- Fix transparent models not being culled when terrain is enabled.
3.9.4
- Fix vector icons rendering with stretch areas on high DPI devices.
3.9.3
- Fix issues when updating feature state on symbol layers.
- Fix canvas source not rendering correctly after a canvas resize.
3.9.2
- Fix display of user-rendered images.
- Fix a broken build issue in specific bundling configurations using Vite or ESBuild.
- Fix console error issue that sometimes occur during map initialization.
3.9.1
- Fix an error when using background patterns on styles with vector icons enabled.
- Fix
queryRenderedFeatures
not working on styles with custom layers.
- Fix small rendering artifacts on line corners when using patterns with
line-join: none
.
- When using
queryRenderedFeatures
and querySourceFeatures
with featureset
, fix filter
option to apply to featureset
selectors rather than original properties, and add featureNamespace
validation.
- Fix
queryRenderedFeatures
missing source
, sourceLayer
and layer
properties in resulting features where they should be present.
3.9.0
Breaking changes ⚠️
- Rename
featureset
property to target
in addInteraction
and queryRenderedFeatures
options.
... (truncated)
Commits
83f5361
v3.10.0
afed1f2
Fix Firefox detection for mouse button correction (internal-2195)
f75aa8d
Elevated circles features shader modifications. (for mapbox/mapbox-sdk#2062) ...
19ceb05
update render test (internal-2188)
6f8fafc
[GLJS-1185] Fix positioning of icons with icon-size (internal-2184)
4a8a0da
Overhaul hover interactions (internal-2165)
b0464c4
Fixed in-place updates for SDF images, fixed LUT not being applied to in-plac...
9e839ff
[GLJS-1186] Respect pixel ratio in vector icon patterns (internal-2183)
057c34b
Fix line placement symbol disappearing issue when in zoom level 5 (internal-2...
340023d
Bump postcss from 8.5.1 to 8.5.2 (internal-2180)
- Additional commits viewable in compare 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.
Uh oh!
There was an error while loading. Please reload this page.
Bumps mapbox-gl from 1.13.2 to 3.10.0.
Release notes
Sourced from mapbox-gl's releases.
... (truncated)
Changelog
Sourced from mapbox-gl's changelog.
... (truncated)
Commits
83f5361
v3.10.0afed1f2
Fix Firefox detection for mouse button correction (internal-2195)f75aa8d
Elevated circles features shader modifications. (for mapbox/mapbox-sdk#2062) ...19ceb05
update render test (internal-2188)6f8fafc
[GLJS-1185] Fix positioning of icons with icon-size (internal-2184)4a8a0da
Overhaul hover interactions (internal-2165)b0464c4
Fixed in-place updates for SDF images, fixed LUT not being applied to in-plac...9e839ff
[GLJS-1186] Respect pixel ratio in vector icon patterns (internal-2183)057c34b
Fix line placement symbol disappearing issue when in zoom level 5 (internal-2...340023d
Bump postcss from 8.5.1 to 8.5.2 (internal-2180)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)