File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+
9
+
10
+ ## Version 0.3.2 - 2024-11-11
11
+
12
+ ### Fixed
13
+
14
+ - Reverts changes in 0.3.1; they were ultimately unnecessary and introduced a new bug, stopping location updates.
15
+
8
16
## Version 0.3.1 - 2024-10-17
9
17
10
18
### Fixed
Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentab
106
106
camera: camera,
107
107
animated: isStyleLoaded)
108
108
}
109
- uiViewController. mapView. locationManager = locationManager
110
109
}
111
110
112
111
@MainActor private func applyModifiers( _ mapViewController: T , runUnsafe: Bool ) {
You can’t perform that action at this time.
0 commit comments