Releases: CesiumGS/cesium
Releases · CesiumGS/cesium
CesiumJS 1.82
1.82 - 2021-06-01
Highlights include:
- Added
FeatureDetection.supportsBigInt64Array
,FeatureDetection.supportsBigUint64Array
andFeatureDetection.supportsBigInt
. - Fixed
processTerrain
indecodeGoogleEarthEnterprisePacket
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
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
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.