diff --git a/CHANGELOG.md b/CHANGELOG.md index b83b2b72ee..5fc9bdfecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ Mapbox welcomes participation and contributions from everyone. # main -# 11.7.0 + +# 11.7.0 September 26, 2024 ## Features ✨ and improvements 🏁 * [compose] Introduce `PointAnnotationState.iconOcclusionOpacity`, `PointAnnotationState.textOcclusionOpacity` to control occlusion opacity for individual point annotation. * [compose] Remove `MapboxExperimental` from `PolylineAnnotationGroupState.lineOcclusionOpacity`, `PointAnnotationGroupState.iconOcclusionOpacity`, `PointAnnotationGroupState.textOcclusionOpacity`. @@ -77,6 +78,7 @@ Mapbox welcomes participation and contributions from everyone. * Update gl-native to v11.7.0 and common to v24.7.0. + # 11.7.0-rc.1 September 16, 2024 ## Breaking changes ⚠️ * Experimental interactive features API changes: diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md index e294d0a967..d0737b728d 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.7.0-rc.1' + implementation 'com.mapbox.extension:maps-androidauto:11.7.0' } ``` diff --git a/extension-compose/README.md b/extension-compose/README.md index 6ae1f6913f..92b7b9e3aa 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.7.0-rc.1' + implementation 'com.mapbox.extension:maps-compose:11.7.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.7.0-rc.1' + implementation 'com.mapbox.maps:android:11.7.0' } ``` diff --git a/extension-localization/README.md b/extension-localization/README.md index 1ed12e3706..e6c68d414e 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.7.0-rc.1' + implementation 'com.mapbox.extension:maps-localization:11.7.0' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 36316d8bfa..9ab08d9fe8 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.7.0-rc.1' + implementation 'com.mapbox.extension:maps-style:11.7.0' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index 3a71dd0f40..2d28a32d89 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.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.7.0' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index ed1793971f..aee420b836 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.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-annotation:11.7.0' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 5b16866455..c322687b42 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.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-attribution:11.7.0' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index c6262875c4..2480e3ea47 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.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-compass:11.7.0' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.7.0' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 4b8850793d..5a40a7ff0b 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.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-gestures:11.7.0' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-animation:11.7.0' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 56206d3faa..dac3b462bb 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.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-lifecycle:11.7.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 6fb231cf7b..7ac541e106 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.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.7.0' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 03e09582cb..6696a293b9 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.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-logo:11.7.0' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index 85aa4445ba..b44896ce7f 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.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-scalebar:11.7.0' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 916040bc4b..d392fb8901 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.7.0-rc.1' + implementation 'com.mapbox.plugin:maps-viewport:11.7.0' } ```