Cesium v1.84 Release Notes

Release Date: 2021-08-02 // over 2 years ago
  • ๐Ÿ’ฅ Breaking Changes :mega:
    • โฌ‡๏ธ Dropped support for Internet Explorer, which was deprecated in CesiumJS 1.83.
    โž• Additions :tada:
    • โž• Added a polylinePositions getter to Cesium3DTileFeature that gets the decoded positions of a polyline vector feature. #9684
    • โž• Added ImageryLayerCollection.pickImageryLayers, which determines the imagery layers that are intersected by a pick ray. #9651
    ๐Ÿ›  Fixes :wrench:
    • ๐Ÿ›  Fixed an issue where styling vector points based on their batch table properties would crash. #9692
    • ๐Ÿ›  Fixed an issue in TileBoundingRegion.distanceToCamera that caused incorrect results when the camera was on the opposite site of the globe. #9678
    • ๐Ÿ›  Fixed an error with removing a CZML datasource when the clock interval has a duration of zero. #9637
    • ๐Ÿ›  Fixed the ability to set a material's image to undefined and Material.DefaultImageId. #9644
    • ๐Ÿ›  Fixed the calculation of OrientedBoundingBox.distancedSquaredTo such that they handle halfAxes with magnitudes near zero. #9670
    • ๐Ÿ›  Fixed render crash when creating a polylineVolume with very close points. #9669
    • ๐Ÿ›  Fixed a bug in PolylineGeometry that incorrectly shifted colors when duplicate positions were removed. #9676
    • ๐Ÿ›  Fixed a crash that would hang the browser if a Label was created with a soft hyphen in its text. #9682
    • ๐Ÿ›  Fixed the incorrect calculation of distanceSquaredTo in BoundingSphere. #9686