@letscooee/web-sdk 0.1.0 → 0.1.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 +16 -0
- package/dist/sdk-preview.min.js +1 -1
- package/dist/sdk.min.js +1 -1
- package/package.json +3 -2
- package/scripts/validate-integrity.sh +4 -0
- package/webpack-preview.config.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 0.1.2
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
1. Properly check for mobile devices.
|
|
8
|
+
2. Refactor the rendering of wrapper & container.
|
|
9
|
+
3. By default add padding of 15px in all the cases.
|
|
10
|
+
4. Upgrade ua-parser-js.
|
|
11
|
+
|
|
12
|
+
## 0.1.1
|
|
13
|
+
|
|
14
|
+
### Fix
|
|
15
|
+
|
|
16
|
+
1. Set margin on the container instead of wrapper.
|
|
17
|
+
2. Add a class in the container.
|
|
18
|
+
|
|
3
19
|
## 0.1.0
|
|
4
20
|
|
|
5
21
|
### Features
|