1.107.1
CesiumGS/cesium1.107.1Jul 13, 2023by ggetz
AI Summary
A patch release that fixes several rendering and navigation issues. It addresses promise return values for `flyTo`, overrides of `depthTestAgainstTerrain`, and Model alpha values within Cesium3DTileStyles.
Key Highlights
- Fixed promise return value when using `viewer.flyTo` to navigate to an ImageryLayer.
- Fixed `depthTestAgainstTerrain` value being overridden by the base layer picker widget.
- Fixed `Model` not responding to different alpha values in a `Cesium3DTileStyle`.
Full Release Notes
1.107.1 - 2023-07-13 Highlights include: * Fixed promise return value when using `viewer.flyTo` to navigate to an ImageryLayer. [#11392](https://github.com/CesiumGS/cesium/pull/11392) * Fixed `depthTestAgainstTerrain` value being overridden when using the base layer picker widget. [#11393](https://github.com/CesiumGS/cesium/issues/11393) * Fixed a bug where `Model` would not respond to different alpha values in a `Cesium3DTileStyle`. [#11399](https://github.com/CesiumGS/cesium/pull/11399) See the [changelog](https://github.com/CesiumGS/cesium/blob/1.107.1/CHANGES.md) for the complete list of changes.