Skip to content

Commit 5f6f21e

Browse files
zmiaogithub-actions[bot]kediarov
committed
Update main stable version and cherry-pick changelogs to main to *.16.2 (#7761)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: kediarov <[email protected]> GitOrigin-RevId: c87a50f0c5a1974d58e6ce5e08081e7879b80697
1 parent d5456a4 commit 5f6f21e

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
@@ -19,6 +19,9 @@ let options = MapInitOptions(mapStyle: .standardSatellite(lightPreset: .dusk))
1919
let mapView = MapView(frame: view.bounds, mapInitOptions: options)
2020
```
2121
* 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.
22+
## 11.16.2 - 31 October, 2025
23+
24+
## 11.16.1 - 28 October, 2025
2225

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

0 commit comments

Comments
 (0)