@livelike/embet 0.0.36 → 0.1.0
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 +8 -0
- package/embet.cjs.js +257 -235
- package/embet.cjs.min.js +32 -29
- package/embet.esm.js +255 -249
- package/embet.esm.min.js +24 -21
- package/embet.umd.js +257 -235
- package/embet.umd.min.js +24 -21
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 0.1.0 (July 19, 2022)
|
|
2
|
+
|
|
3
|
+
- Alert widget (initial setup and stock UI)
|
|
4
|
+
- Improved and simplified resize widget feature
|
|
5
|
+
- Depreciated resize properties: parentFullscreenWidth, parentContainer, wrapperContainer, widgetWidthPercentage
|
|
6
|
+
- Possibility to add linear gradient direction to the background property in theme object
|
|
7
|
+
- Added default color and inner background for round timer
|
|
8
|
+
|
|
1
9
|
## 0.0.36 (June 30, 2022)
|
|
2
10
|
|
|
3
11
|
- Add new property "widgetType", as replacement for old property "type". It receive string as: "live-moneyline", "live-at-bat"... ("type" still exists and can be used, but will be deprichiated in next major version)
|