CesiumJS 1.70.1
1.70.1 - 2020-06-10
This is a patch release mainly focused on improving TypeScript type definitions.
Highlights include:
- Fixed JSDoc and TypeScript type definitions for all
ImageryProvider
types, which were missingdefaultNightAlpha
anddefaultDayAlpha
properties. #8908 - Fixed JSDoc and TypeScript for all
MaterialProperty
types, which were missing the ability to take primitive types in their constructor. #8904 - Fixed JSDoc and TypeScript type definitions to allow the creation of
GeometryInstance
instances usingXXXGeometry
classes. #8941. - Fixed JSDoc and TypeScript for
buildModuleUrl
, which was accidentally excluded from the official CesiumJS API. #8923
See the change log for the complete list of changes.