From 1ce51514c12840555dbdfc2ba6b066b49ee418c8 Mon Sep 17 00:00:00 2001 From: Roman Laitarenko Date: Thu, 19 Sep 2024 16:05:07 +0300 Subject: [PATCH] Bump SDK version to 2.3.0-rc.1 (#696) --- CHANGELOG.md | 3 ++- README.md | 4 ++-- ios/mapbox_maps_flutter.podspec | 2 +- lib/src/map_widget.dart | 2 +- pubspec.yaml | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d43a362..5bb99e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### main +### 2.3.0-rc.1 * Expose API to clear map data, and to set options to `TileStore`. @@ -51,6 +51,7 @@ circleAnnotationManager.setCircleColor(Colors.blue.value); * Expose experimental `lineTrimColor` and `lineTrimFadeRange` on `LineLayer` which allow to set custom color for trimmed line and fade effect for trim. * Add experimental `FillExtrusionLayer.fillExtrusionLineWidth` that can switch fill extrusion rendering into wall rendering mode. Use this property to render the feature with the given width over the outlines of the geometry. * Add experimental `MapboxMap.setSnapshotLegacyMode()` to help avoiding `MapboxMap.snapshot()` native crash on some Samsung devices running Android 14. `MapboxMap.setSnapshotLegacyMode()` has no effect on iOS. +* Bump Maps SDK to 11.7.0-rc.1 ### 2.3.0-beta.1 diff --git a/README.md b/README.md index cb701d1b..ba1e841a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mapbox Maps SDK Flutter SDK -The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.7.0-beta.1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. +The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.7.0-rc.1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS. Web and desktop are not supported. @@ -113,7 +113,7 @@ To use the Maps Flutter SDK add the git dependency to the pubspec.yaml: ``` dependencies: - mapbox_maps_flutter: ^2.3.0-beta.1 + mapbox_maps_flutter: ^2.3.0-rc.1 ``` ### Configure permissions diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index f8015862..11b3b998 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.3.0-beta.1' + s.version = '2.3.0-rc.1' s.summary = 'Mapbox Maps SDK Flutter Plugin.' s.description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.' diff --git a/lib/src/map_widget.dart b/lib/src/map_widget.dart index b72d263d..95889763 100644 --- a/lib/src/map_widget.dart +++ b/lib/src/map_widget.dart @@ -185,7 +185,7 @@ class _MapWidgetState extends State { 'textureView': widget.textureView, 'styleUri': widget.styleUri, 'channelSuffix': _suffix, - 'mapboxPluginVersion': '2.3.0-beta.1', + 'mapboxPluginVersion': '2.3.0-rc.1', 'eventTypes': _events.eventTypes.map((e) => e.index).toList(), }; diff --git a/pubspec.yaml b/pubspec.yaml index 6aba3eb0..4e2f0ec1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.3.0-beta.1 +version: 2.3.0-rc.1 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: