@livelike/embet 0.0.30 → 0.0.33
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 +10 -1
- package/embet.cjs.js +155 -168
- package/embet.cjs.min.js +21 -49
- package/embet.esm.js +429 -432
- package/embet.esm.min.js +13 -41
- package/embet.umd.js +155 -168
- package/embet.umd.min.js +19 -47
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 0.0.33 (May 20, 2022)
|
|
2
|
+
|
|
3
|
+
- Returned Profile object from init
|
|
4
|
+
## 0.0.32 (May 19, 2022)
|
|
5
|
+
|
|
6
|
+
- Added `betDetails` property to widget element to allow for live updating bet detail UI
|
|
7
|
+
## 0.0.31 (May 18, 2022)
|
|
8
|
+
|
|
9
|
+
- Fixed bug where widgets did not display properly
|
|
10
|
+
|
|
1
11
|
## 0.0.30 (April 15, 2022)
|
|
2
12
|
|
|
3
13
|
- Added `legalLogoSrc` property to widget custom data
|
|
@@ -41,7 +51,6 @@
|
|
|
41
51
|
- Changed sponsor footer to show sponsor/bet button conditionally
|
|
42
52
|
- Fixed table highlighting style
|
|
43
53
|
|
|
44
|
-
|
|
45
54
|
## 0.0.21 (February 17, 2022)
|
|
46
55
|
|
|
47
56
|
- Reverted change in resizeWidget function
|