@onirix/ar-engine-sdk 1.6.4 → 1.6.6

Sign up to get free protection for your applications and to get access to all the features.
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