Skip to content

v10.11.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 26 Jan 16:49
· 9 commits to v10.11 since this release
9a44906

10.11.0-rc.1 January 26, 2023

Features ✨ and improvements 🏁

  • Improve performance for style switch use cases by avoiding unneeded tiles re-layout. (1953)

Bug fixes 🐞

  • Fix a bug where flyTo animation request invalid tiles from map engine. (1949)
  • Deprecate pattern and dash transition properties for layer (e.g. BackgroundLayer.backgroundPatternTransition, FillExtrusionLayer.fillExtrusionPatternTransition, FillLayer.fillPatternTransition, LineLayer.lineDasharrayTransition, LineLayer.linePatternTransition, ...). (1941)
  • Fix terrain tiles missing issue when running in the emulator and some android devices. (1953)

Dependencies

  • Update gl-native to v10.11.0-rc.1 and common to v23.3.0-rc.1. (1953)

Known issues

  • If last location is not available, LocationEngine will throw a NullPointerException.