@onirix/ar-engine-sdk 1.7.0 → 1.7.2
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 +10 -0
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.7.2 (2024-06-17)
|
|
4
|
+
|
|
5
|
+
- Fix camera selection for Brave browser.
|
|
6
|
+
|
|
7
|
+
## v1.7.1 (2024-05-31)
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Fixed a race condition when using ImageTrackingMode.World which could produce an OOM error.
|
|
12
|
+
|
|
3
13
|
## v1.7.0 (2024-05-30)
|
|
4
14
|
|
|
5
15
|
### Added
|