From 4d87bf4a679be0f37eaa56bd6632ac55dd4e3676 Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-2[bot]" <79158971+mapbox-github-ci-writer-2[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:01:50 +0000 Subject: [PATCH] changelog for v11.3.0-beta.1 (#2312) Co-authored-by: root --- CHANGELOG.md | 3 +++ extension-androidauto/README.md | 2 +- extension-compose/README.md | 4 ++-- extension-localization/README.md | 2 +- extension-style/README.md | 2 +- gradle.properties | 2 +- plugin-animation/README.md | 2 +- plugin-annotation/README.md | 2 +- plugin-attribution/README.md | 2 +- plugin-compass/README.md | 4 ++-- plugin-gestures/README.md | 4 ++-- plugin-lifecycle/README.md | 2 +- plugin-locationcomponent/README.md | 2 +- plugin-logo/README.md | 2 +- plugin-scalebar/README.md | 2 +- plugin-viewport/README.md | 2 +- 16 files changed, 21 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aafcfac8c..53b67b9ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Mapbox welcomes participation and contributions from everyone. # main + +# 11.3.0-beta.1 March 14, 2024 ## Breaking changes ⚠️ * [compose] Replace experimental `MapboxMap.compassSettings`, `MapboxMap.scaleBarSettings`, `MapboxMap.logoSettings`, `MapboxMap.attributionSettings` with composable functions in dedicated scopes: `MapCompassScope.Compass()`, `MapScaleBarScope.ScaleBar()`, `MapLogoScope.Logo()`, `MapAttributionScope.Attribution()`. @@ -38,6 +40,7 @@ Mapbox welcomes participation and contributions from everyone. ## Dependencies * Update gl-native to v11.3.0-beta.1 and common to v24.3.0-beta.1. + # 11.2.0 February 29, 2024 ## Features ✨ and improvements 🏁 * Introduce better way of SDK initialization to avoid `java.lang.UnsatisfiedLinkError` exception on process startup. If the native library is still not found when actual Mapbox API is called, meaningful `MapboxInitializerException` is thrown and could be caught and processed on user's side. diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 971e26c517..70a166785f 100644 --- a/extension-androidauto/README.md +++ b/extension-androidauto/README.md @@ -33,7 +33,7 @@ allprojects { // In your build.gradle, add the extension with your other dependencies. dependencies { // Note that the Mapbox Android Auto Extension depends on the entire Mapbox Maps SDK, it will bring the whole Mapbox Maps SDK with the same version as transitive dependency. - implementation 'com.mapbox.extension:maps-androidauto:11.2.0' + implementation 'com.mapbox.extension:maps-androidauto:11.3.0-beta.1' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index 4b0edf1cb6..e297a4c5b2 100644 --- a/extension-compose/README.md +++ b/extension-compose/README.md @@ -49,11 +49,11 @@ allprojects { // In your build.gradle, add the compose extension with your other dependencies. dependencies { - implementation 'com.mapbox.extension:maps-compose:11.2.0' + implementation 'com.mapbox.extension:maps-compose:11.3.0-beta.1' // Pick your versions of Android Mapbox Map SDK // Note that Compose extension is compatible with Maps SDK v11.0+. - implementation 'com.mapbox.maps:android:11.2.0' + implementation 'com.mapbox.maps:android:11.3.0-beta.1' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index 97dec1c156..43e050bab1 100644 --- a/extension-localization/README.md +++ b/extension-localization/README.md @@ -31,7 +31,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.extension:maps-localization:11.2.0' + implementation 'com.mapbox.extension:maps-localization:11.3.0-beta.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 3f4fd8fe96..7a61f5d231 100644 --- a/extension-style/README.md +++ b/extension-style/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.extension:maps-style:11.2.0' + implementation 'com.mapbox.extension:maps-style:11.3.0-beta.1' } ``` diff --git a/gradle.properties b/gradle.properties index 143ce9da59..0f7656f2ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.2.0-SNAPSHOT +VERSION_NAME=11.3.0-SNAPSHOT # Project-wide Gradle settings. # IDE (e.g. Android Studio) users: diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 7625f13d3a..47d4fd1a8b 100644 --- a/plugin-animation/README.md +++ b/plugin-animation/README.md @@ -34,7 +34,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-animation:11.2.0' + implementation 'com.mapbox.plugin:maps-animation:11.3.0-beta.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index e5fa0a7d47..868d866759 100644 --- a/plugin-annotation/README.md +++ b/plugin-annotation/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-annotation:11.2.0' + implementation 'com.mapbox.plugin:maps-annotation:11.3.0-beta.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 445b6dcad9..6e3c3d3e00 100644 --- a/plugin-attribution/README.md +++ b/plugin-attribution/README.md @@ -33,7 +33,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-attribution:11.2.0' + implementation 'com.mapbox.plugin:maps-attribution:11.3.0-beta.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index b3562c2f93..1456bc16a2 100644 --- a/plugin-compass/README.md +++ b/plugin-compass/README.md @@ -32,9 +32,9 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-compass:11.2.0' + implementation 'com.mapbox.plugin:maps-compass:11.3.0-beta.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.2.0' + implementation 'com.mapbox.plugin:maps-animation:11.3.0-beta.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 43c877f128..654fda5f8f 100644 --- a/plugin-gestures/README.md +++ b/plugin-gestures/README.md @@ -30,9 +30,9 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-gestures:11.2.0' + implementation 'com.mapbox.plugin:maps-gestures:11.3.0-beta.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.2.0' + implementation 'com.mapbox.plugin:maps-animation:11.3.0-beta.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index fa012386e3..30a7d843f1 100644 --- a/plugin-lifecycle/README.md +++ b/plugin-lifecycle/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-lifecycle:11.2.0' + implementation 'com.mapbox.plugin:maps-lifecycle:11.3.0-beta.1' // Make sure the version of appcompat is 1.3.0+ implementation 'androidx.appcompat:appcompat:1.3.0' } diff --git a/plugin-locationcomponent/README.md b/plugin-locationcomponent/README.md index 78d94f00fd..772666a576 100644 --- a/plugin-locationcomponent/README.md +++ b/plugin-locationcomponent/README.md @@ -32,7 +32,7 @@ allprojects { } // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-locationcomponent:11.2.0' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.3.0-beta.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index fa0ad629e9..aca2977302 100644 --- a/plugin-logo/README.md +++ b/plugin-logo/README.md @@ -30,7 +30,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-logo:11.2.0' + implementation 'com.mapbox.plugin:maps-logo:11.3.0-beta.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index d941e558dd..040236db82 100644 --- a/plugin-scalebar/README.md +++ b/plugin-scalebar/README.md @@ -32,7 +32,7 @@ allprojects { // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-scalebar:11.2.0' + implementation 'com.mapbox.plugin:maps-scalebar:11.3.0-beta.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 7867583631..81af354cb8 100644 --- a/plugin-viewport/README.md +++ b/plugin-viewport/README.md @@ -50,7 +50,7 @@ allprojects { } // In the app build.gradle file dependencies { - implementation 'com.mapbox.plugin:maps-viewport:11.2.0' + implementation 'com.mapbox.plugin:maps-viewport:11.3.0-beta.1' } ```