Skip to content

v0.24.1

Latest

Choose a tag to compare

@gabbopalma gabbopalma released this 20 Oct 16:15
95a8535

What's Changed

Added

  • Added onCameraMove callback in the controller and in MapLibreMap class. (#643)

Changed

  • Rollback maplibre-gl to 4.7.1 version. (#660)

Fixed

  • Annotation tap call callbacks twice. (#652)
  • Annotation APIs: use null-aware access for manager-backed collections (symbols, lines, circles, fills) to avoid null errors before style load. (#657)
  • Add methods enforce explicit manager initialization with clear exceptions when style is not loaded. (#657)
  • Calling add* before style load now fails fast with a clear Exception instead of risking null dereferences or silent failures. (#657)

A big thank you to everyone who contributed to this update!

Contributors: @andynewman10, @andrea689, @gabbopalma
Full Changelog: v0.24.0...v0.24.1