iClient-JavaScript
iClient-JavaScript copied to clipboard
Bump mapbox-gl from 1.13.2 to 3.4.0
Bumps mapbox-gl from 1.13.2 to 3.4.0.
Release notes
Sourced from mapbox-gl's releases.
v3.4.0
Features and improvements ✨
- Add
dynamic: trueoption for GeoJSON sources that enables partial update API withsource.updateDatamethod. Further optimizations for this mode are expected in future releases.- Add
MapsetConfig,getConfig,setSchemaandgetSchemamethods for batch setting of style configuration options.- Add
configoption for theMapconstructor andsetStylemethods for conveniently setting style configuration options on map initialization.- Add
icon-color-saturation,icon-color-contrast,icon-color-brightness-minandicon-color-brightness-maxto control symbol layer appearance.- Introduce a new
line-joinmode:noneto improve line pattern distortions around joins.- Extend
model-idproperty to support URIs (in addition to style-defined model references).- Expose more parameters in map
devtoolsUI.Bug fixes 🐞
- Fix an issue with
flyToignoringpaddingin its options.- Respect padding in
cameraForBoundson globe view. (h/t@jonasnoki) #13126- Fix
preloadOnlynot preloading tiles from style imports.- Fix
queryRenderedFeaturesfor non-integer ID in non-tiled model sources- Fix
model-scaleproperty for large number of 3D models.- Fix flickering of
raster-particlelayer on globe view.- Improve rendering of low-resolution
raster-arraydata.- Fix an issue with GL JS bundle not building locally on Windows.
- Fix multiple edge cases when using
symbol-z-elevate.- Fix rendering issues with
raster-particlelayer on certain Android devices.- Fix shadow and lighting rendering issues in certain areas when using Mapbox Standard.
v3.4.0-beta.1
Features and improvements ✨
- Add
icon-color-saturation,icon-color-contrast,icon-color-brightness-minandicon-color-brightness-maxto control symbol layer appearance.- Introduce a new
line-joinmode:noneto improve line pattern distortions around joins.- Extend
model-idproperty to support URIs (in addition to style-defined model references).Bug fixes 🐞
- Respect padding in
cameraForBoundson globe view. (h/t@jonasnoki) #13126- Fix
preloadOnlynot preloading tiles from style imports.- Fix
queryRenderedFeaturesfor non-integer ID in non-tiled model sources- Fix
model-scaleproperty for large number of 3D models.- Fix flickering of
raster-particlelayer on globe view.- Improve rendering of low-resolution
raster-arraydata.v3.3.0
Features and improvements ✨
- Add a new
raster-arraysource type, representing a new experimental Mapbox Raster Tile format which encodes series of tiled raster data (such as weather time series).- Add a new
raster-particlelayer which animates particles of different speed and color based on underlyingraster-arraydata.- Add
addImport,moveImport,updateImport, andremoveImportAPI methods.- Add
getSlot, andsetSlotAPI methods to control layers' slots.- Add landmarks and models support in
queryRenderedFeatures.- Add
raster-elevationsupport for tiled raster sources.- Add
configexpression support in fog.- Improve map loading performance.
... (truncated)
Changelog
Sourced from mapbox-gl's changelog.
3.4.0
Features and improvements ✨
- Add
dynamic: trueoption for GeoJSON sources that enables partial update API withsource.updateDatamethod. Further optimizations for this mode are expected in future releases.- Add
MapsetConfig,getConfig,setSchemaandgetSchemamethods for batch setting of style configuration options.- Add
configoption for theMapconstructor andsetStylemethods for conveniently setting style configuration options on map initialization.- Add
icon-color-saturation,icon-color-contrast,icon-color-brightness-minandicon-color-brightness-maxto control symbol layer appearance.- Introduce a new
line-joinmode:noneto improve line pattern distortions around joins.- Extend
model-idproperty to support URIs (in addition to style-defined model references).- Expose more parameters in map
devtoolsUI.Bug fixes 🐞
- Fix an issue with
flyToignoringpaddingin its options.- Respect padding in
cameraForBoundson globe view. (h/t@jonasnoki) #13126- Fix
preloadOnlynot preloading tiles from style imports.- Fix
queryRenderedFeaturesfor non-integer ID in non-tiled model sources- Fix
model-scaleproperty for large number of 3D models.- Fix flickering of
raster-particlelayer on globe view.- Improve rendering of low-resolution
raster-arraydata.- Fix an issue with GL JS bundle not building locally on Windows.
- Fix multiple edge cases when using
symbol-z-elevate.- Fix rendering issues with
raster-particlelayer on certain Android devices.- Fix shadow and lighting rendering issues in certain areas when using Mapbox Standard.
3.3.0
Features and improvements ✨
- Add a new
raster-arraysource type, representing a new experimental Mapbox Raster Tile format which encodes series of tiled raster data (such as weather time series).- Add a new
raster-particlelayer which animates particles of different speed and color based on underlyingraster-arraydata.- Add
addImport,moveImport,updateImport, andremoveImportAPI methods.- Add
getSlot, andsetSlotAPI methods to control layers' slots.- Add landmarks and models support in
queryRenderedFeatures.- Add
raster-elevationsupport for tiled raster sources.- Add
configexpression support in fog.- Improve map loading performance.
Bug fixes 🐞
- Fix zooming with the pitched camera and
maxZoom.- Fix memory leak after removing the map. (h/t
@kamil-sienkiewicz-asi) #13110, #13116- Fix broken horizon line for some camera values.
- Fix broken globe draping after updating style with
setStyle.- Fix the
zoffset when the opacity is evaluated at 0 on the zoom change.- Fix the
formatexpression in theconfigexpression.- Fix adding a marker to the map that is not loaded when fog is enabled.
- Fix symbol and icon rendering order when using
symbol-sort-keyproperty.3.2.0
... (truncated)
Commits
2b6915cv3.4.071c6b78Cherry-pickwrapIndentenforcement (internal-1434)cd62ed0Expose*-transitionproperties in Style Spec types (internal-1433)dd68665Improve Flow types for theLngLatBoundsconstructor (internal-1431)a430303Fix for z-offset in v2 tiles and z-offset flickering in v1 and v2 tiles (inte...d6c8bb8--- (internal-1429)72fa05dImprove Flow typings (internal-1428)9ccd178Updatemap.getStyleJSDoc to highlight Mapbox Standard differences (interna...1dbc1cc[GLJS-679] Introduce partial update API for GeoJSON sources (internal-1384)0f5ba1cImprove Flow typings (internal-1427)- 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)