Skip to content

Commit

Permalink
Add changelog for 11.3.0 (#2376)
Browse files Browse the repository at this point in the history
* changelog for v11.3.0

* fix changelog

---------

Co-authored-by: root <root@3685427eb227>
Co-authored-by: kiryldz <[email protected]>
  • Loading branch information
3 people authored Apr 11, 2024
1 parent 7744a1f commit 4402ede
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 19 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Mapbox welcomes participation and contributions from everyone.

# main

# 11.3.0

# 11.3.0 April 11, 2024
## Breaking changes ⚠️
* [compose] Introduce experimental `ComposeMapInitOptions` and remove `mapInitOptionsFactory`.
* [compose] Replace experimental `MapboxMap.compassSettings`, `MapboxMap.scaleBarSettings`, `MapboxMap.logoSettings`, `MapboxMap.attributionSettings` with composable functions in dedicated scopes: `MapCompassScope.Compass()`, `MapScaleBarScope.ScaleBar()`, `MapLogoScope.Logo()`, `MapAttributionScope.Attribution()`.
Expand All @@ -25,7 +26,7 @@ Mapbox welcomes participation and contributions from everyone.
* Enable `TileStore` delta updates by default for Maps domain.
* Add `TileStore.estimateTileRegion` API for estimating Tile Region downloads and storage size.

# Bug fixes 🐞
## Bug fixes 🐞
* [compose] Fix a bug introduced in `11.3.0-beta.1` where AnnotationGroup items updates were skipped.
* [compose] Fix `ViewAnnotation` not cleared when it leaves composition.
* [compose] Fix the `IndexOutOfBoundsException` because of `RootNode` of `MapboxMap` node tree being shared across multiple maps.
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.3.0-rc.1'
implementation 'com.mapbox.extension:maps-androidauto:11.3.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 @@ -49,11 +49,11 @@ allprojects {
// In your build.gradle, add the compose extension with your other dependencies.
dependencies {
implementation 'com.mapbox.extension:maps-compose:11.3.0-rc.1'
implementation 'com.mapbox.extension:maps-compose:11.3.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.3.0-rc.1'
implementation 'com.mapbox.maps:android:11.3.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.3.0-rc.1'
implementation 'com.mapbox.extension:maps-localization:11.3.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.3.0-rc.1'
implementation 'com.mapbox.extension:maps-style:11.3.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.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-animation:11.3.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.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-annotation:11.3.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.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-attribution:11.3.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.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-compass:11.3.0'
// Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
implementation 'com.mapbox.plugin:maps-animation:11.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-animation:11.3.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.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-gestures:11.3.0'
// Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
implementation 'com.mapbox.plugin:maps-animation:11.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-animation:11.3.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.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-lifecycle:11.3.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.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-locationcomponent:11.3.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.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-logo:11.3.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.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-scalebar:11.3.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.3.0-rc.1'
implementation 'com.mapbox.plugin:maps-viewport:11.3.0'
}
```

Expand Down

0 comments on commit 4402ede

Please sign in to comment.