From 21bf717c3ea37403d492d7faad626ce1c536fe00 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, 16 Aug 2024 08:20:08 +0000 Subject: [PATCH] changelog for v11.6.0 (#2681) 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 +- 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(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4575818f..58eaace1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ Mapbox welcomes participation and contributions from everyone. * Expose `lineTrimColor` and `lineTrimFadeRange` on `LineLayer` which allow to set custom color for trimmed line and fade effect for trim. Update navigation example to use those properties. -# 11.6.0 + +# 11.6.0 August 16, 2024 ## Breaking changes ⚠️ * [compose] Remove `StyleImage` constructor with `BitmapImage`, use `rememberStyleImage` composable function to build it instead. * [compose] Move layer properties within `*Layer` composable functions to `*LayerState` classes, use the convenient method `*Layer(sourceState, layerId, init)` with trailing lambda for easier migration. @@ -59,6 +60,7 @@ Mapbox welcomes participation and contributions from everyone. ## Dependencies * Update gl-native to v11.6.0 and common to v24.6.0. + # 11.6.0-rc.1 August 02, 2024 ## Features ✨ and improvements 🏁 * Support negative values for `CircleLayer.circleBlur` to render inner glow effect. diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 08f55b1668..01f25d80c2 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-rc.1' + implementation 'com.mapbox.extension:maps-androidauto:11.6.0' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index db4f305a7d..0b3b00c600 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-rc.1' + implementation 'com.mapbox.extension:maps-compose:11.6.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.6.0-rc.1' + implementation 'com.mapbox.maps:android:11.6.0' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index f06a1c1b72..c40bbb1e68 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-rc.1' + implementation 'com.mapbox.extension:maps-localization:11.6.0' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index d218ebaa96..f411437120 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-rc.1' + implementation 'com.mapbox.extension:maps-style:11.6.0' } ``` diff --git a/gradle.properties b/gradle.properties index 8e734c1999..27c9104bc1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.6.0-SNAPSHOT +VERSION_NAME=11.7.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 7e19f49b89..3ab1b1f4a8 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-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.6.0' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index e2e775f3a7..8ec72d4015 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-rc.1' + implementation 'com.mapbox.plugin:maps-annotation:11.6.0' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 45cfdad60a..1c5d184cb7 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-rc.1' + implementation 'com.mapbox.plugin:maps-attribution:11.6.0' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 5f2385673d..56dea29625 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-rc.1' + implementation 'com.mapbox.plugin:maps-compass:11.6.0' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.6.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.6.0' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index cb426c8def..e519c18335 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-rc.1' + implementation 'com.mapbox.plugin:maps-gestures:11.6.0' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.6.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.6.0' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 96f37fa860..44a81892dd 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-rc.1' + implementation 'com.mapbox.plugin:maps-lifecycle:11.6.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 c873f1cede..911eabba4b 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-rc.1' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.6.0' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 6a1972ba17..94e8bbeca6 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-rc.1' + implementation 'com.mapbox.plugin:maps-logo:11.6.0' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index e2224a3a71..da6548a5bf 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-rc.1' + implementation 'com.mapbox.plugin:maps-scalebar:11.6.0' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index be7fdd770e..9b47b26720 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-rc.1' + implementation 'com.mapbox.plugin:maps-viewport:11.6.0' } ```