Cesium v1.71.0 Release Notes

Release Date: 2020-07-01 // almost 4 years ago
  • โž• Additions :tada:
    • โž• Add a toString method to the Resource class in case an instance gets logged as a string. #8722
    • ๐Ÿ”ฆ Exposed Transforms.rotationMatrixFromPositionVelocity method from Cesium's private API. #8927
    ๐Ÿ›  Fixes :wrench:
    • ๐Ÿ‘Œ Improved MaterialProperty JSDoc and TypeScript type definitions, which were missing the ability to take primitive types in addition to Property instances in their constructor. #8904
    • ๐Ÿ›  Fixed EllipsoidGeodesic JSDoc and TypeScript type definitions which incorrectly listed result as required. #8904
    • ๐Ÿ›  Fixed a bug with handling of PixelFormat's flipY. #8893
    • ๐Ÿ›  Fixed JSDoc and TypeScript for buildModuleUrl, which was accidentally excluded from the official CesiumJS API.
    • ๐Ÿ›  Fixed JSDoc and TypeScript type definitions for all ImageryProvider types, which were missing defaultNightAlpha and defaultDayAlpha properties. #8908
    • ๐Ÿ›  Fixed JSDoc and TypeScript type definitions for EllipsoidTangentPlane.fromPoints, which takes an array of Cartesian3, not a single instance. #8928
    • ๐Ÿ›  Fixed JSDoc and TypeScript type definitions for EntityCollection.getById and CompositeEntityCollection.getById, which can both return undefined. #8928
    • ๐Ÿ›  Fixed JSDoc and TypeScript type definitions for Viewer options parameter, which was incorrectly listed as required.
    • ๐Ÿ›  Fixed TypeScript type definitions to allow the creation of GeometryInstance instances using XXXGeometry classes. #8941.
    • ๐Ÿ›  Fixed a memory leak where some 3D Tiles requests were being unintentionally retained after the requests were cancelled. #8843