Skip to content

Commit 5dcdcc2

Browse files
committed
PB-427: Release notes 1.3
Tweaked bullets layout
1 parent 0d7cabc commit 5dcdcc2

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

docs/release-notes.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,22 @@ The release notes include:
99

1010
## **1.3.0** for Magento Commerce 2.3.5
1111

12-
- {:.new}**Full Height Rows, Banners, and Sliders**
13-
12+
- {:.new}**Full Height Rows, Banners, and Sliders**<br/>
1413
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).
1514

16-
- {:.new}**Video Backgrounds for Rows, Banners, and Sliders**
17-
15+
- {:.new}**Video Backgrounds for Rows, Banners, and Sliders**<br/>
1816
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).
1917

20-
- {:.new}**Templates**
21-
18+
- {:.new}**Templates**<br/>
2219
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).
2320

24-
- {:.new}**Content type upgrade library**
25-
21+
- {:.new}**Content type upgrade library**<br/>
2622
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: [Upgrading content types](https://devdocs.magento.com/page-builder/docs/how-to/how-to-upgrade-content-types.html){:data-proofer-ignore='true'}.
2723

2824
{: .bs-callout .bs-callout-info }
2925
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.
3026

31-
- {:.new}**Documentation on adding new Appearances**
32-
27+
- {:.new}**Documentation on adding new Appearances**<br/>
3328
Everything you need to know about [adding appearances](https://devdocs.magento.com/page-builder/docs/how-to/how-to-add-appearance.html) for existing or custom content types.
3429

3530
**Various fixes**
@@ -38,7 +33,7 @@ The release notes include:
3833
- {:.fix}<!-- PB-166 -->Updated Page Builder to implement destroy method to prevent memory leaks in some scenarios.
3934
- {:.fix}<!-- PB-170 -->Improved TinyMCE performance when multiple instances are used on the Admin stage.
4035
- {:.fix}<!-- PB-252 -->Fixed an issue in which the Dynamic Block content type does not render on the Admin stage if the top row is marked as hidden.
41-
- {:.fix}<!-- PB-273 -->RRefined mouse-hover events on the Admin stage by removing a 200ms delay from various UI controls. This makes it easier to interact with nested content items.
36+
- {:.fix}<!-- PB-273 -->Refined mouse-hover events on the Admin stage by removing a 200ms delay from various UI controls. This makes it easier to work with nested content items on the stage.
4237
- {:.fix}<!-- PB-294 -->Fixed an issue in which the currency symbol was being escaped improperly in the Product List widget within the Block/Dynamic Block on the Admin stage.
4338
- {:.fix}<!-- PB-296 -->Fixed an issue in which the product total on the Page Builder edit panel did not work for custom MSI stock products.
4439
- {:.fix}<!-- PB-317 -->Fixed an issue in which saving Page Builder content with background images on Microsoft Edge does not render those images on the storefront.

0 commit comments

Comments
 (0)