@onirix/ar-engine-sdk 1.9.1 → 1.11.0

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,28 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.11.0 (2025-05-28)
4
+
5
+ ### Added
6
+
7
+ - Better gravity alignment for Spatial AR (increases visual localization accuracy)
8
+
9
+ ### Fixed
10
+
11
+ - Fixed memory leak when using Spatial AR continuous localization
12
+
13
+ ## v1.10.0 (2025-04-28)
14
+
15
+ ### Changed
16
+
17
+ - Reduced SDK resources for Spatial AR, improving load times.
18
+ - Improved accuracy for Spatial AR visual localization.
19
+
20
+ ## v1.9.1 (2025-04-01)
21
+
22
+ ### Changed
23
+
24
+ - Internal refactor
25
+
3
26
  ## v1.9.0 (2025-03-10)
4
27
 
5
28
  ### Added