@wannaby/wanna-sdk 2.4.1 → 2.6.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 +12 -0
- package/README.md +29 -765
- package/core.js +5750 -3219
- package/iframe.html +1 -1
- package/package.json +1 -1
- package/sdk/NOTICE.txt +284 -118
- package/sdk/sdk.js +934 -694
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 2.6.0 (June 2023)
|
|
2
|
+
|
|
3
|
+
- Rendering improvements
|
|
4
|
+
- Cold start time optimization
|
|
5
|
+
- Customizable watermark on a photo
|
|
6
|
+
|
|
7
|
+
## 2.5.0 (March 2023)
|
|
8
|
+
|
|
9
|
+
- Supported browsers update
|
|
10
|
+
- Android WebView code sample
|
|
11
|
+
- Technical improvements and bug fixes
|
|
12
|
+
|
|
1
13
|
## 2.4.0 (December 2022)
|
|
2
14
|
|
|
3
15
|
- Add Wrist measure tool for watches
|