@onirix/ar-engine-sdk 1.6.11 → 1.6.12

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.6.12 (2024-04-29)
4
+
5
+ ### Fixed
6
+
7
+ - Fixes related to input events when using Onirix Player app.
8
+ - Avoiding pollution of WebGL context when using WebXR.
9
+
3
10
  ## v1.6.11 (2024-04-22)
4
11
 
5
12
  ### Fixed
package/README.md CHANGED
@@ -52,7 +52,7 @@ Add a custom script (app.js) to your page html head tag and load it as an async
52
52
  Inside your custom script (app.js), import Onirix SDK:
53
53
 
54
54
  ```
55
- import OnirixSDK from "https://unpkg.com/@onirix/ar-engine-sdk@1.6.0/dist/ox-sdk.esm.js";
55
+ import OnirixSDK from "https://unpkg.com/@onirix/ar-engine-sdk@1.6.12/dist/ox-sdk.esm.js";
56
56
  ```
57
57
 
58
58
  > If you're using a JavaScript framework or a bundler like Webpack, it is recommended to use the [NPM package](https://www.npmjs.com/package/@onirix/ar-engine-sdk) instead.