@onirix/ar-engine-sdk 1.6.4 → 1.6.6
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 +18 -0
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +3 -3
- package/package.json +1 -1
- package/dist/worker-a.js +0 -13
- package/dist/worker-b.js +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.6.6 (2024-03-15)
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Avoid asking for WebXR permissions from Onirix Player app
|
|
8
|
+
|
|
9
|
+
## v1.6.5 (2024-02-28)
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- Upgraded SDK package for Spatial mode now simplifies deployment by eliminating the need for self-hosting workers on user domains.
|
|
14
|
+
|
|
15
|
+
## v1.6.4 (2024-02-28)
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- Added 'highResolutionCamera' configuration parameter (default: false) to increase the resolution of the camera feed.
|
|
20
|
+
|
|
3
21
|
## v1.6.3 (2024-02-14)
|
|
4
22
|
|
|
5
23
|
### Added
|