Cesium v1.70.1 Release Notes

Release Date: 2020-06-10 // 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:
    • ๐Ÿ›  Fixed JSDoc and TypeScript type definitions for all ImageryProvider types, which were missing defaultNightAlpha and defaultDayAlpha properties. #8908
    • ๐Ÿ›  Fixed JSDoc and TypeScript for MaterialProperty, 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
    • ๐Ÿ›  Fixed JSDoc and TypeScript type definitions for EllipsoidGeodesic which incorrectly listed result as required. #8904
    • ๐Ÿ›  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 parameters.
    • ๐Ÿ›  Fixed a memory leak where some 3D Tiles requests were being unintentionally retained after the requests were cancelled. #8843
    • ๐Ÿ›  Fixed a bug with handling of PixelFormat's flipY. #8893