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