Skip to content

v0.26.1

Choose a tag to compare

@gabbopalma gabbopalma released this 14 May 20:30
· 18 commits to main since this release
14d8dec

0.26.1

Note: Several users reported crashes on a range of Android devices after upgrading to 0.26.0, particularly on older / less recent hardware. These issues are addressed in 0.26.1 (see the Android fixes below).

Fixed

  • Android: Hybrid composition now correctly enables textureMode when necessary, preventing crashes and rendering and issues with platform views (#816).
  • Android: Null-check mapView inside the onResume repaint runnable to avoid NullPointerException when the map is disposed (e.g. dialogs/bottom sheets) before the posted runnable drains (#809).
  • De-register the annotation drag callback on AnnotationManager.dispose() to prevent jumpy drags and _idToAnnotation.containsKey crashes after style reloads on Android and iOS (#806).

Changed

  • Android: MapLibre Android SDK upgraded from 13.0.2 to 13.1.0 (#811).
  • iOS: MapLibre iOS upgraded from 6.25.1 to 6.26.0.

Docs

  • Web: Updated maplibre-gl JavaScript and CSS version to 5.24.0 in README.md to avoid NoSuchMethodError on MapLibreMap dispose with the previously referenced 4.3.0 version (#814).

Contributors

Full Changelog: v0.26.0...v0.26.1