CesiumJS 1.104
1.104 - 2023-04-03
Highlights include:
- The
readyPromise
pattern has been deprecated across the API. It will be removed in CesiumJS 1.107. This has been done to facilitate better asynchronous flow and error handling. #11059 - Added asynchronous constructors for ImageryProviders, TerrainProviders, 3D Tilesets, and Models.
- Fixed various race conditions from asynchronous operations. #10909
- Fixed Cesium.Viewer instantiated inside lit components: CreditDisplay is missing its styles #10907
See the changelog for the complete list of changes.