Skip to content

Commit a70e994

Browse files
pjleonard37Release SDK bot for Maps SDK team
andauthored
Update versions for 2.10.1 release (#1031)
Co-authored-by: Release SDK bot for Maps SDK team <[email protected]>
1 parent 02b83f2 commit a70e994

File tree

11 files changed

+47
-30
lines changed

11 files changed

+47
-30
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 2.10.1
2+
3+
* Update Maps SDK to v11.14.6
4+
* Fix missing map loaded event in case vector tile is not found
5+
* [iOS] Make background location tracking consistent with server configuration
6+
* [iOS] Improve View Annotations impact on frame time.
7+
* [iOS] Optimize LineBucket triangle allocation with reusable vector.
8+
* [iOS] Re-enable symbol placement time limit by filtering only fast zoom animations.
9+
* [iOS] Limit the time spent in updating symbols when the view is animating.
10+
* [iOS] Fix 3d models dealing crash during map destruction.
11+
* [iOS] Fix location indicator rendering issues in some states.
12+
* [iOS] Fix dynamic view annotations disappearance in some states.
13+
* [Android] Fix a bug where Dynamic View Annotations disappeared in corner cases
14+
* [Android] Fix a bug where location indicator layer disappeared in certain configurations
15+
* [Android] Fix potential crash caused by a race condition
16+
* [Android] Fix frames skipped when calling mapView.setMaximumFps(..) multiple times.
17+
118
### 2.10.0
219

320
* Update Maps SDK to v11.14.0

LICENSE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## License
22

3-
Mapbox Maps for Flutter version 2.10.0
3+
Mapbox Maps for Flutter version 2.10.1
44
Mapbox Maps Flutter SDK
55

66
Copyright &copy; 2022 - 2025 Mapbox, Inc. All rights reserved.
@@ -134,7 +134,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
134134

135135
## License
136136

137-
Mapbox Maps for iOS version 11.14.0
137+
Mapbox Maps for iOS version 11.14.6
138138
Mapbox Maps iOS SDK
139139

140140
Copyright &copy; 2021 - 2025 Mapbox, Inc. All rights reserved.
@@ -165,7 +165,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
165165

166166
---
167167

168-
### MapboxCoreMaps,11.14.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
168+
### MapboxCoreMaps,11.14.6,Mapbox ToS,Mapbox,https://www.mapbox.com/
169169

170170
```
171171
Mapbox Core Maps version 11.0
@@ -1756,7 +1756,7 @@ All other rights reserved.
17561756

17571757
### License
17581758

1759-
Mapbox Maps for Android version 11.14.0
1759+
Mapbox Maps for Android version 11.14.6
17601760
Mapbox Maps Android SDK
17611761

17621762
Copyright &copy; 2021 - 2025 Mapbox, Inc. All rights reserved.
@@ -2238,7 +2238,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
22382238

22392239
===========================================================================
22402240

2241-
### MapboxCoreMaps,11.14.0,Mapbox ToS,Mapbox,https://www.mapbox.com/
2241+
### MapboxCoreMaps,11.14.6,Mapbox ToS,Mapbox,https://www.mapbox.com/
22422242

22432243
```
22442244
Mapbox Core Maps version 11.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mapbox Maps SDK Flutter SDK
22

3-
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.14.0). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
3+
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.14.6). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
44

55
Web and desktop are not supported.
66

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (file("$rootDir/gradle/ktlint.gradle").exists() && file("$rootDir/gradle/lint
5959
}
6060

6161
dependencies {
62-
implementation "com.mapbox.maps:android:11.14.0"
62+
implementation "com.mapbox.maps:android:11.14.6"
6363

6464
implementation "androidx.annotation:annotation:1.5.0"
6565
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"

example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/mapbox_maps_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mapbox_maps_flutter'
7-
s.version = '2.10.0'
7+
s.version = '2.10.1'
88

99
s.summary = 'Mapbox Maps SDK Flutter Plugin.'
1010
s.description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '14.0'
1919

20-
s.dependency 'MapboxMaps', '11.14.0'
20+
s.dependency 'MapboxMaps', '11.14.6'
2121
s.dependency 'Turf', '4.0.0'
2222

2323
# Flutter.framework does not contain a i386 slice.

ios/mapbox_maps_flutter/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/mapbox_maps_flutter/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "mapbox-maps-flutter", targets: ["mapbox_maps_flutter"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: "11.14.0"),
15+
.package(url: "https://github.com/mapbox/mapbox-maps-ios.git", exact: "11.14.6"),
1616
],
1717
targets: [
1818
.target(

lib/src/package_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
part of mapbox_maps_flutter;
22

3-
const String mapboxPluginVersion = '2.10.0';
3+
const String mapboxPluginVersion = '2.10.1';

0 commit comments

Comments
 (0)