We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53d336 commit 5023fe7Copy full SHA for 5023fe7
CHANGELOG.md
@@ -10,6 +10,18 @@ Versioning].
10
11
## Unreleased
12
13
+## [v0.13.2] - 2024-08-09
14
+
15
+[v0.13.2]: https://github.com/ezzatron/fake-geolocation/releases/tag/v0.13.2
16
17
+### Fixed
18
19
+- Fixed an issue that prevented `observer.waitForCoordinates()` from working
20
+ with coordinates that have a `NaN` value for the `heading` property.
21
+- Fixed a race condition that could prevent geolocation positions from being
22
+ dispatched to a position watch before an associated
23
+ `observer.waitForCoordinates()` call resolved.
24
25
## [v0.13.1] - 2024-08-08
26
27
[v0.13.1]: https://github.com/ezzatron/fake-geolocation/releases/tag/v0.13.1
0 commit comments