Skip to content

Commit c2f3f4d

Browse files
zmiaogithub-actions[bot]kediarovaverkhaturau
committed
[Backport to release/v0.17] Update stable version to v0.16.2 (#7837)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: kediarov <[email protected]> Co-authored-by: Alex Verkhaturau <[email protected]> GitOrigin-RevId: 33dfca243b871e69ec9ff500863fc4a641558d2c
1 parent a60d0fd commit c2f3f4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ let options = MapInitOptions(mapStyle: .standardSatellite(lightPreset: .dusk))
2121
let mapView = MapView(frame: view.bounds, mapInitOptions: options)
2222
```
2323
* Add `StyleReloadPolicy` to control style reload behavior. Use `reloadPolicy: .always` parameter in `loadStyle()` methods or `MapStyle` initializers to always reload the style even when the URI or JSON matches the currently loaded style. Defaults to `.onlyIfChanged` for optimal performance.
24+
## 11.16.2 - 31 October, 2025
25+
26+
## 11.16.1 - 28 October, 2025
2427

2528
* Introduce the `LocationManager.locationDataModel` and make it possible to use location provider from MapboxCommon. Deprecate the `LocationManager.override*` methods.
2629
Now you can choose to use the location provider from MapboxCommon.

0 commit comments

Comments
 (0)