@onirix/ar-engine-sdk 1.6.7 → 1.6.9
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 +13 -0
- 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,8 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.6.9 (2024-04-05)
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Fixed a FOV issue within Web XR sessions
|
|
8
|
+
|
|
9
|
+
## v1.6.8 (2024-04-03)
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- Supporting Spatial AR from Onirix Player app
|
|
14
|
+
|
|
3
15
|
## v1.6.7 (2024-03-18)
|
|
4
16
|
|
|
5
17
|
### Fixed
|
|
18
|
+
|
|
6
19
|
- Fix camera feed placement in Samsung Internet.
|
|
7
20
|
|
|
8
21
|
## v1.6.6 (2024-03-15)
|