Skip to content

Releases: CesiumGS/cesium

CesiumJS 1.82

01 Jun 19:42
Compare
Choose a tag to compare

1.82 - 2021-06-01

Highlights include:

  • Added FeatureDetection.supportsBigInt64Array, FeatureDetection.supportsBigUint64Array and FeatureDetection.supportsBigInt.
  • Fixed processTerrain in decodeGoogleEarthEnterprisePacket to handle a newer terrain packet format that includes water surface meshes after terrain meshes. #9519

See the changelog for the complete list of changes.

CesiumJS 1.81

03 May 16:28
Compare
Choose a tag to compare

1.81 - 2021-05-01

Highlights include:

  • Fixed an issue where Camera.flyTo would not work properly with a non-WGS84 Ellipsoid. #9498
  • Fixed an issue where setting the ViewportQuad rectangle after creating the viewport had no effect.#9511
  • Fixed an issue where TypeScript was not picking up type defintions for ArcGISTiledElevationTerrainProvider. #9522

See the changelog for the complete list of changes.

CesiumJS 1.80

01 Apr 20:43
Compare
Choose a tag to compare

1.80 - 2021-04-01

Highlights include:

  • Added support for drawing ground primitives on translucent 3D Tiles. #9399

See the changelog for the complete list of changes.

CesiumJS 1.79.1

01 Mar 23:41
Compare
Choose a tag to compare

1.79.1 - 2021-03-01

  • Fixed a regression in 1.79 that broke terrain exaggeration. #9397

See the changelog for the complete list of changes.

CesiumJS 1.79

01 Mar 09:25
Compare
Choose a tag to compare

1.79 - 2021-03-01

Highlights include:

  • 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

See the changelog for the complete list of changes.

CesiumJS 1.78

01 Feb 21:58
Compare
Choose a tag to compare

1.78 - 2021-02-01

Highlights include:

  • Added BillboardCollection.show, EntityCluster.show, LabelCollection.show, PointPrimitiveCollection.show, and PolylineCollection.show for a convenient way to control show of the entire collection. #9307
  • TaskProcessor now accepts an absolute URL in addition to a worker name as it's first parameter. This makes it possible to use custom web workers with Cesium's task processing system without copying them to Cesium's Workers directory. #9338

See the changelog for the complete list of changes.

CesiumJS 1.77

04 Jan 21:30
Compare
Choose a tag to compare

1.77 - 2021-01-04

Highlights include:

  • Added ElevationBand material, which maps colors and gradients to exact elevations. #9132
  • Fixed an issue where changing a model or tileset's color, backFaceCulling, or silhouetteSize would trigger an error. #9271

See the changelog for the complete list of changes.

CesiumJS 1.76

01 Dec 20:23
Compare
Choose a tag to compare

1.76- 2020-12-01

Highlights include:

  • Fixed an issue where tileset styles would be reapplied every frame when a tileset has a style and tileset.preloadWhenHidden is true and tileset.show is false. Also fixed a related issue where styles would be reapplied if the style being set is the same as the active style. #9223
  • Fixed JSDoc and TypeScript type definitions for EllipsoidTangentPlane.fromPoints which didn't listed a return type. #9227

See the changelog for the complete list of changes.

CesiumJS 1.75

02 Nov 16:47
Compare
Choose a tag to compare

1.75 - 2020-11-02

Highlights include:

  • Fixed an issue in the PBR material where models with the KHR_materials_unlit extension had the normal attribute disabled. #9173.
  • Fixed JSDoc and TypeScript type definitions for writeTextToCanvas which listed incorrect return type. #9196
  • Fixed JSDoc and TypeScript type definitions for Viewer.globe constructor option to allow disabling the globe on startup. #9063

See the changelog for the complete list of changes.

CesiumJS 1.74

01 Oct 17:28
Compare
Choose a tag to compare

1.74 - 2020-10-01

Highlights include:

  • Fixed an issue where the camera zooming is stuck when looking up. #9126
  • Fixed clipping planes with non-uniform scale. #9135
  • Fixed an issue where ground primitives would get clipped at certain camera angles. #9114
  • Fixed a bug that could cause half of the globe to disappear when setting the `terrainProvider. #9161
  • Fixed a crash when loading Cesium OSM buildings with shadows enabled. #9172

See the changelog for the complete list of changes.