Skip to content

Commit

Permalink
changelog for v11.6.0 (#2682)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@37e406e404ca>
  • Loading branch information
mapbox-github-ci-writer-1[bot] and root committed Aug 16, 2024
1 parent a6bf751 commit 701d60e
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 18 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Mapbox welcomes participation and contributions from everyone.

* Expose `lineTrimColor` and `lineTrimFadeRange` on `LineLayer` which allow to set custom color for trimmed line and fade effect for trim. Update navigation example to use those properties.

# 11.6.0

# 11.6.0 August 16, 2024
## Breaking changes ⚠️
* [compose] Remove `StyleImage` constructor with `BitmapImage`, use `rememberStyleImage` composable function to build it instead.
* [compose] Move layer properties within `*Layer` composable functions to `*LayerState` classes, use the convenient method `*Layer(sourceState, layerId, init)` with trailing lambda for easier migration.
Expand Down Expand Up @@ -59,6 +60,7 @@ Mapbox welcomes participation and contributions from everyone.
## Dependencies
* Update gl-native to v11.6.0 and common to v24.6.0.


# 11.6.0-rc.1 August 02, 2024
## Features ✨ and improvements 🏁
* Support negative values for `CircleLayer.circleBlur` to render inner glow effect.
Expand Down
2 changes: 1 addition & 1 deletion extension-androidauto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0-rc.1'
implementation 'com.mapbox.extension:maps-androidauto:11.6.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions extension-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0-rc.1'
implementation 'com.mapbox.extension:maps-compose:11.6.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.6.0-rc.1'
implementation 'com.mapbox.maps:android:11.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion extension-localization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.extension:maps-localization:11.6.0-rc.1'
implementation 'com.mapbox.extension:maps-localization:11.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion extension-style/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.extension:maps-style:11.6.0-rc.1'
implementation 'com.mapbox.extension:maps-style:11.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-animation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-animation:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-animation:11.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-annotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-annotation:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-annotation:11.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-attribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-attribution:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-attribution:11.6.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions plugin-compass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-compass:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-compass:11.6.0'
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
implementation 'com.mapbox.plugin:maps-animation:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-animation:11.6.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions plugin-gestures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-gestures:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-gestures:11.6.0'
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
implementation 'com.mapbox.plugin:maps-animation:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-animation:11.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-lifecycle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-lifecycle:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-lifecycle:11.6.0'
// Make sure the version of appcompat is 1.3.0+
implementation 'androidx.appcompat:appcompat:1.3.0'
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-locationcomponent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
}
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-locationcomponent:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-locationcomponent:11.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-logo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-logo:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-logo:11.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-scalebar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-scalebar:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-scalebar:11.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin-viewport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ allprojects {
}
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.plugin:maps-viewport:11.6.0-rc.1'
implementation 'com.mapbox.plugin:maps-viewport:11.6.0'
}
```

Expand Down

0 comments on commit 701d60e

Please sign in to comment.