1.112

CesiumGS/cesium1.112Dec 1, 2023by jjhembd

AI Summary

A maintenance release fixing terrain lockups in the geometry loading process and correcting TypeScript definitions for asset loading constructors.

Key Highlights

  • Fixed terrain lockups in requestTileGeometry
  • Corrected JSDoc and TypeScript definitions for Ion asset constructors

New Features

  • Improved stability for terrain loading
  • Type definition corrections

Full Release Notes

1.112 - 2023-12-01

Highlights include:

- Fixed terrain lockups in `requestTileGeometry` by ensuring promise handling aligns with CesiumJS's expectations. [#11630](https://github.com/CesiumGS/cesium/pull/11630)
- Corrected JSDoc and Typescript definitions that marked optional arguments as required in `Cesium3dTileset.fromIonAssetId` [#11623](https://github.com/CesiumGS/cesium/issues/11623), and `IonImageryProvider.fromAssetId` [#11624](https://github.com/CesiumGS/cesium/issues/11624)

See the [changelog](https://github.com/CesiumGS/cesium/blob/1.112/CHANGES.md) for the complete list of changes.