Skip to content

Commit 95a8535

Browse files
gabbopalmaandynewman10Copilotandrea689
authored
Release 0.24.1 (#661)
Co-authored-by: andynewman10 <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Andrea Valenzano <[email protected]>
1 parent d570358 commit 95a8535

File tree

18 files changed

+284
-140
lines changed

18 files changed

+284
-140
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.24.1](https://github.com/maplibre/flutter-maplibre-gl/compare/v0.24.0...v0.24.1)
7+
8+
### Fixed
9+
* Annotation tap call callbacks twice. (#652)
10+
* Annotation APIs: use null-aware access for manager-backed collections (symbols, lines, circles, fills) to avoid null errors before style load. (#657)
11+
* Add methods enforce explicit manager initialization with clear exceptions when style is not loaded. (#657)
12+
* Calling add* before style load now fails fast with a clear Exception instead of risking null dereferences or silent failures. (#657)
13+
14+
### Changed
15+
* Rollback maplibre-gl to `4.7.1` version. (#660)
16+
17+
### Added
18+
* Added `onCameraMove` callback in the controller and in MapLibreMap class. (#643)
19+
620
## [0.24.0](https://github.com/maplibre/flutter-maplibre-gl/compare/v0.23.0...v0.24.0)
721
> **Note**: This release has breaking changes.\
822
> We apologize for the quick change in 0.24.0: this version definitively stabilizes the signatures of feature interaction callbacks.

maplibre_gl/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.24.1](https://github.com/maplibre/flutter-maplibre-gl/compare/v0.24.0...v0.24.1)
2+
3+
### Fixed
4+
* Annotation tap call callbacks twice. (#652)
5+
* Annotation APIs: use null-aware access for manager-backed collections (symbols, lines, circles, fills) to avoid null errors before style load. (#657)
6+
* Add methods enforce explicit manager initialization with clear exceptions when style is not loaded. (#657)
7+
* Calling add* before style load now fails fast with a clear Exception instead of risking null dereferences or silent failures. (#657)
8+
9+
### Changed
10+
* Rollback maplibre-gl to `4.7.1` version. (#660)
11+
12+
### Added
13+
* Added `onCameraMove` callback in the controller and in MapLibreMap class. (#643)
14+
115
## [0.24.0](https://github.com/maplibre/flutter-maplibre-gl/compare/v0.23.0...v0.24.0)
216
> **Note**: This release has breaking changes.\
317
> We apologize for the quick change in 0.24.0: this version definitively stabilizes the signatures of feature interaction callbacks.

maplibre_gl/ios/maplibre_gl.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'maplibre_gl'
6-
s.version = '0.24.0'
6+
s.version = '0.24.1'
77
s.summary = 'MapLibre GL Flutter plugin'
88
s.description = <<-DESC
99
MapLibre GL Flutter plugin.

0 commit comments

Comments
 (0)