Skip to content

v11.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 24 Aug 08:02
· 398 commits to main since this release

11.0.0-beta.2 August 24, 2023

Breaking changes ⚠️

  • Replace style related enum classes with regular classes.
  • Migrate from android.app.AlertDialog to androidx.appcompat.app.AlertDialog for attribution plugin.
  • Rename MapboxMap.subscribeStyleImageUnused to MapboxMap.subscribeStyleImageRemoveUnused.

Features ✨ and improvements 🏁

  • Introduce experimental MapboxMapRecorder allowing to record and replay custom scenarios.
  • New compose example MulitDisplayActiviy ported from XML test app.
  • Add Mapbox Privacy Policy to attribution links.

Bug fixes 🐞

  • Fix the bug when anchor was not reset after gestures leading to an unexpected map camera animation result with incorrect CameraState.center.
  • Fix a rounding error when point lies at the edge of the screen by using rountToInt for limiting MapboxMap.pixelsForCoordinates to the bounds of MapView.
  • Fix the bug when MapboxMap.getStyle returned NULL if MapboxMap.subscribeStyleLoaded called before MapboxMap.loadStyle.
  • Fix NPE when animating edge insets types (e.g. map padding).
  • Reduce segment overlap in flood lighting to improve rendering performance.
  • Enable offline support for the Standard style.
  • Add wireframe rendering debug feature MapDebugOptions.LAYERS3_DWIREFRAME and MapDebugOptions.LAYERS2_DWIREFRAME.

Dependencies

Update dependencies:

Dependency Before After
NDK 21.4.7075529 23.2.8568313
gl-native 11.0.0-beta.2 11.0.0-beta.3
common 24.0.0-beta.2 24.0.0-beta.3