Skip to content

Commit 669a863

Browse files
Kylmakallegithub-actions[bot]
authored andcommitted
Changelogs v0.13-rc.1 (#4268)
GitOrigin-RevId: 0b7434abe6b543b638fb3bd9731f1a5e893ccc69
1 parent 69ede5d commit 669a863

File tree

15 files changed

+20
-19
lines changed

15 files changed

+20
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Mapbox welcomes participation and contributions from everyone.
77
## Features ✨ and improvements 🏁
88
* Added new `FillLayer.fillPatternCrossFade`, `FillExtrusionLayer.fillExtrusionPatternCrossFade`, `LineLayer.fillExtrusionPatternCrossFade` properties.
99

10+
1011
# 11.13.0-rc.1 June 03, 2025
1112
## Features ✨ and improvements 🏁
1213
* Introduce custom layer matrices API `CustomLayerMapProjection` in `CustomLayerRenderParameters` for globe projection.

extension-androidauto/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allprojects {
3333
// In your build.gradle, add the extension with your other dependencies.
3434
dependencies {
3535
// 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.
36-
implementation 'com.mapbox.extension:maps-androidauto:11.12.0-beta.1'
36+
implementation 'com.mapbox.extension:maps-androidauto:11.13.0-rc.1'
3737
}
3838
```
3939

extension-compose/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Working examples of the Compose extension can be found in our [compose test appl
1818
- [Use Camera Animation / Viewport APIs](#use-camera-animation--viewport-apis)
1919
- [Add Annotations to the map](#add-annotations-to-the-map)
2020
- [Add a single `CircleAnnotation` to the map](#add-a-single-circleannotation-to-the-map)
21-
- [Add multiple `CircleAnnotations` to the map in a group(more efficent for large number of annotations)](#add-multiple-circleannotations-to-the-map-in-a-groupmore-efficent-for-large-number-of-annotations)
21+
- [Add multiple `CircleAnnotations` to the map in a group(more efficient for large number of annotations)](#add-multiple-circleannotations-to-the-map-in-a-groupmore-efficient-for-large-number-of-annotations)
2222
- [Add multiple `PointAnnotations` to the map as cluster(only supported for `PointAnnotation` and `CircleAnnotation`)](#add-multiple-pointannotations-to-the-map-as-clusteronly-supported-for-pointannotation-and-circleannotation)
2323
- [Add `ViewAnnotation` to the map](#add-viewannotation-to-the-map)
2424
- [Configure Map ornaments(Compass, ScaleBar, Attribution, Logo)](#configure-map-ornamentscompass-scalebar-attribution-logo)
2525
- [Gestures settings](#gestures-settings)
26-
- [Work with runtime styling (work in progress)](#work-with-runtime-styling-work-in-progress)
26+
- [Work with runtime styling](#work-with-runtime-styling)
2727
- [Runtime styling with layers and sources](#runtime-styling-with-layers-and-sources)
2828
- [Compatibility with Maps SDK v11](#compatibility-with-maps-sdk-v11)
2929

@@ -51,11 +51,11 @@ allprojects {
5151
5252
// In your build.gradle, add the compose extension with your other dependencies.
5353
dependencies {
54-
implementation 'com.mapbox.extension:maps-compose:11.12.0-beta.1'
54+
implementation 'com.mapbox.extension:maps-compose:11.13.0-rc.1'
5555
5656
// Pick your versions of Android Mapbox Map SDK
5757
// Note that Compose extension is compatible with Maps SDK v11.0+.
58-
implementation 'com.mapbox.maps:android:11.12.0-beta.1'
58+
implementation 'com.mapbox.maps:android:11.13.0-rc.1'
5959
}
6060
```
6161

extension-localization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
3232
// In the app build.gradle file
3333
dependencies {
34-
implementation 'com.mapbox.extension:maps-localization:11.12.0-beta.1'
34+
implementation 'com.mapbox.extension:maps-localization:11.13.0-rc.1'
3535
}
3636
```
3737

extension-style/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
3333
// In the app build.gradle file
3434
dependencies {
35-
implementation 'com.mapbox.extension:maps-style:11.12.0-beta.1'
35+
implementation 'com.mapbox.extension:maps-style:11.13.0-rc.1'
3636
}
3737
```
3838

plugin-animation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
3535
// In the app build.gradle file
3636
dependencies {
37-
implementation 'com.mapbox.plugin:maps-animation:11.12.0-beta.1'
37+
implementation 'com.mapbox.plugin:maps-animation:11.13.0-rc.1'
3838
}
3939
```
4040

plugin-annotation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
3131
// In the app build.gradle file
3232
dependencies {
33-
implementation 'com.mapbox.plugin:maps-annotation:11.12.0-beta.1'
33+
implementation 'com.mapbox.plugin:maps-annotation:11.13.0-rc.1'
3434
}
3535
```
3636

plugin-attribution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allprojects {
3333
3434
// In the app build.gradle file
3535
dependencies {
36-
implementation 'com.mapbox.plugin:maps-attribution:11.12.0-beta.1'
36+
implementation 'com.mapbox.plugin:maps-attribution:11.13.0-rc.1'
3737
}
3838
```
3939

plugin-compass/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ allprojects {
3232
3333
// In the app build.gradle file
3434
dependencies {
35-
implementation 'com.mapbox.plugin:maps-compass:11.12.0-beta.1'
35+
implementation 'com.mapbox.plugin:maps-compass:11.13.0-rc.1'
3636
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37-
implementation 'com.mapbox.plugin:maps-animation:11.12.0-beta.1'
37+
implementation 'com.mapbox.plugin:maps-animation:11.13.0-rc.1'
3838
}
3939
```
4040

plugin-gestures/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ allprojects {
3030
3131
// In the app build.gradle file
3232
dependencies {
33-
implementation 'com.mapbox.plugin:maps-gestures:11.12.0-beta.1'
33+
implementation 'com.mapbox.plugin:maps-gestures:11.13.0-rc.1'
3434
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
35-
implementation 'com.mapbox.plugin:maps-animation:11.12.0-beta.1'
35+
implementation 'com.mapbox.plugin:maps-animation:11.13.0-rc.1'
3636
}
3737
```
3838

0 commit comments

Comments
 (0)