@wannaby/wanna-sdk 2.7.0 → 2.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 +14 -0
- package/core.js +425 -419
- package/iframe.html +1 -1
- package/package.json +1 -1
- package/sdk/sdk.js +138 -135
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 2.7.2 (Nov 2023)
|
|
2
|
+
|
|
3
|
+
- Support Naver and Google App browsers
|
|
4
|
+
- Bug fixes
|
|
5
|
+
|
|
6
|
+
## 2.7.1 (Oct 2023)
|
|
7
|
+
|
|
8
|
+
- 3D Viewer fixes and improvements
|
|
9
|
+
- iOS 17 camera fixes
|
|
10
|
+
|
|
1
11
|
## 2.7.0 (Sept 2023)
|
|
2
12
|
|
|
3
13
|
- Rendering improvements
|
|
@@ -5,6 +15,10 @@
|
|
|
5
15
|
- 3D Viewer For Everything Release
|
|
6
16
|
- Performance improvements for Android devices
|
|
7
17
|
|
|
18
|
+
## 2.6.1 (Oct 2023)
|
|
19
|
+
|
|
20
|
+
- Iframe integration fixes
|
|
21
|
+
|
|
8
22
|
## 2.6.0 (June 2023)
|
|
9
23
|
|
|
10
24
|
- Rendering improvements
|