From 9adf323fd25a18e3c739aed370a28d7dc91dbfdc Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-5[bot]" <79159111+mapbox-github-ci-writer-5[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 10:07:35 +0000 Subject: [PATCH] changelog for v10.18.0 (#2499) Co-authored-by: root --- CHANGELOG.md | 7 +++++-- 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 +- 13 files changed, 19 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2a80c7e6..1158c71e76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,18 @@ Mapbox welcomes participation and contributions from everyone. -# 10.18.0 + +# 10.18.0 May 23, 2024 ## Bug fixes 🐞 * Reduce unnecessary usage of main thread during lifecycle monitoring. -* Fixed invalid circle order while using circle-sort-key. Fixed duplicate circles in static viewport mode. +* Fixed invalid circle order while using circle-sort-key. +* Fixed duplicate circles in static viewport mode. * Fixed a crash during style change. ## Dependencies * Update gl-native to v10.18.0 and common to v23.10.0. + # 10.17.1 May 10, 2024 ## Features ✨ and improvements 🏁 * Add experimental `MapView.setSnapshotLegacyMode` function to help avoiding `MapView.snapshot` native crash on some Samsung devices running Android 14. diff --git a/extension-localization/README.md b/extension-localization/README.md index 69f22054ac..b4fd8492f6 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:10.17.0' + implementation 'com.mapbox.extension:maps-localization:10.18.0' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 8d4ab87203..3b825c2b57 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:10.17.0' + implementation 'com.mapbox.extension:maps-style:10.18.0' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index f64e5b5d95..38f599b1fc 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:10.17.0' + implementation 'com.mapbox.plugin:maps-animation:10.18.0' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 19d369f1c4..e125230628 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:10.17.0' + implementation 'com.mapbox.plugin:maps-annotation:10.18.0' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 80ce5cc1c3..e8df19e013 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:10.17.0' + implementation 'com.mapbox.plugin:maps-attribution:10.18.0' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 036baeb421..9f60f7a41f 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:10.17.0' + implementation 'com.mapbox.plugin:maps-compass:10.18.0' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.17.0' + implementation 'com.mapbox.plugin:maps-animation:10.18.0' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 6d4d1f17b1..aebb2b7a4c 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:10.17.0' + implementation 'com.mapbox.plugin:maps-gestures:10.18.0' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:10.17.0' + implementation 'com.mapbox.plugin:maps-animation:10.18.0' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 8af783687e..5d86aa54be 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:10.17.0' + implementation 'com.mapbox.plugin:maps-lifecycle:10.18.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 5e5ddf5915..1517a46fd8 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:10.17.0' + implementation 'com.mapbox.plugin:maps-locationcomponent:10.18.0' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index c657fa6a1e..bc459849b3 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:10.17.0' + implementation 'com.mapbox.plugin:maps-logo:10.18.0' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index e09af06666..7ee94fc30f 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:10.17.0' + implementation 'com.mapbox.plugin:maps-scalebar:10.18.0' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 57de443715..9ec90b97ab 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:10.17.0' + implementation 'com.mapbox.plugin:maps-viewport:10.18.0' } ```