Commit Graph

9873 Commits

Author SHA1 Message Date
Rostislav Wolny
ab3267bb6d Refactor text input to not render as disabled but behave like that
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
631deeb669 Apply input styles styles for text inputs in editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
23de26d413 Refactor text inputs in form editor body to a component
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
af87ca3a7d Add border related settings to input style settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
eadd6af544 Add background color input style to styles settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
026a35fffb Add mapping of form API data format styles to block attributes
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
e6ceb97b18 Add mapping of block styles attribute to API data format
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
251c9ffd38 Add default inputs style settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
131a4366da Add dummy input styles settings component
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Tautvidas Sipavičius
b0b7c020b9 Update the changelog 2020-03-19 11:47:43 +02:00
Tautvidas Sipavičius
b4282ea330 Release 3.46.4 2020-03-19 11:47:43 +02:00
Rostislav Wolny
f7f09edaeb Ensure same success message in a form test
[MAILPOET-2797]
2020-03-19 10:00:24 +01:00
Jan Jakeš
c26b967e64 Fix segment loading for inconsistent segment/newsletter segment relations
[MAILPOET-2729]
2020-03-18 18:24:38 +01:00
Jan Jakeš
770a831d3d Add SafeToOneAssociationLoadTrait
[MAILPOET-2793]
2020-03-18 18:24:38 +01:00
Pavel Dohnal
8c104d2842 Make sure level is always number
Gutenberg compares it using === and the toolbar in the sidebar doesn't work

[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
ca88ef3359 Make h2 and h3 different size in the form editor
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
52d94256da Map heading colours
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Rostislav Wolny
3c32811720 Use block editor's color settings for block colors mapping
[MAILPOET-2754]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
2d4061b998 Render headings
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
1b05ea2e68 Create renderer for form headers
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
0c796e7a7d Remove redundant attributes
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
40ee30259d Load headings data
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
f465564d41 Save heading data
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Pavel Dohnal
4e54740666 Add heading block
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Tautvidas Sipavičius
cf501dfe1f Release 3.46.3 2020-03-17 11:23:23 +02:00
Rostislav Wolny
39c30eb6e8 Fix form preview rendering
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
126b69b750 Render proper font and background color for html block within column
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
1c0f5b875a Fix unique client ids for blocks
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
6e33cc80e2 Fix fields extraction for form data
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
69beccf285 Add default padding for columns with background and margin between columns
Older forms don't have these values in Custom CSS so these are default fallback values
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
6dae3b73ba Hide core/column toolbar because it is rendered empty
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
b6f704c2a8 Simply color styles rendering in form columns
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
8a66fd1811 Use block editor's color settings for block colors mapping
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
4ec53d2d52 Fix switching between HTML blocks
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
5c20c11ac9 Update form validator to be able to check email and submit are present columns
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
fb5df4b09e Add CSS fix for editor header
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
de3aa28dea Remove CSS fix for alignment columns
This was fixed in Gutenberg library

[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
4802461d5a Update fix for react-beautiful-dnd nested scrolling warnings
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
a151d146eb Upgrade react-beatiful-dnd library
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
1b0106b761 Update Gutenberg packages
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
3505ad65dc Re-enable columns and acceptance test
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Pavel Dohnal
6671625fa9 Add padding to make styling consistent
[MAILPOET-2745]
2020-03-16 16:47:48 +01:00
Pavel Dohnal
bb3cfa8bc7 Use gutenberg button
[MAILPOET-2745]
2020-03-16 16:47:48 +01:00
Pavel Dohnal
0e0e25b208 Add back button to form editor
[MAILPOET-2745]
2020-03-16 16:47:48 +01:00
Pavel Dohnal
10e28e7a27 Remove absolute positioning
[MAILPOET-2744]
2020-03-16 10:00:55 +01:00
Pavel Dohnal
a8b0f1de2b Use name as fallback label
[MAILPOET-2747]
2020-03-16 08:35:52 +01:00
Pavel Dohnal
a98e98487b Fix Creating textarea custom field
[MAILPOET-2719]
2020-03-16 08:35:37 +01:00
Amine Ben hammou
27bf71bad9 Refactoring the control to be reusable
[MAILPOET-2676]
2020-03-16 08:03:26 +01:00
Amine Ben hammou
1026b07495 Add comments about TS keyof and overloads
[MAILPOET-2676]
2020-03-16 08:03:26 +01:00
Amine Ben hammou
187c8f5ac7 Use full name for classnames
[MAILPOET-2676]
2020-03-16 08:03:26 +01:00