From 7faf620b4694bd50f4b4399abcf6eca29e3173ba Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-4[bot]" <79159080+mapbox-github-ci-writer-4[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:51:50 +0000 Subject: [PATCH] changelog for v11.5.0-beta.1 (#2535) Co-authored-by: root --- CHANGELOG.md | 5 ++++- 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, 22 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d95bb077..7f9b9d8fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ Mapbox welcomes participation and contributions from everyone. # main + +# 11.5.0-beta.1 June 11, 2024 ## Breaking changes ⚠️ * [compose] Move `Projection` to `generated` package and rename `default` values to `DEFAULT`. * [compose] Rename `LightPreset` to `LightPresetValue`. @@ -30,12 +32,13 @@ Mapbox welcomes participation and contributions from everyone. * Fix accuracy ring related location settings updates not being rendered immediately. * Fix a crash for Draco compressed 3D models whose geometry share indices. * Fix tile rendering errors when the composited source tile components are overscaled. -* Fixed transparent areas in overlapped polygons of MultiPolygon feature. +* Fix transparent areas in overlapped polygons of MultiPolygon feature. * Fix crash on multiple style pack loading operations. ## Dependencies * Update gl-native to v11.5.0-beta.1 and common to v24.5.0-beta.4. + # 11.4.1 June 03, 2024 ## Bug fixes 🐞 * Fix an issue that `getLight` API always returns null. diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index 219cd3bf87..fd801940a8 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.4.0' + implementation 'com.mapbox.extension:maps-androidauto:11.5.0-beta.1' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index 1a7279075a..afc9455249 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.4.0' + implementation 'com.mapbox.extension:maps-compose:11.5.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.4.0' + implementation 'com.mapbox.maps:android:11.5.0-beta.1' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index 947314873a..7528152d00 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.4.0' + implementation 'com.mapbox.extension:maps-localization:11.5.0-beta.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 97d0cb038f..56e200d427 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.4.0' + implementation 'com.mapbox.extension:maps-style:11.5.0-beta.1' } ``` diff --git a/gradle.properties b/gradle.properties index be24117458..2027d05d88 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.4.0-SNAPSHOT +VERSION_NAME=11.5.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 8ab75c8832..3dfa864e01 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.4.0' + implementation 'com.mapbox.plugin:maps-animation:11.5.0-beta.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index 48259dd821..b69e58bd88 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.4.0' + implementation 'com.mapbox.plugin:maps-annotation:11.5.0-beta.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 3216f95e64..20d889e76a 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.4.0' + implementation 'com.mapbox.plugin:maps-attribution:11.5.0-beta.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 87c0aff958..ecea878581 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.4.0' + implementation 'com.mapbox.plugin:maps-compass:11.5.0-beta.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.4.0' + implementation 'com.mapbox.plugin:maps-animation:11.5.0-beta.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 1d45ef75a3..85b14918d9 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.4.0' + implementation 'com.mapbox.plugin:maps-gestures:11.5.0-beta.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.4.0' + implementation 'com.mapbox.plugin:maps-animation:11.5.0-beta.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 9db1ee7a5f..bbee5a0056 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.4.0' + implementation 'com.mapbox.plugin:maps-lifecycle:11.5.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 b163a1b6c9..5e5e1e7ee0 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.4.0' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.5.0-beta.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index cce784379b..9a2acbd85c 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.4.0' + implementation 'com.mapbox.plugin:maps-logo:11.5.0-beta.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 7da99f6cd1..5d31121301 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.4.0' + implementation 'com.mapbox.plugin:maps-scalebar:11.5.0-beta.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 1c5eebdb14..28a24be709 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.4.0' + implementation 'com.mapbox.plugin:maps-viewport:11.5.0-beta.1' } ```