@onirix/ar-engine-sdk 1.8.2 → 1.8.3
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 +7 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## v1.8.3 (2024-09-23)
|
4
|
+
|
5
|
+
### Added
|
6
|
+
|
7
|
+
- Optimized image detection performance in projects with several markers.
|
8
|
+
- Added 'requestStallTimeout' and 'hitTestStallTimeout' configuration options which allow to set timeouts (in milliseconds) to trigger new 'OnRequestStall' and 'OnHitTestStall' events for controlling problems within a WebXR session that may occur in some devices or browser versions.
|
9
|
+
|
10
|
+
## v1.8.2 (2024-08-20)
|
11
|
+
|
12
|
+
### Added
|
13
|
+
|
14
|
+
- Added Cylinder tracking support.
|
15
|
+
|
3
16
|
## v1.8.1 (2024-07-24)
|
4
17
|
|
5
18
|
### Fixed
|