From b5802714c91775dc9175eb1b26817dbccce4b16f Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-1[bot]" <79158907+mapbox-github-ci-writer-1[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:59:21 +0000 Subject: [PATCH] changelog for v11.6.0-rc.1 (#2663) Co-authored-by: root --- CHANGELOG.md | 7 ++++--- extension-androidauto/README.md | 2 +- extension-compose/README.md | 4 ++-- extension-localization/README.md | 2 +- extension-style/README.md | 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 +- 15 files changed, 21 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338e78d46e..24791b7a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ Mapbox welcomes participation and contributions from everyone. # main -# 11.6.0-rc.1 + +# 11.6.0-rc.1 August 02, 2024 ## Features ✨ and improvements 🏁 * Support negative values for `CircleLayer.circleBlur` to render inner glow effect. * Add new `Style.STANDARD_SATELLITE` style that combines updated satellite imagery and vector layers. @@ -18,9 +19,9 @@ Mapbox welcomes participation and contributions from everyone. ## Dependencies * Update gl-native to v11.6.0-rc.1 and common to v24.6.0-rc.1. - ## Known issues -* `ClipLayer` property `clipLayerTypes` is not updated in runtime. The fix is expected to land in stable 11.6.0. +* Experimental `ClipLayer`'s property `clipLayerTypes` is not updated in runtime. The fix is expected to land in stable 11.6.0. + # 11.5.1 July 25, 2024 ## Bug fixes 🐞 diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index f50ef62346..08f55b1668 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.6.0-beta.1' + implementation 'com.mapbox.extension:maps-androidauto:11.6.0-rc.1' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index ba1fdcd3a8..db4f305a7d 100644 --- a/extension-compose/README.md +++ b/extension-compose/README.md @@ -51,11 +51,11 @@ allprojects { // In your build.gradle, add the compose extension with your other dependencies. dependencies { - implementation 'com.mapbox.extension:maps-compose:11.6.0-beta.1' + implementation 'com.mapbox.extension:maps-compose:11.6.0-rc.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.6.0-beta.1' + implementation 'com.mapbox.maps:android:11.6.0-rc.1' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index f1117ae4a9..f06a1c1b72 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.6.0-beta.1' + implementation 'com.mapbox.extension:maps-localization:11.6.0-rc.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 15eabc358a..d218ebaa96 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.6.0-beta.1' + implementation 'com.mapbox.extension:maps-style:11.6.0-rc.1' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 5dd15394a2..7e19f49b89 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.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-animation:11.6.0-rc.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index a52c33acc0..e2e775f3a7 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.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-annotation:11.6.0-rc.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 20200ba5da..45cfdad60a 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.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-attribution:11.6.0-rc.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 3183033ce7..5f2385673d 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.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-compass:11.6.0-rc.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-animation:11.6.0-rc.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 6b88276dd6..cb426c8def 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.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-gestures:11.6.0-rc.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-animation:11.6.0-rc.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 753ca135f9..96f37fa860 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.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-lifecycle:11.6.0-rc.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 1561a3e159..c873f1cede 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.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.6.0-rc.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index c0308b434b..6a1972ba17 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.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-logo:11.6.0-rc.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 22ec4452c0..e2224a3a71 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.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-scalebar:11.6.0-rc.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 62c8f18386..be7fdd770e 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.6.0-beta.1' + implementation 'com.mapbox.plugin:maps-viewport:11.6.0-rc.1' } ```