From a8dc5ce0339d508802bc0c99a5b4a919a6513f6c 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: Mon, 11 Nov 2024 14:12:06 +0000 Subject: [PATCH] changelog for v11.8.0 (#2851) Co-authored-by: root --- CHANGELOG.md | 4 +++- 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, 20 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca869b283..00b963a05f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ Mapbox welcomes participation and contributions from everyone. # main -# 11.8.0 + +# 11.8.0 November 11, 2024 ## Breaking changes ⚠️ * Change the signature of experimental `MapboxMap.queryRenderedFeatures(RenderedQueryGeometry, TypedFeaturesetDescriptor, Value?, QueryRenderedFeaturesetFeaturesCallback)` to `MapboxMap.queryRenderedFeatures(TypedFeaturesetDescriptor, RenderedQueryGeometry?, Value?, QueryRenderedFeaturesetFeaturesCallback)`. `RenderedQueryGeometry` being NULL is equivalent to passing a bounding box encompassing the entire map viewport. * [compose] Change the signature of experimental `MapState.queryRenderedFeatures(RenderedQueryGeometry, TypedFeaturesetDescriptor, Expression?): List` to `MapState.queryRenderedFeatures(TypedFeaturesetDescriptor, RenderedQueryGeometry?, Expression?): List`. `RenderedQueryGeometry` being NULL is equivalent to passing a bounding box encompassing the entire map viewport. @@ -64,6 +65,7 @@ Mapbox welcomes participation and contributions from everyone. * Update gl-native to v11.8.0 and common to v24.8.0. + # 11.7.2 November 05, 2024 ## Bug fixes 🐞 * Fix terrain related snapshotter crash. diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 5a7f550b8a..aefbbf57bc 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.8.0-rc.1' + implementation 'com.mapbox.extension:maps-androidauto:11.8.0' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index c7a7acec46..9c21d19648 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.8.0-rc.1' + implementation 'com.mapbox.extension:maps-compose:11.8.0' // 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.8.0-rc.1' + implementation 'com.mapbox.maps:android:11.8.0' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index fabe211cd1..7690e2797a 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.8.0-rc.1' + implementation 'com.mapbox.extension:maps-localization:11.8.0' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index ea6e689f0f..d9ea5611c7 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.8.0-rc.1' + implementation 'com.mapbox.extension:maps-style:11.8.0' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index ca769cb835..85a130829e 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.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.8.0' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 98892e5011..bcfa25638c 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.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-annotation:11.8.0' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 91d25aa1b0..821fb518ab 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.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-attribution:11.8.0' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index a8d09b0516..6438a78ed5 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.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-compass:11.8.0' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.8.0' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 9510c4f662..de667db997 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.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-gestures:11.8.0' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.8.0' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index dd039279e4..56ccbd5537 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.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-lifecycle:11.8.0' // 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 005edb3929..8d99d77fa2 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.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.8.0' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 0ad0276130..46de899ae3 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.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-logo:11.8.0' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index a760e37f75..9930684152 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.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-scalebar:11.8.0' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 36a82eb1d1..b56d12a05e 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.8.0-rc.1' + implementation 'com.mapbox.plugin:maps-viewport:11.8.0' } ```