@livelike/embet 0.0.34 → 0.0.35
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 +12 -3
- package/embet.cjs.js +437 -389
- package/embet.cjs.min.js +35 -35
- package/embet.esm.js +435 -384
- package/embet.esm.min.js +30 -30
- package/embet.umd.js +437 -389
- package/embet.umd.min.js +30 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
|
+
## 0.0.35 (June 20, 2022)
|
|
2
|
+
|
|
3
|
+
- Cross platforms theme parity achieved
|
|
4
|
+
- Set sans-serif as default font family if it's not presented in widget payload
|
|
5
|
+
|
|
1
6
|
## 0.0.34 (June 6, 2022)
|
|
2
7
|
|
|
3
8
|
## 0.0.33 (May 20, 2022)
|
|
4
9
|
|
|
5
10
|
- Returned Profile object from init
|
|
11
|
+
|
|
6
12
|
## 0.0.32 (May 19, 2022)
|
|
7
13
|
|
|
8
14
|
- Added `betDetails` property to widget element to allow for live updating bet detail UI
|
|
15
|
+
|
|
9
16
|
## 0.0.31 (May 18, 2022)
|
|
10
17
|
|
|
11
18
|
- Fixed bug where widgets did not display properly
|
|
@@ -42,6 +49,7 @@
|
|
|
42
49
|
## 0.0.24 (March 14, 2022)
|
|
43
50
|
|
|
44
51
|
- Rolled back Lit to Lit-Element dependency
|
|
52
|
+
|
|
45
53
|
## 0.0.23 (March 7, 2022)
|
|
46
54
|
|
|
47
55
|
- Rolled back LiveLike SDK version to 2.8.2
|
|
@@ -76,6 +84,7 @@
|
|
|
76
84
|
## 0.0.18 (January 3, 2022)
|
|
77
85
|
|
|
78
86
|
- Added `allowDismiss` property on widget element to toggle allowing widget dismissal
|
|
87
|
+
|
|
79
88
|
## 0.0.17 (January 3, 2022)
|
|
80
89
|
|
|
81
90
|
- Added interactivity phase to single tag widget default to allow for progress bar display
|
|
@@ -85,11 +94,11 @@
|
|
|
85
94
|
## 0.0.16 (December 20, 2021)
|
|
86
95
|
|
|
87
96
|
- Added `parentFullscreenWidth` property to widget's custom_data
|
|
88
|
-
- Added `displayPreviewWidget` and `displayPublishedWidget` method
|
|
97
|
+
- Added `displayPreviewWidget` and `displayPublishedWidget` method
|
|
89
98
|
- Added default values for widget payload id and kind properties to make widget displaying easier to handle due to a design detail within the LiveLike SDK
|
|
90
99
|
- Aliased LiveLike's exports to be present in the embet export
|
|
91
100
|
- Removed description element centering
|
|
92
|
-
- Edited widget resizing logic to maintain widget's aspect ratio and resize widget's internal elements equally
|
|
101
|
+
- Edited widget resizing logic to maintain widget's aspect ratio and resize widget's internal elements equally
|
|
93
102
|
|
|
94
103
|
## 0.0.15 (November 23, 2021)
|
|
95
104
|
|
|
@@ -173,4 +182,4 @@
|
|
|
173
182
|
- Added live-moneyline element
|
|
174
183
|
- Added live-spread element
|
|
175
184
|
- Added live-total element
|
|
176
|
-
- Added custom_data parser to handle custom widget theme, bet details, sponsors.
|
|
185
|
+
- Added custom_data parser to handle custom widget theme, bet details, sponsors.
|