You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Check out the User Guide](https://docs.magento.com/m2/ee/user_guide/cms/page-builder.html)
29
-
30
-
## Videos
31
-
32
-
<iframetitle="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"webkitallowfullscreenmozallowfullscreenallowfullscreenscrolling="no"></iframe>
Copy file name to clipboardExpand all lines: docs/release-notes.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,31 @@ The release notes include:
7
7
- {:.new}New features
8
8
- {:.fix}Fixes and improvements
9
9
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`.
0 commit comments