@livelike/embet 0.0.32 → 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 CHANGED
@@ -1,171 +1,185 @@
1
- ## 0.0.32 (May 19, 2022)
2
-
3
- - Added `betDetails` property to widget element to allow for live updating bet detail UI
4
- ## 0.0.31 (May 18, 2022)
5
-
6
- - Fixed bug where widgets did not display properly
7
-
8
- ## 0.0.30 (April 15, 2022)
9
-
10
- - Added `legalLogoSrc` property to widget custom data
11
- - Added UI in footer for `logalLogoSrc` image
12
-
13
- ## 0.0.29 (March 28, 2022)
14
-
15
- - Added placeBetLabel property to change button label
16
- - Fixed built file exports
17
-
18
- ## 0.0.28 (March 23, 2022)
19
-
20
- - Added profile custom data segmentation comparator
21
- - Fixed dismiss button typo
22
-
23
- ## 0.0.27 (March 22, 2022)
24
-
25
- - Added embet-alert widget
26
- - Fixed resizing style number string value conversion
27
-
28
- ## 0.0.26 (March 15, 2022)
29
-
30
- - Added display property to widget CSS to fix widget resizing
31
- - Changed bar widget variation to allow for non image option in between image options
32
-
33
- ## 0.0.25 (March 14, 2022)
34
-
35
- - Rolled back Lit to Lit-Element dependency to version present in SDK version 0.0.18
36
-
37
- ## 0.0.24 (March 14, 2022)
38
-
39
- - Rolled back Lit to Lit-Element dependency
40
- ## 0.0.23 (March 7, 2022)
41
-
42
- - Rolled back LiveLike SDK version to 2.8.2
43
-
44
- ## 0.0.22 (February 28, 2022)
45
-
46
- - Added sponsor footer theme styles
47
- - Added support for showing round timer in static state
48
- - Changed sponsor footer to show sponsor/bet button conditionally
49
- - Fixed table highlighting style
50
-
51
- ## 0.0.21 (February 17, 2022)
52
-
53
- - Reverted change in resizeWidget function
54
-
55
- ## 0.0.20 (February 16, 2022)
56
-
57
- - Added round timer
58
- - Added `timer` and `timeout` properties to custom_data and widget properties
59
- - Added `roundTimer` property in `theme` object
60
-
61
- ## 0.0.19 (February 10, 2022)
62
-
63
- - Added Live At Bat and Live Stats Odds widget
64
- - Added insight widget text body
65
- - Added insight widget table body
66
- - Added `animateBetContent` method to widget
67
- - Added `animationDelay`, `table`, and `bodyText` properties to widget's custom_data
68
- - Fixed right image not displaying in 3 option inline variation widgets
69
- - Fixed square option element positioning for options without image
70
-
71
- ## 0.0.18 (January 3, 2022)
72
-
73
- - Added `allowDismiss` property on widget element to toggle allowing widget dismissal
74
- ## 0.0.17 (January 3, 2022)
75
-
76
- - Added interactivity phase to single tag widget default to allow for progress bar display
77
- - Added wrapperContainer property to widget customData for resizing
78
- - Changed `disabledResizing` property to `resize` property.
79
-
80
- ## 0.0.16 (December 20, 2021)
81
-
82
- - Added `parentFullscreenWidth` property to widget's custom_data
83
- - Added `displayPreviewWidget` and `displayPublishedWidget` method
84
- - 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
85
- - Aliased LiveLike's exports to be present in the embet export
86
- - Removed description element centering
87
- - Edited widget resizing logic to maintain widget's aspect ratio and resize widget's internal elements equally
88
-
89
- ## 0.0.15 (November 23, 2021)
90
-
91
- - Removed event being fired on widget dismiss
92
-
93
- ## 0.0.14 (November 22, 2021)
94
-
95
- - Added `widgetWidthPercentage`, `parentContainer, `disableResizing` properties to widget's custom_data
96
- - Removed dynamic font size setting
97
- - Moved ResizeObserver from embet-widgets to the individual widget elements to allow for resizing in single tag widgets
98
-
99
- ## 0.0.13 (November 22, 2021)
100
-
101
- - Removed hard coded livelike-title color
102
-
103
- ## 0.0.12 (November 20, 2021)
104
-
105
- - Added widget resize observer
106
- - Added box-sizing to contain progress bar
107
- - Added CSS scoping to unscoped styles selectors
108
- - Removed widget animation
109
- - Removed font-family style from title and footer
110
- - Removed option center align
111
-
112
- ## 0.0.11 (November 8, 2021)
113
-
114
- - Added `widgetVariation` property to widget's custom_data to control widget variations
115
-
116
- ## 0.0.10 (November 8, 2021)
117
-
118
- - Added Live Spread widget layout change
119
-
120
- ## 0.0.9 (November 5, 2021)
121
-
122
- - Improved variable font sizing
123
-
124
- ## 0.0.8 (November 5, 2021)
125
-
126
- - Added Live Total widget layout change
127
- - Added widget slide in animation
128
- - Added font size variable based on width of widget
129
- - Fixed off centered widget title
130
-
131
- ## 0.0.7 (November 4, 2021)
132
-
133
- - Fixed progress bar styling not filling parent container
134
- - Fixed sponsor logo not fitting in parent container
135
- - Fixed Sponsored By text spacing
136
-
137
- ## 0.0.6 (October 27, 2021)
138
-
139
- - Added ability to set widget heights through `widgetHeight` property in widget payload
140
- - Fixed bet button default styles to always retain oval shape
141
- - Fixed widget heights and inner element stretching to fill container in relation to parent container
142
- - Fixed `.text` selector styling overriding page's style
143
- - Improved spacing and scaling to allow for responsive sizing
144
-
145
- ## 0.0.5 (October 13, 2021)
146
-
147
- - Added `customCss` and `customStyles` property to widget payload
148
- - Added attribute to open bet button link in new tab
149
- - Fixed widget options showing "of votes" at wrong time
150
-
151
- ## 0.0.4 (October 5, 2021)
152
-
153
- - Added the `customid` attribute to the embet-widgets element to load program id
154
-
155
- ## 0.0.3 (September 22, 2021)
156
-
157
- - Added support for prediction widgets
158
- - Fixed styling for widgets with more than two options
159
-
160
- ## 0.0.2 (September 20, 2021)
161
-
162
- - Added applyTheme interception to update custom widget's non-standard theme properties when theme is updated
163
-
164
- ## 0.0.1 (September 15, 2021)
165
-
166
- - Added init method
167
- - Added embet-widgets element
168
- - Added live-moneyline element
169
- - Added live-spread element
170
- - Added live-total element
171
- - Added custom_data parser to handle custom widget theme, bet details, sponsors.
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
+
6
+ ## 0.0.34 (June 6, 2022)
7
+
8
+ ## 0.0.33 (May 20, 2022)
9
+
10
+ - Returned Profile object from init
11
+
12
+ ## 0.0.32 (May 19, 2022)
13
+
14
+ - Added `betDetails` property to widget element to allow for live updating bet detail UI
15
+
16
+ ## 0.0.31 (May 18, 2022)
17
+
18
+ - Fixed bug where widgets did not display properly
19
+
20
+ ## 0.0.30 (April 15, 2022)
21
+
22
+ - Added `legalLogoSrc` property to widget custom data
23
+ - Added UI in footer for `logalLogoSrc` image
24
+
25
+ ## 0.0.29 (March 28, 2022)
26
+
27
+ - Added placeBetLabel property to change button label
28
+ - Fixed built file exports
29
+
30
+ ## 0.0.28 (March 23, 2022)
31
+
32
+ - Added profile custom data segmentation comparator
33
+ - Fixed dismiss button typo
34
+
35
+ ## 0.0.27 (March 22, 2022)
36
+
37
+ - Added embet-alert widget
38
+ - Fixed resizing style number string value conversion
39
+
40
+ ## 0.0.26 (March 15, 2022)
41
+
42
+ - Added display property to widget CSS to fix widget resizing
43
+ - Changed bar widget variation to allow for non image option in between image options
44
+
45
+ ## 0.0.25 (March 14, 2022)
46
+
47
+ - Rolled back Lit to Lit-Element dependency to version present in SDK version 0.0.18
48
+
49
+ ## 0.0.24 (March 14, 2022)
50
+
51
+ - Rolled back Lit to Lit-Element dependency
52
+
53
+ ## 0.0.23 (March 7, 2022)
54
+
55
+ - Rolled back LiveLike SDK version to 2.8.2
56
+
57
+ ## 0.0.22 (February 28, 2022)
58
+
59
+ - Added sponsor footer theme styles
60
+ - Added support for showing round timer in static state
61
+ - Changed sponsor footer to show sponsor/bet button conditionally
62
+ - Fixed table highlighting style
63
+
64
+ ## 0.0.21 (February 17, 2022)
65
+
66
+ - Reverted change in resizeWidget function
67
+
68
+ ## 0.0.20 (February 16, 2022)
69
+
70
+ - Added round timer
71
+ - Added `timer` and `timeout` properties to custom_data and widget properties
72
+ - Added `roundTimer` property in `theme` object
73
+
74
+ ## 0.0.19 (February 10, 2022)
75
+
76
+ - Added Live At Bat and Live Stats Odds widget
77
+ - Added insight widget text body
78
+ - Added insight widget table body
79
+ - Added `animateBetContent` method to widget
80
+ - Added `animationDelay`, `table`, and `bodyText` properties to widget's custom_data
81
+ - Fixed right image not displaying in 3 option inline variation widgets
82
+ - Fixed square option element positioning for options without image
83
+
84
+ ## 0.0.18 (January 3, 2022)
85
+
86
+ - Added `allowDismiss` property on widget element to toggle allowing widget dismissal
87
+
88
+ ## 0.0.17 (January 3, 2022)
89
+
90
+ - Added interactivity phase to single tag widget default to allow for progress bar display
91
+ - Added wrapperContainer property to widget customData for resizing
92
+ - Changed `disabledResizing` property to `resize` property.
93
+
94
+ ## 0.0.16 (December 20, 2021)
95
+
96
+ - Added `parentFullscreenWidth` property to widget's custom_data
97
+ - Added `displayPreviewWidget` and `displayPublishedWidget` method
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
99
+ - Aliased LiveLike's exports to be present in the embet export
100
+ - Removed description element centering
101
+ - Edited widget resizing logic to maintain widget's aspect ratio and resize widget's internal elements equally
102
+
103
+ ## 0.0.15 (November 23, 2021)
104
+
105
+ - Removed event being fired on widget dismiss
106
+
107
+ ## 0.0.14 (November 22, 2021)
108
+
109
+ - Added `widgetWidthPercentage`, `parentContainer, `disableResizing` properties to widget's custom_data
110
+ - Removed dynamic font size setting
111
+ - Moved ResizeObserver from embet-widgets to the individual widget elements to allow for resizing in single tag widgets
112
+
113
+ ## 0.0.13 (November 22, 2021)
114
+
115
+ - Removed hard coded livelike-title color
116
+
117
+ ## 0.0.12 (November 20, 2021)
118
+
119
+ - Added widget resize observer
120
+ - Added box-sizing to contain progress bar
121
+ - Added CSS scoping to unscoped styles selectors
122
+ - Removed widget animation
123
+ - Removed font-family style from title and footer
124
+ - Removed option center align
125
+
126
+ ## 0.0.11 (November 8, 2021)
127
+
128
+ - Added `widgetVariation` property to widget's custom_data to control widget variations
129
+
130
+ ## 0.0.10 (November 8, 2021)
131
+
132
+ - Added Live Spread widget layout change
133
+
134
+ ## 0.0.9 (November 5, 2021)
135
+
136
+ - Improved variable font sizing
137
+
138
+ ## 0.0.8 (November 5, 2021)
139
+
140
+ - Added Live Total widget layout change
141
+ - Added widget slide in animation
142
+ - Added font size variable based on width of widget
143
+ - Fixed off centered widget title
144
+
145
+ ## 0.0.7 (November 4, 2021)
146
+
147
+ - Fixed progress bar styling not filling parent container
148
+ - Fixed sponsor logo not fitting in parent container
149
+ - Fixed Sponsored By text spacing
150
+
151
+ ## 0.0.6 (October 27, 2021)
152
+
153
+ - Added ability to set widget heights through `widgetHeight` property in widget payload
154
+ - Fixed bet button default styles to always retain oval shape
155
+ - Fixed widget heights and inner element stretching to fill container in relation to parent container
156
+ - Fixed `.text` selector styling overriding page's style
157
+ - Improved spacing and scaling to allow for responsive sizing
158
+
159
+ ## 0.0.5 (October 13, 2021)
160
+
161
+ - Added `customCss` and `customStyles` property to widget payload
162
+ - Added attribute to open bet button link in new tab
163
+ - Fixed widget options showing "of votes" at wrong time
164
+
165
+ ## 0.0.4 (October 5, 2021)
166
+
167
+ - Added the `customid` attribute to the embet-widgets element to load program id
168
+
169
+ ## 0.0.3 (September 22, 2021)
170
+
171
+ - Added support for prediction widgets
172
+ - Fixed styling for widgets with more than two options
173
+
174
+ ## 0.0.2 (September 20, 2021)
175
+
176
+ - Added applyTheme interception to update custom widget's non-standard theme properties when theme is updated
177
+
178
+ ## 0.0.1 (September 15, 2021)
179
+
180
+ - Added init method
181
+ - Added embet-widgets element
182
+ - Added live-moneyline element
183
+ - Added live-spread element
184
+ - Added live-total element
185
+ - Added custom_data parser to handle custom widget theme, bet details, sponsors.
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- ### emBET SDK
2
-
1
+ ### emBET SDK
2
+
3
3
  [Documentation](https://embet.readme.io/docs/getting-started)