easy-email-pro-editor 1.57.8 → 1.57.10
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# easy-email-pro-editor
|
|
2
2
|
|
|
3
|
+
## 1.57.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- CountdownV2 (kit):
|
|
8
|
+
|
|
9
|
+
Add href link attribute to MarketingCountdownElementV2 type
|
|
10
|
+
Add link field to CountdownV2 panel UI
|
|
11
|
+
Reset standalone element state after generating countdown
|
|
12
|
+
HoveringToolbar (theme):
|
|
13
|
+
|
|
14
|
+
Add Text node fallback in BgColor, FontColor, FontFamily, FontSize when no matching node entry is found
|
|
15
|
+
Formatting/indentation adjustments
|
|
16
|
+
|
|
17
|
+
## 1.57.9
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- refactor(theme): delegate mjmlToJson to core package
|
|
22
|
+
|
|
3
23
|
## 1.57.8
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|