Skip to content

Releases: CesiumGS/cesium

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.

CesiumJS 1.73

01 Sep 10:46
da4ddc5
Compare
Choose a tag to compare

1.73 - 2020-09-01

Highlights include:

  • Viewer now allows 3D Tiles features to be selected and will display their properties in the default Viewer InfoBox.
  • Added support for the CSS line-height specifier in the font property of a Label.
  • Fixed two terrain-related bugs that could cause expected terrain detail to be missing or delayed.
  • Fixed several rendering artifacts on mobile devices.

See the changelog for the complete list of changes.

CesiumJS 1.72

03 Aug 19:22
Compare
Choose a tag to compare

1.72 - 2020-08-03

Highlights include:

  • Added support for glTF multi-texturing via TEXCOORD_1.
  • Fixed 3D Tileset replacement refinement when leaf is empty.
  • Fixed wall rendering when underground.
  • Fixed a bug where clipping planes would not clip at the correct distance on some Android devices.

See the changelog for more detailed list of changes.

CesiumJS 1.71

01 Jul 20:28
Compare
Choose a tag to compare

1.71 - 2020-07-01

Highlights include:

  • Added ability to toggle double-sided rendering for 3D Tiles.
  • Fixed several bugs when using WebGL 2, bringing us a step closer to making use of newer WebGL features once they become more widely available to all devices.
  • Fixed artifacts when using an orthographic camera.
  • Styling updates to CesiumJS's error panel.
  • Fixed a bug that prevented 3D Tiles from using animated 3D models.

See changelog for the complete list of changes.