Cesium v1.79 Release Notes

Release Date: 2021-03-01 // about 3 years ago
  • ๐Ÿ’ฅ Breaking Changes :mega:
    • โœ‚ Removed Cesium3DTileset.url, which was deprecated in CesiumJS 1.78. Use Cesium3DTileset.resource.url to retrieve the url value.
    • ๐Ÿ—„ Removed EasingFunction.QUADRACTIC_IN, which was deprecated in CesiumJS 1.77. Use EasingFunction.QUADRATIC_IN.
    • ๐Ÿ—„ Removed EasingFunction.QUADRACTIC_OUT, which was deprecated in CesiumJS 1.77. Use EasingFunction.QUADRATIC_OUT.
    • Removed EasingFunction.QUADRACTIC_IN_OUT, which was deprecated in CesiumJS 1.77. Use EasingFunction.QUADRATIC_IN_OUT.
    • ๐Ÿ”„ Changed TaskProcessor.maximumActiveTasks constructor option to be infinity by default. #9313
    ๐Ÿ›  Fixes :wrench:
    • ๐Ÿ›  Fixed an issue that prevented use of the full CesiumJS zip release package in a Node.js application.
    • ๐Ÿ›  Fixed an issue where certain inputs to EllipsoidGeodesic would result in a surfaceDistance of NaN. #9316
    • ๐Ÿ›  Fixed sampleTerrain and sampleTerrainMostDetailed not working for ArcGISTiledElevationTerrainProvider. #9286
    • ๐Ÿ‘ Consistent with the spec, CZML polylineVolume now expects its shape positions to specified using the cartesian2 property. Use of the cartesian is also supported for backward-compatibility. #9384
    • โœ‚ Removed an unnecessary matrix copy each time a Cesium3DTileset is updated. #9366