Releases: magento/magento2-page-builder
1.4.0 Release
Compatible with Magento Commerce 2.4.0.
New features
- Added support for PHP 7.4.
Fixes and improvements
- Fixed an issue where the Products content type did not show configurable products when the condition was set to price.
- Fixed the Products alignment configuration to position only the product container itself, not the contents of the product container, such as the product name, price, buttons, images, and other elements.
- Performance improvements.
- Security enhancements.
1.4.0 Alpha4
1.4.0 Alpha4
1.3.2 Release
Compatible with Magento Commerce 2.3.5-p2.
Security enhancements.
1.4.0 Alpha3
1.4.0 Alpha3
1.4.0 Alpha2
1.4.0 Alpha2
1.4.0 Alpha1
1.4.0 Alpha1
1.3.1 Release
Compatible with Magento Commerce 2.3.5-p1.
This version of Page Builder is just a version-number update for Magento 2.3.5-p1. All features described for version 1.3.0 apply to this version as well.
1.3.0 Release
Compatible with Magento Commerce 2.3.5.
Templates
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.
Video Backgrounds for Rows, Banners, and Sliders
Page Builder Rows, Banners, and Sliders now have the option to use videos for their backgrounds. These new features are documented here: Rows, Banners, Sliders.
Video support additions and enhancements
Page Builder now supports a wider variety of video formats. In addition to YouTube and Vimeo videos, the Video content type and the video backgrounds now support video URL links to video formats like .mp4 and other browser-supported formats. The Video content type also adds an autoplay feature. These new features are documented here: Video content type.
Full Height Rows, Banners, and Sliders
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, Banners, Sliders.
Content type upgrade library
We can now create 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. We designed the library to upgrade previous versions of content types saved to the database so that they match the configuration changes in the new versions. Page Builder runs the upgrade library on native content types as needed for a new release. This ensures that the built-in Page Builder content types are always upgraded to match any changes we make to content types for a new release.
❗ Please Note:❗
If you have created additional database entities for storing Page Builder content, you must add those entities to your etc/di.xml. If you do not, the Page Builder content stored in your entity will not be updated, causing potential data-loss and display issues. For example, if you have created a blog entity that stores Page Builder content, you must add your blog entity to your etc/di.xml file as an UpgradableEntitiesPool type so that the upgrade library can update the Page Builder content types used in your blog. For more information and instructions on using the upgrade library, see: How to use the content type upgrade library.
Documentation on adding new Appearances
Everything you need to know about adding appearances for existing or custom content types.
1.2.2 Release
Compatible with Magento Commerce 2.3.4-p2.
Security enhancements.
1.2.1 Release
Compatible with Magento Commerce 2.3.4-p1.
Security enhancements.