@onirix/ar-engine-sdk 1.7.2 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.8.0 (2024-07-01)
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Increased performance of Spatial AR visual localization
|
|
8
|
+
|
|
3
9
|
## v1.7.2 (2024-06-17)
|
|
4
10
|
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
5
13
|
- Fix camera selection for Brave browser.
|
|
6
14
|
|
|
7
15
|
## v1.7.1 (2024-05-31)
|
|
@@ -21,7 +29,9 @@
|
|
|
21
29
|
|
|
22
30
|
## v1.6.14 (2024-05-15)
|
|
23
31
|
|
|
24
|
-
|
|
32
|
+
### Changed
|
|
33
|
+
|
|
34
|
+
- More robust rear camera selection
|
|
25
35
|
|
|
26
36
|
## v1.6.13 (2024-05-03)
|
|
27
37
|
|