@livelike/embet 0.0.20 → 0.0.21
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 +6 -1
- package/embet.cjs.js +17 -21
- package/embet.cjs.min.js +15 -15
- package/embet.esm.js +84 -26
- package/embet.esm.min.js +15 -15
- package/embet.umd.js +17 -21
- package/embet.umd.min.js +15 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
## 0.0.
|
|
1
|
+
## 0.0.21 (February 17, 2022)
|
|
2
|
+
|
|
3
|
+
- Reverted change in resizeWidget function
|
|
4
|
+
|
|
5
|
+
## 0.0.20 (February 16, 2022)
|
|
2
6
|
|
|
3
7
|
- Added round timer
|
|
4
8
|
- Added `timer` and `timeout` properties to custom_data and widget properties
|
|
5
9
|
- Added `roundTimer` property in `theme` object
|
|
10
|
+
|
|
6
11
|
## 0.0.19 (February 10, 2022)
|
|
7
12
|
|
|
8
13
|
- Added Live At Bat and Live Stats Odds widget
|