diff --git a/CHANGELOG.md b/CHANGELOG.md index 415613047d..548d645d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ Mapbox welcomes participation and contributions from everyone. -# 11.0.0-beta.6 + +# 11.0.0-beta.6 October 24, 2023 ## Breaking changes ⚠️ * Extension function `Style.getProjection()` return type changed from `Projection` to `Projection?`. * Extension function `LocationComponentPlugin.createDefault2DPuck` in `LocationComponentUtils.kt` is now stand-alone `createDefault2DPuck`. @@ -61,6 +62,7 @@ Mapbox welcomes participation and contributions from everyone. * Update gl-native to v11.0.0-beta.7 and common to v24.0.0-beta.7. + # 11.0.0-beta.5 October 09, 2023 ## Breaking changes ⚠️ * Rename `MapCameraManagerDelegate` properties for methods `cameraForCoordinateBounds`, `cameraForCoordinates` and `cameraForGeometry` to align them with `MapboxMap` methods. diff --git a/extension-localization/README.md b/extension-localization/README.md index 46b1195abb..0a0509a328 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.0.0-beta.5' + implementation 'com.mapbox.extension:maps-localization:11.0.0-beta.6' } ``` diff --git a/extension-style/README.md b/extension-style/README.md index 3bc6934bff..fc3297e23d 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.0.0-beta.5' + implementation 'com.mapbox.extension:maps-style:11.0.0-beta.6' } ``` diff --git a/plugin-animation/README.md b/plugin-animation/README.md index fda6e18a33..b1a9f6f519 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.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.6' } ``` diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md index e9397a2b21..be7f3623a4 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.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-annotation:11.0.0-beta.6' } ``` diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md index 36086b64ac..9c081e9cea 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.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-attribution:11.0.0-beta.6' } ``` diff --git a/plugin-compass/README.md b/plugin-compass/README.md index 2485ee571b..248998afcb 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.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-compass:11.0.0-beta.6' // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.6' } ``` diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md index 54dd17d54e..e955674110 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.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-gestures:11.0.0-beta.6' // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin - implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-animation:11.0.0-beta.6' } ``` diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md index 5a14126eef..27bb814f77 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.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-lifecycle:11.0.0-beta.6' // 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 90a73a4ea4..2d02b95e6a 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.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-locationcomponent:11.0.0-beta.6' } ``` diff --git a/plugin-logo/README.md b/plugin-logo/README.md index 3433d383ff..ddb019050e 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.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-logo:11.0.0-beta.6' } ``` diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md index eacc61f44b..fa28d10f5b 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.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-scalebar:11.0.0-beta.6' } ``` diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md index 2fa46354e6..e7333a961a 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.0.0-beta.5' + implementation 'com.mapbox.plugin:maps-viewport:11.0.0-beta.6' } ```