@livelike/embet 0.0.25 → 0.0.26
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 +5 -0
- package/embet.cjs.js +23 -17
- package/embet.cjs.min.js +9 -13
- package/embet.esm.js +25 -17
- package/embet.esm.min.js +9 -13
- package/embet.umd.js +23 -17
- package/embet.umd.min.js +9 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## 0.0.26 (March 15, 2022)
|
|
2
|
+
|
|
3
|
+
- Added display property to widget CSS to fix widget resizing
|
|
4
|
+
- Changed bar widget variation to allow for non image option in between image options
|
|
5
|
+
|
|
1
6
|
## 0.0.25 (March 14, 2022)
|
|
2
7
|
|
|
3
8
|
- Rolled back Lit to Lit-Element dependency to version present in SDK version 0.0.18
|