@livelike/embet 0.0.7 → 0.0.8
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 +7 -0
- package/embet.cjs.js +279 -66
- package/embet.cjs.min.js +10 -10
- package/embet.esm.js +272 -69
- package/embet.esm.min.js +10 -10
- package/embet.umd.js +279 -66
- package/embet.umd.min.js +14 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## 0.0.8 (November 5, 2021)
|
|
2
|
+
|
|
3
|
+
- Added Live Total widget layout change
|
|
4
|
+
- Added widget slide in animation
|
|
5
|
+
- Added font size variable based on width of widget
|
|
6
|
+
- Fixed off centered widget title
|
|
7
|
+
|
|
1
8
|
## 0.0.7 (November 4, 2021)
|
|
2
9
|
|
|
3
10
|
- Fixed progress bar styling not filling parent container
|