iClient-JavaScript
iClient-JavaScript copied to clipboard
Bump mapbox-gl from 1.13.2 to 2.9.2
Bumps mapbox-gl from 1.13.2 to 2.9.2.
Release notes
Sourced from mapbox-gl's releases.
v2.9.2
Bug fixes 🐞
- Add a workaround in
ScaleControlto support localization in browsers withoutNumberFormatsupport. (#12068)- Fix
GeolocateControlnot working in Safari. (#12080)v2.9.1
Bug fixes 🐞
- Fix missing lines on some Windows devices. (#12017)
v2.9.0
Features ✨
- Add
globeprojection. This new projection displays the map as a 3d globe and can be enabled by either passingprojection: globeto the map constructor or by callingmap.setProjection('globe'). All layers are supported by globe except for Custom Layers and Sky.- Extend atmospheric
fogwith three new style specification properties:high-color,space-colorandstar-intensityto allow the design of atmosphere around the globe and night skies. (#11590)- Add a new line layer paint property in the style specification:
line-trim-offsetthat can be used to create a custom fade out with improved update performance overline-gradient. (#11570)- Add an option for providing a geolocation adapter to
GeolocateControl. (#10400) (h/t behnammodi)- Add
Map.Titleproperty to locale options to localise the maparia-label. (#11549) (h/t andrewharvey)- Allow duplicated coordinates in tile request URLs. (#11441) (h/t ozero)
Bug fixes 🐞
- Fix an issue which causes line layers to occasionally flicker. (#11848)
- Fix markers in fog sometimes becoming more visible when behind terrain. (#11658)
- Fix an issue where setting terrain exageration to 0 could prevent the zoom to be resolved. (#11830)
- Copy stylesheet to allow toggling different styles using setStyle without overwriting some of the properties. (#11942)
v2.9.0-beta.2
No release notes provided.
v2.9.0-beta.1
No release notes provided.
v2.8.2
Bug fixes 🐞
- Fix an issue where the special bundle for CSP-restricted environments was not compatible with further minification in some bundling setups. (#11790)
v2.8.1
Bug fixes 🐞
- Fix the special bundle for CSP-restricted environments that broke in the 2.8.0 release. (#11739)
v2.8.0
Performance improvements 🏁
- Improve memory usage by freeing memory more eagerly after loading tiles. (#11434)
- Improve memory usage by reducing repeated line labels on overscaled tiles. (#11414)
- Improve performance when placing many symbols on terrain. (#11466)
Bug fixes 🐞
... (truncated)
Changelog
Sourced from mapbox-gl's changelog.
2.9.2
Bug fixes 🐞
- Add a workaround in
ScaleControlto support localization in browsers withoutNumberFormatsupport. (#12068)- Fix
GeolocateControlnot working in Safari. (#12080)2.9.1
Bug fixes 🐞
- Fix missing lines on some Windows devices. (#12017)
2.9.0
Features ✨
- Add
globeprojection. This new projection displays the map as a 3d globe and can be enabled by either passingprojection: globeto the map constructor or by callingmap.setProjection('globe'). All layers are supported by globe except for Custom Layers and Sky.- Extend atmospheric
fogwith three new style specification properties:high-color,space-colorandstar-intensityto allow the design of atmosphere around the globe and night skies. (#11590)- Add a new line layer paint property in the style specification:
line-trim-offsetthat can be used to create a custom fade out with improved update performance overline-gradient. (#11570)- Add an option for providing a geolocation adapter to
GeolocateControl. (#10400) (h/t behnammodi)- Add
Map.Titleproperty to locale options to localise the maparia-label. (#11549) (h/t andrewharvey)- Allow duplicated coordinates in tile request URLs. (#11441) (h/t ozero)
Bug fixes 🐞
- Fix an issue which causes line layers to occasionally flicker. (#11848)
- Fix markers in fog sometimes becoming more visible when behind terrain. (#11658)
- Fix an issue where setting terrain exageration to 0 could prevent the zoom to be resolved. (#11830)
- Copy stylesheet to allow toggling different styles using setStyle without overwriting some of the properties. (#11942)
2.8.2
Bug fixes 🐞
- Fix an issue where the special bundle for CSP-restricted environments was not compatible with further minification in some bundling setups. (#11790)
2.8.1
Bug fixes 🐞
- Fix the special bundle for CSP-restricted environments that broke in the 2.8.0 release. (#11739)
2.8.0
Performance improvements 🏁
... (truncated)
Commits
e29e113v2.9.2 (#12089)b912966v2.9.2 cherry-picks (#12088)b13b0aev2.9.1 changelog and version bump (#12019)e46f4a2fix line-trim-offset shader (#12017) (#12018)9fc5327v2.9.0 (#12012)d8cfd5dRelease v2.9.0 cherry-picks (#11979)efadd30Updates for v2.9.0-beta.2 (#11970)591b4feRelease v2.9.0 cherry-picks (#11946)02891fcAidan/cherry pick marker fix v2.9.0 (#11899)3758092Changelog v2.9.0-beta.1 (#11893)- 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 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)