Cesium v1.21 Release Notes

Release Date: 2016-05-02 // about 8 years ago
    • ๐Ÿ’ฅ Breaking changes
      • Removed ImageryMaterialProperty.alpha. Use ImageryMaterialProperty.color.alpha instead.
      • Removed OpenStreetMapImageryProvider. Use createOpenStreetMapImageryProvider instead.
    • โž• Added ability to import and export Sandcastle example using GitHub Gists. #3795
    • โž• Added PolygonGraphics.closeTop, PolygonGraphics.closeBottom, and PolygonGeometry options for creating an extruded polygon without a top or bottom. #3879
    • โž• Added support for polyline arrow material to CzmlDataSource #3860
    • ๐Ÿ›  Fixed issue causing the sun not to render. #3801
    • ๐Ÿ›  Fixed issue where Camera.flyTo would not work with a rectangle in 2D. #3688
    • ๐Ÿ›  Fixed issue causing the fog to go dark and the atmosphere to flicker when the camera clips the globe. #3178
    • ๐Ÿ›  Fixed a bug that caused an exception and rendering to stop when using ArcGisMapServerImageryProvider to connect to a MapServer specifying the Web Mercator projection and a fullExtent bigger than the valid extent of the projection. #3854
    • ๐Ÿ›  Fixed issue causing an exception when switching scene modes with an active KML network link. #3865