Skip to content

Commit a9393bc

Browse files
committed
PB-427: Release notes 1.3
1 parent 5282c1c commit a9393bc

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

docs/comp-status2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Component status
22

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

55
<style type="text/css" style="display: none">
66
.status {

docs/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ The following topics will help you get started with Page Builder development:
2626
- [View Page Builder](getting-started/view-pagebuilder.md)
2727
- [Install Page Builder Examples](getting-started/install-pagebuilder-examples.md)
2828
- [Check out the User Guide](https://docs.magento.com/m2/ee/user_guide/cms/page-builder.html)
29-
30-
## Videos
31-
32-
<iframe title="Adobe Video Publishing Cloud Player" width="1024" height="576" src="https://video.tv.adobe.com/v/31596t4/?enable10seconds=on&quality=12&speedcontrol=on" frameborder="1" webkitallowfullscreen mozallowfullscreen allowfullscreen scrolling="no"></iframe>

docs/release-notes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ The release notes include:
77
- {:.new}New features
88
- {:.fix}Fixes and improvements
99

10+
## **1.3.0** for Magento Commerce 2.3.5
11+
12+
**Full Height Rows, Banners, and Sliders**
13+
14+
- {:.new}Page Builder Rows, Banners, and Sliders now have the option to set their heights to the full-height of the page using a number with any CSS unit (px, %, vh, em) or a calculation between units (100vh - 237px). These new features are documented here: [Rows](https://docs.magento.com/m2/ee/user_guide/cms/page-builder-layout-row.html), [Banners](https://docs.magento.com/m2/ee/user_guide/cms/page-builder-media-banner.html), [Sliders](https://docs.magento.com/m2/ee/user_guide/cms/page-builder-media-slider.html).
15+
16+
**Video Backgrounds for Rows, Banners, and Sliders**
17+
18+
- {:.new}Page Builder Rows, Banners, and Sliders now have the option to use videos for their backgrounds. These new features are documented here: [Rows](https://docs.magento.com/m2/ee/user_guide/cms/page-builder-layout-row.html), [Banners](https://docs.magento.com/m2/ee/user_guide/cms/page-builder-media-banner.html), [Sliders](https://docs.magento.com/m2/ee/user_guide/cms/page-builder-media-slider.html).
19+
20+
**Templates**
21+
22+
- {:.new}Page Builder now has templates that can be created from existing content and applied to new content areas. Page Builder templates save both content and layouts of existing pages, blocks, dynamic blocks, product attributes, and category descriptions. For example, you can save an existing Page Builder CMS page as a template and then apply that template (with all its content and layouts) to quickly create new CMS Pages for your site. This new feature is documented here: [Templates](https://docs.magento.com/m2/ee/user_guide/cms/page-builder-templates.html).
23+
24+
**Content type upgrade library**
25+
26+
- {:.new}We can now introduce new versions of Page Builder content types without introducing backward-incompatible issues with previous versions. Prior to this release, significant changes to content type configurations would create display and data-loss issues with previously saved Page Builder content types. Our new upgrade library eliminates these issues. The library upgrades previous versions of content types saved to the database to match the configuration changes of the new versions. The new upgrade library is documented here: https://devdocs.magento.com/page-builder/docs/how-to/how-to-upgrade-content-types.html
27+
28+
{: .bs-callout .bs-callout-info }
29+
Page Builder automatically runs the upgrade library on each new release to ensure that the _native_ Page Builder content types are always upgraded to match any changes made to content types for a new release. However, to upgrade previous versions of your _custom_ Page Builder content types requires additional development, as noted in the previous documentation link.
30+
31+
**Fixes**
32+
33+
- {:.fix}<!-- PB-418 -->Fixed data collection failures caused by an error in `ContentTypeUsageReportProvider`.
34+
1035
## **1.2.0** for Magento Commerce 2.3.4
1136

1237
**Page Builder integration with PWA Studio**

0 commit comments

Comments
 (0)