Releases: CesiumGS/cesium
Releases · CesiumGS/cesium
CesiumJS 1.80
CesiumJS 1.79.1
CesiumJS 1.79
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
andsampleTerrainMostDetailed
not working forArcGISTiledElevationTerrainProvider
. #9286 - Consistent with the spec, CZML
polylineVolume
now expects its shape positions to specified using thecartesian2
property. Use of thecartesian
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
1.78 - 2021-02-01
Highlights include:
- Added
BillboardCollection.show
,EntityCluster.show
,LabelCollection.show
,PointPrimitiveCollection.show
, andPolylineCollection.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
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
, orsilhouetteSize
would trigger an error. #9271
See the changelog for the complete list of changes.
CesiumJS 1.76
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 andtileset.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
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
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
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
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.