Skip to content

CesiumJS 1.70.1

Compare
Choose a tag to compare
@mramato mramato released this 10 Jun 14:14
· 4013 commits to master since this release

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 missing defaultNightAlpha and defaultDayAlpha 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 using XXXGeometry 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.