@livelike/embet 0.0.30 → 0.0.31
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 +4 -1
- package/embet.cjs.js +8 -7
- package/embet.cjs.min.js +3 -3
- package/embet.esm.js +286 -286
- package/embet.esm.min.js +3 -3
- package/embet.umd.js +8 -7
- package/embet.umd.min.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 0.0.31 (May 18, 2022)
|
|
2
|
+
|
|
3
|
+
- Fixed bug where widgets did not display properly
|
|
4
|
+
|
|
1
5
|
## 0.0.30 (April 15, 2022)
|
|
2
6
|
|
|
3
7
|
- Added `legalLogoSrc` property to widget custom data
|
|
@@ -41,7 +45,6 @@
|
|
|
41
45
|
- Changed sponsor footer to show sponsor/bet button conditionally
|
|
42
46
|
- Fixed table highlighting style
|
|
43
47
|
|
|
44
|
-
|
|
45
48
|
## 0.0.21 (February 17, 2022)
|
|
46
49
|
|
|
47
50
|
- Reverted change in resizeWidget function
|