Commit Graph

10452 Commits

Author SHA1 Message Date
5d317fc4a8 Remove form placement switches
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
136b1050a1 Fix proptypes warning in Selection
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
e9c3049576 Fix saving class name attributes for divider and custom html blocks
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
162b968f09 Add acceptance test for input custom class name
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
99be159566 Render custom class names in form editor
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
060a6839c7 Render form block custom classes on frontend
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
72a0afa75b Refactor block renderers to use wrapper renderer
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
65afeca59e Add form block wrapper renderer
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
6c9d24a6ed Add saving and loading of custom classes
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
bdd3be889c Allow custom class names in all blocks settings
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
8ca759dc9b Display selected value for product/category for WooCommerce segments
[MAILPOET-2762]
2020-03-19 21:30:59 +01:00
f1aee6f971 Fix custom color pickers unwanted state reset in style settings
[MAILPOE-2599]
2020-03-19 14:19:06 +01:00
0e2afb9c80 Use proper state properties in input settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
f6d4cd11a6 Set auto height for textarea in forms
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
28327f9d0e Render input borders with custom styles as solid
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
002639fa24 Fix input styles range controls reset and initial value
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
4d1b589da3 Disable resize on textarea in form editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
4d524f906a Fix textarea label rendering in form editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
9565844854 Use blur on focus to make textarea behave like disabled instead readonly
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
9689b846a1 Don't apply any styles if inherit from theme is turned on
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
47142be4c5 Use partial from lodash instead of underscore
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
4726b285c5 Add acceptance test for text input styles settings in form editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
126f988e8c Adjust vertical spacing within style settings panel
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
efdcae19c0 Add apply styles to all inputs button
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
760aed407f Render bold labels according to styles settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
4e8fda670c Render form input and textarea styles on frontend
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
b70884ecaa Return original default input width to form custom CSS
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
ee49d77ff4 Remove disabled parameter from textarea in editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
52bddd763f Apply input styles styles for custom textareas in editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
ab3267bb6d Refactor text input to not render as disabled but behave like that
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
631deeb669 Apply input styles styles for text inputs in editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
23de26d413 Refactor text inputs in form editor body to a component
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
af87ca3a7d Add border related settings to input style settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
eadd6af544 Add background color input style to styles settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
026a35fffb Add mapping of form API data format styles to block attributes
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
e6ceb97b18 Add mapping of block styles attribute to API data format
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
251c9ffd38 Add default inputs style settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
131a4366da Add dummy input styles settings component
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
b0b7c020b9 Update the changelog 2020-03-19 11:47:43 +02:00
b4282ea330 Release 3.46.4 2020-03-19 11:47:43 +02:00
f7f09edaeb Ensure same success message in a form test
[MAILPOET-2797]
2020-03-19 10:00:24 +01:00
c26b967e64 Fix segment loading for inconsistent segment/newsletter segment relations
[MAILPOET-2729]
2020-03-18 18:24:38 +01:00
770a831d3d Add SafeToOneAssociationLoadTrait
[MAILPOET-2793]
2020-03-18 18:24:38 +01:00
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
ca88ef3359 Make h2 and h3 different size in the form editor
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
52d94256da Map heading colours
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
3c32811720 Use block editor's color settings for block colors mapping
[MAILPOET-2754]
2020-03-17 21:22:13 +01:00
2d4061b998 Render headings
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
1b05ea2e68 Create renderer for form headers
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
0c796e7a7d Remove redundant attributes
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00