skylines icon indicating copy to clipboard operation
skylines copied to clipboard

Update dependency cesium to v1.119.0

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cesium (source) 1.74.0 -> 1.119.0 age adoption passing confidence

Release Notes

CesiumGS/cesium (cesium)

v1.119.0

Compare Source

v1.118.2

Compare Source

This is an npm-only release to fix a dependency issue published in 1.118.1

v1.118.1

Compare Source

This is an npm-only release to fix a dependency issue published in 1.118

v1.118.0

Compare Source

v1.117.0

Compare Source

v1.116.0

Compare Source

v1.115.0

Compare Source

v1.114.0

Compare Source

v1.113.0

Compare Source

v1.112.0

Compare Source

v1.111.0

Compare Source

v1.110.1

Compare Source

@​cesium/engine
Breaking Changes :mega:
  • CesiumJS no longer ships with a demo Google Maps API key. GoogleMaps.defaultApiKey is no longer defined by default.

  • createGooglePhotorealistic3DTileset by default now provides tiles via Cesium ion if the GoogleMaps.defaultApiKey is not set.

  • If you wish to continue to use your own Google Maps API key, you can go back to the previous behavior:

    Cesium.GoogleMaps.defaultApiKey = "your-api-key";
    
    const tileset = await Cesium.createGooglePhotorealistic3DTileset();
    viewer.scene.primitives.add(tileset));
    

v1.110.0

Compare Source

v1.109.0

Compare Source

v1.108.0

Compare Source

v1.107.2

Compare Source

This is an npm-only release to fix a dependency issue published in 1.107.1

v1.107.1

Compare Source

@​cesium/engine
Fixes :wrench:
  • Fixed a bug where Model would not respond to different alpha values in a Cesium3DTileStyle. #​11399
  • Fixed dimensions of tangentEC in custom shaders. #​11394
@​cesium/widgets
Fixes :wrench:
  • Fixed promise return value when using viewer.flyTo to navigate to an ImageryLayer. #​11392
  • Fixed depthTestAgainstTerrain value being overridden when using the base layer picker widget. #​11393

v1.107.0

Compare Source

v1.106.1

Compare Source

This is an npm-only release to fix a dependency issue published in 1.106

v1.106.0

Compare Source

v1.105.2

Compare Source

  • This is an npm-only release to fix a dependency issue published in 1.105.1.

v1.105.1

Compare Source

@​cesium/engine
Additions :tada:
  • Added createGooglePhotorealistic3DTileset to create a 3D tileset streaming Google Photorealistic 3D Tiles.
  • Added GoogleMaps for managing credentials when loading data from the Google Map Tiles API.
Fixes :wrench:
  • Improved camera controls when globe is off. #​7171

v1.105.0

Compare Source

v1.104.0

Compare Source

v1.103.0

Compare Source

v1.102.0

Compare Source

v1.101.0

Compare Source

v1.100.0

Compare Source

v1.99.0

Compare Source

v1.98.1

Compare Source

  • This is an npm only release to fix the improperly published 1.98.

v1.98.0

Compare Source

v1.97.0

Compare Source

v1.96.0

Compare Source

v1.95.0

Compare Source

v1.94.3

Compare Source

  • Fixed a crash with vector tilesets with lines when clamping to terrain or 3D tiles. #​10447

v1.94.2

Compare Source

  • This is an npm only release to fix the improperly published 1.94.1.

v1.94.1

Compare Source

Additions :tada:
  • Added support for rendering individual models in 2D / CV using ModelExperimental. #​10419
Fixes :wrench:
  • Fixed Cesium3DTileColorBlendMode.REPLACE for certain tilesets. #​10424
  • Fixed a crash when applying a style to a vector tileset with point features. #​10427

v1.94.0

Compare Source

v1.93.0

Compare Source

v1.92.0

Compare Source

v1.91.0

Compare Source

v1.90.0

Compare Source

v1.89.0

Compare Source

v1.88.0

Compare Source

v1.87.1

Compare Source

Additions :tada:

v1.87.0

Compare Source

v1.86.1

Compare Source

Fixes :wrench:
  • Fixed zip.js configurations causing CesiumJS to not work with Node 16. #​9861
  • Fixed a bug in Rectangle.union with rectangles that span the entire globe. #​9866

v1.86.0

Compare Source

v1.85.0

Compare Source

v1.84.0

Compare Source

v1.83.0

Compare Source

v1.82.1

Compare Source

  • This is an npm only release to fix the improperly published 1.82.0.

v1.82.0

Compare Source

v1.81.0

Compare Source

v1.80.0

Compare Source

v1.79.1

Compare Source

Fixes :wrench:
  • Fixed a regression in 1.79 that broke terrain exaggeration. #​9397
  • Fixed an issue where interpolating certain small rhumblines with surface distance 0.0 would not return the expected result. #​9430

v1.79.0

Compare Source

v1.78.0

Compare Source

v1.77.0

Compare Source

v1.76.0

Compare Source

v1.75.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Nov 02 '20 17:11 renovate[bot]