diff --git a/docs/component-status.md b/docs/component-status.md index 9d4d7452611..6473466a7ae 100644 --- a/docs/component-status.md +++ b/docs/component-status.md @@ -46,7 +46,7 @@ Issues that are not related to Page Builder beta are not part of this report. | Image | Green | | | Video | Green | | | Banner | Green | | -| Slider | Yellow | Cannot be edited in IE 11 | +| Slider | Green | | | Map | Green | | | Block | Green | | | Dynamic Block | Green | | diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index d3f1b6d1bcb..115514cd709 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -71,8 +71,8 @@ See [Install Page Builder](install-pagebuilder.md) ### Other +* [Release notes](../release-notes.md) * [Component status](../component-status.md) -* [Known issues](../known-issues.md) * [Contribution guide](https://github.com/magento/magento2-page-builder/blob/develop/CONTRIBUTING.md) diff --git a/docs/known-issues.md b/docs/known-issues.md deleted file mode 100644 index 77ffa0838cc..00000000000 --- a/docs/known-issues.md +++ /dev/null @@ -1,19 +0,0 @@ -# Known Issues - -This article outlines the known higher priority issues present in the Page Builder beta release. We're actively working on many of these items and will update this document accordingly. - -## Issues - -* Degraded admin experience in IE 11. - * Unable to edit a slide item due to being unable to click on the edit icon for a slide item. - * Inline editing placeholders behave strangely within the admin and won't disappear when typing starts. -* Product does not display in admin when it is assigned to a specific website. -* TinyMCE inline editing mode is focused after saving a content type within the admin. -* Column rendered widths differ from storefront to admin. -* Issues with paddings, margins, and box-sizing on numerous content types. -* Floating option menus and other controls can be displayed off screen when content types are rendered near the edge of the screen. -* Degraded Parallax performance on storefront and in admin within some browsers. -* Using Page Builder within a slide out form has a degraded experience. - * Left-side panel will not scroll with the user. - * Dragging and dropping can become broken due to another instance of Page Builder being loaded. -* Scrolling within full-screen mode can cause the underlying page to scroll instead of the Page Builder content. diff --git a/docs/release-notes.md b/docs/release-notes.md new file mode 100644 index 00000000000..724a3d76a2b --- /dev/null +++ b/docs/release-notes.md @@ -0,0 +1,33 @@ +# Release Notes + +Here are the Page Builder beta release notes and the higher priority known issues. We are actively working on many of these items and will update this document with each beta release. + +## Beta 2 - December 10, 2018 + +- Resolved: Image inside Text Content Type is scaled on stage +- Resolved: Padding is not respected on Text +- Resolved: Saving Slide Button Type As Secondary Or Link Will Still Show As Primary On Edit Form +- Resolved: Columns Widths Are Not Consistent Between Stage & Storefront +- Resolved: Review Information Covered By Add To Cart Button On Products On Stage +- Resolved: Hard Coded Padding On Button Groups & On Text +- Resolved: Remove Reset Button From Slide Outs For All Content Types +- Resolved: Remove is_hideable option from content type configuration +- Resolved: IE11 - Cannot Use Slide Item Option Menu + +## Beta 1 - November 27, 2018 + +- Initial beta release + +## Known Issues + +* Degraded admin experience in IE 11. + * Inline editing placeholders behave strangely within the admin and won't disappear when typing starts. +* Product does not display in admin when it is assigned to a specific website. +* TinyMCE inline editing mode is focused after saving a content type within the admin. +* Issues with padding, margins, and box-sizing on numerous content types. +* Floating option menus and other controls can be displayed off screen when content types are rendered near the edge of the screen. +* Degraded Parallax performance on storefront and in admin within some browsers. +* Using Page Builder within a slide out form has a degraded experience. + * Left-side panel will not scroll with the user. + * Dragging and dropping can become broken due to another instance of Page Builder being loaded. +* Scrolling within full-screen mode can cause the underlying page to scroll instead of the Page Builder content. \ No newline at end of file