@onirix/ar-engine-sdk 1.10.0 → 1.11.1
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 +16 -0
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +4 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## v1.11.1 (2025-05-29)
|
4
|
+
|
5
|
+
### Fixed
|
6
|
+
|
7
|
+
- Fixed camera selection for iOS devices using Chinese as primary language.
|
8
|
+
|
9
|
+
## v1.11.0 (2025-05-28)
|
10
|
+
|
11
|
+
### Added
|
12
|
+
|
13
|
+
- Better gravity alignment for Spatial AR (increases visual localization accuracy)
|
14
|
+
|
15
|
+
### Fixed
|
16
|
+
|
17
|
+
- Fixed memory leak when using Spatial AR continuous localization
|
18
|
+
|
3
19
|
## v1.10.0 (2025-04-28)
|
4
20
|
|
5
21
|
### Changed
|