diff --git a/CHANGELOG.md b/CHANGELOG.md index 528110f164..eedf7697fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ Mapbox welcomes participation and contributions from everyone. # main -# 11.1.0-rc.1 + +# 11.1.0-rc.1 January 04, 2024 ## Bug fixes 🐞 * Fix possible rendering artifacts on startup when `ContextMode.SHARED` is used. * Fix regression introduced in v11.1.0-beta.1 where only last added widget was rendered. @@ -18,6 +19,7 @@ Mapbox welcomes participation and contributions from everyone. ## Dependencies * Update gl-native to v11.1.0-rc.1 and common to v24.1.0-rc.1. + # 11.1.0-beta.1 December 19, 2023 ## Features ✨ and improvements 🏁 * Define minCompileSdkVersion=31 for Maps SDK libraries. diff --git a/extension-localization/README.md b/extension-localization/README.md index 5e0d2e9c32..c9a46b006a 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.1.0-beta.1' + implementation 'com.mapbox.extension:maps-localization:11.1.0-rc.1' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 8a6b1816d0..efcfb0e01c 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.1.0-beta.1' + implementation 'com.mapbox.extension:maps-style:11.1.0-rc.1' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index a1a62bc042..e7491a4636 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.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-animation:11.1.0-rc.1' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index d6b9d3da16..de2b08bc49 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.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-annotation:11.1.0-rc.1' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 4c85232aff..7264499343 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.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-attribution:11.1.0-rc.1' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 98c0a2eb9a..67e4ef4ebb 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.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-compass:11.1.0-rc.1' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-animation:11.1.0-rc.1' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index e5fc6207f5..8da68fbf82 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.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-gestures:11.1.0-rc.1' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-animation:11.1.0-rc.1' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index f9dd523350..93e9a717e2 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.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-lifecycle:11.1.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 0979087471..941c377af0 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.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.1.0-rc.1' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 8240a82759..171d5f9840 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.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-logo:11.1.0-rc.1' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 2bcccf06c6..35cf7e6333 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.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-scalebar:11.1.0-rc.1' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 3b854f7de7..e23392e901 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.1.0-beta.1' + implementation 'com.mapbox.plugin:maps-viewport:11.1.0-rc.1' } ```