Skip to content

Commit a80fe04

Browse files
authored
Merge pull request #294 from magento-obsessive-owls/MC-20116
MC-20116: DOCS release notes
2 parents 9eb19b4 + eb1f464 commit a80fe04

File tree

3 files changed

+54
-8
lines changed

3 files changed

+54
-8
lines changed

docs/comp-status2.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Component status
22

3-
**Last Updated: March 26, 2019**
3+
**Last Updated: October 16, 2019**
44

55
<style type="text/css" style="display: none">
66
.status {
@@ -51,11 +51,9 @@ Issues that are not related to Page Builder beta are not part of this report.
5151
| Block | <span class='status green'>Green</span> | |
5252
| Dynamic Block | <span class='status green'>Green</span> | |
5353
| Products | <span class='status green'>Green</span> | |
54-
{:style="table-layout:auto"}
5554

5655
## Migration
5756

5857
| Name | Status | Notes |
5958
| --------------------------------- | --------------------------------------- | ----------------------|
60-
| Bluefoot to Page Builder | <span class='status red'>Red</span> | The renderers provided out of the box are not fully updated with the latest changes to their respective content types.|
61-
{:style="table-layout:auto"}
59+
| Bluefoot to Page Builder | <span class='status green'>Green</span> | |

docs/create-custom-content-type/step-1-add-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Files referenced from the configuration include the HTML templates, the JavaScri
88

99
## Configuration conventions
1010

11-
By convention, Page Builder requires the configuration file to be in the `<module_name>/adminhtml/pagebuilder/content_type` or `content-type` directory.
11+
By convention, Page Builder requires the configuration file to be in the `<module_name>/view/adminhtml/pagebuilder/content_type` or `content-type` directory.
1212

1313
The name of your configuration file should reflect the name of your content type prefixed by your module vendor name and separated by an underscore (_). For example, our module name is `Example/PageBuilderQuote` and our content type is a quote control, so we name our configuration file `example_quote.xml` and add it to our module within the following directory structure (`view/adminhtml/pagebuilder/content_type/`):
1414

docs/release-notes.md

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,60 @@
1-
# Page Builder release notes
1+
# Release notes for Page Builder
2+
3+
The following updates describe the latest improvements to Page Builder.
4+
5+
The release notes include:
6+
7+
- {:.new}New features
8+
- {:.fix}Fixes and improvements
9+
10+
## 1.1.0
11+
12+
This release is compatible Magento Commerce 2.3.3+.
13+
14+
- {:.new}<!-- MC-15250 -->Added explicit product sorting to the Products content type.
15+
16+
- {:.new}<!-- MC-17823 -->Added buttons for inserting images, widgets, and variables in the HTML content type.
17+
18+
- {:.fix}Improved Page Builder security.
19+
20+
- {:.fix}<!-- MC-1805 -->Updated Page Builder to support PHP version 7.3.
21+
22+
- {:.fix}<!-- MC-4137 -->Updated TinyMCE to version 4.9.5. This update, along with our additional improvements, fixed several TinyMCE inline editor issues:
23+
24+
- {:.fix}Variables, images, & image links now get added where the cursor is place.
25+
- {:.fix}Tables and table cells can now be center aligned.
26+
- {:.fix}Copy/paste now pastes content at the cursor's position.
27+
- {:.fix}Links can now be applied to selected text.
28+
- {:.fix}Bullets are now properly aligned.
29+
- {:.fix}Changes within the inline editor can now be saved without first clicking outside the editor.
30+
31+
- {:.fix}<!-- MC-3880 -->Fixed an issue in which the minimum height & vertical alignment was inconsistent between sections on the edit panel for each content type.
32+
33+
- {:.fix}<!-- MC-14994 -->Fixed an issue in which the toolbar from the Heading content type was positioned incorrectly when first dropped on the stage.
34+
35+
- {:.fix}<!-- MC-15742 -->Fixed hard-coded margins in both Slider and Video content types.
36+
37+
- {:.fix}<!-- MC-16241 -->Fixed an issue in which the required asterisk symbol was displayed twice on form fields.
38+
39+
## 1.0.3
40+
41+
This release is compatible Magento Commerce 2.3.2-p2+.
42+
43+
- {:.new}Security enhancements.
44+
45+
## 1.0.2
46+
47+
This release is compatible Magento Commerce 2.3.2-p1+.
48+
49+
- {:.new}Security enhancements.
250

351
## 1.0.1
452

5-
- Ensures compatibility with Magento Commerce 2.3.2.
53+
- {:.new}Ensures compatibility with Magento Commerce 2.3.2.
654

755
## 1.0.0
856

9-
- General availability release!
57+
- {:.new}General availability release!
1058

1159
### Documentation
1260

0 commit comments

Comments
 (0)