@onirix/ar-engine-sdk 1.8.4 → 1.8.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.8.6 (2024-11-13)
4
+
5
+ ### Added
6
+
7
+ - Included ‘OnWebXRUnsupported’ event which fires up when WebXR API is not available.
8
+ - Added a new fallback method to hot-swap into SLAM (Onirix World-Tracking) or Rotation modes while in a faulty WebXR session (not initializing or not receiving hit test updates).
9
+
10
+ ## v1.8.5 (2024-10-09)
11
+
12
+ ### Added
13
+
14
+ - Improvements on visual localization for Spatial AR.
15
+
3
16
  ## v1.8.4 (2024-09-26)
4
17
 
5
18
  ### Fixed