1.56.1

CesiumGS/cesium1.56.1Apr 2, 2019by lilleyse

AI Summary

A patch release that reverts a change from version 1.56 regarding image fetching behavior to ensure compatibility with version 1.55 and earlier.

Key Highlights

  • Reverted `Resource.fetchImage` behavior to return an `Image` by default and set the default `flipY` option to false.

Breaking Changes

  • Reverts changes made in version 1.56 regarding the default behavior of `Resource.fetchImage`.

Full Release Notes

1.56.1 - 2019-04-02

 - `Resource.fetchImage` now returns an `Image` by default and sets the default `flipY` option to false. This reverts changes in 1.56. The behavior is now identical to 1.55 and earlier.

See the [change log](https://github.com/AnalyticalGraphicsInc/cesium/blob/1.56.1/CHANGES.md) for the complete list of changes.