@livelike/embet 0.0.31 → 0.0.34

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