Skip to content

Commit d2c40f6

Browse files
changelog for v11.11.0 (#3033)
Co-authored-by: root <root@4353c4eec12c>
1 parent b501554 commit d2c40f6

File tree

16 files changed

+21
-19
lines changed

16 files changed

+21
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Mapbox welcomes participation and contributions from everyone.
99
* [compose] Introduce experimental `colorUseTheme` API for `AmbientLightState`, `DirectionalLightState`, and `FlatLightState` to override color theme of light.
1010
* [compose] Introduce experimental `vignetteColorUseTheme` and `colorUseTheme` for `RainState` and `SnowState` which allows overriding color theme of precipitations.
1111

12-
# 11.11.0
12+
13+
# 11.11.0 March 26, 2025
1314
## Features ✨ and improvements 🏁
1415
* Support for landmark icons. Landmark icons are stylized, uniquely designed POI icons that indicate the most popular and recognizable landmarks on the map.
1516
* Support expression input for `PromoteId`.
@@ -46,6 +47,7 @@ Mapbox welcomes participation and contributions from everyone.
4647
* Update gl-native to v11.11.0 and common to v24.11.0.
4748

4849

50+
4951
# 11.10.3 March 19, 2025
5052
## Bug fixes 🐞
5153
* Fix a bug that may cause style packs to be either inaccessible or incorrect when updating an older tile store database created with Maps SDK 11.9 or earlier versions. **In systems that have already used Maps SDK 11.10.0 through 11.10.2, a re-download of style packs may be necessary.**

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.11.0-rc.1'
36+
implementation 'com.mapbox.extension:maps-androidauto:11.11.0'
3737
}
3838
```
3939

extension-compose/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.11.0-rc.1'
54+
implementation 'com.mapbox.extension:maps-compose:11.11.0'
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.11.0-rc.1'
58+
implementation 'com.mapbox.maps:android:11.11.0'
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.11.0-rc.1'
34+
implementation 'com.mapbox.extension:maps-localization:11.11.0'
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.11.0-rc.1'
35+
implementation 'com.mapbox.extension:maps-style:11.11.0'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=11.11.0-SNAPSHOT
1+
VERSION_NAME=11.12.0-SNAPSHOT
22

33
# Project-wide Gradle settings.
44
# IDE (e.g. Android Studio) users:

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.11.0-rc.1'
37+
implementation 'com.mapbox.plugin:maps-animation:11.11.0'
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.11.0-rc.1'
33+
implementation 'com.mapbox.plugin:maps-annotation:11.11.0'
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.11.0-rc.1'
36+
implementation 'com.mapbox.plugin:maps-attribution:11.11.0'
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.11.0-rc.1'
35+
implementation 'com.mapbox.plugin:maps-compass:11.11.0'
3636
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
37-
implementation 'com.mapbox.plugin:maps-animation:11.11.0-rc.1'
37+
implementation 'com.mapbox.plugin:maps-animation:11.11.0'
3838
}
3939
```
4040

0 commit comments

Comments
 (0)