Skip to content

Commit 9f70016

Browse files
committed
MAGEDOC-3485: Docs for beta 5 release
Adding release notes and minor fixes
1 parent 85ba878 commit 9f70016

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

docs/configurations/iconography.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# Iconography
22

3-
<!-- {% raw %} -->
4-
53
## Overview
64

75
PageBuilder Admin icons follow the same design principles as the core [Magento Admin icons].
86
They are simple, flat, and monochromatic to prevent the loss of detail at smaller sizes and makes the shapes easier to comprehend.
97

10-
## Icon library
8+
## Page Builder icons
119

12-
The following image shows all available PageBuilder Admin icons:
10+
The following image shows all available PageBuilder Admin icons with class names to reference them by:
1311

14-
![PageBuilder admin icons](../images/pagebuilder-icons.png)
12+
![PageBuilder admin icons](../images/pagebuilder-icons.png){:width="870px" height="auto"}
1513

1614
You can use these icons when extending or customizing the PageBuilder module or [create your own icons].
1715

18-
## Icon fonts
16+
## Creating icon fonts
1917

2018
We recommend using icon fonts to get the best quality for your icons.
2119
The PageBuilder Admin icon fonts can be found in the [cms-icons repository].
@@ -33,5 +31,3 @@ If you want to add your own icons, each icon will need to be in its own SVG file
3331
[Magento Admin icons]: https://devdocs.magento.com/guides/v2.2/pattern-library/graphics/iconography/iconography.html
3432
[create your own icons]: https://devdocs.magento.com/guides/v2.2/pattern-library/graphics/iconography/iconography.html#creating-icons
3533
[cms-icons repository]: https://github.com/magento-ux/cms-icons
36-
37-
<!-- {% endraw %} -->

docs/create-basic-content-type/step-5-add-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Unlike the `class` attribute, which always includes the defined classes, the `cs
2222

2323
The following diagram details how the `css` binding works starting from the HTML template (`preview.html`), the configuration (`example_quote.xml`), the form field from `pagebuilder_example_quote_form.xml`, to the CSS stylesheet (`_import.less`) and finally to the rendered HTML. The highlighted parts of the code and the arrows between them should give you a good idea for how things are connected to make the `css` binding work.
2424

25-
![Create config file](../images/step5-css-binding.png)
25+
![Create config file](../images/step5-css-binding.png){:width="745px" height="auto"}
2626

2727
As shown, the end result appends the user-entered CSS classes to the rendered template element along with any other `class` styles you already defined.
2828

docs/images/pagebuilder-icons.png

135 KB
Loading

docs/images/step5-css-binding.png

207 KB
Loading

docs/release-notes.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## Beta 5 - January 28, 2019
6+
7+
- Resolved: Prefixed field names with section name to avoid field name collision <!-- MC-5232 -->
8+
- Resolved: MFTF: Rewrite Selectors/ActionGroups to allow using PageBuilder in non-CMS page areas <!-- MC-4231 -->
9+
- Resolved: Right/Left Margin Not Working For Content Types <!-- MC-5025 -->
10+
- Resolved: Alignment doesn't work for Slide, Banners, & Text Placeholders & for Slide Content & Banner Poster Content <!-- MMC-4290 -->
11+
- Resolved: Implement better developer error reporting <!-- MC-5691 -->
12+
- Resolved: Banner placeholder disappears when user switching between different appearances <!-- MC-5727 -->
13+
514
## Beta 4 - January 14, 2019
615

716
- Resolved: Collage Center/Left/Right does not work correctly in a container smaller than 100% width <!-- MC-5372 -->
@@ -35,14 +44,11 @@ Here are the Page Builder beta release notes and the higher priority known issue
3544

3645
## Known Issues
3746

38-
* Degraded admin experience in IE 11.
39-
* Inline editing placeholders behave strangely within the admin and won't disappear when typing starts.
47+
* Degraded admin experience when using IE 11.
4048
* Product does not display in admin when it is assigned to a specific website. <!-- MC-5373 -->
41-
* TinyMCE inline editing mode is focused after saving a content type within the admin. <!-- MC-3812 -->
42-
* Issues with padding, margins, and box-sizing on numerous content types.
43-
* Floating option menus and other controls can be displayed off screen when content types are rendered near the edge of the screen.
49+
* Issues with padding, margins, and box-sizing on numerous content types. <!-- MC-11021 -->
50+
* Floating option menus and other controls can be displayed off screen when content types are rendered near the edge of the screen. <!-- MC-5383 -->
4451
* Degraded Parallax performance on storefront and in admin within some browsers. <!-- MC-5480 -->
4552
* Using Page Builder within a slide out form has a degraded experience.
4653
* Left-side panel will not scroll with the user.
47-
* Dragging and dropping can become broken due to another instance of Page Builder being loaded.
48-
* Scrolling within full-screen mode can cause the underlying page to scroll instead of the Page Builder content.
54+
* Dragging and dropping can become broken due to another instance of Page Builder being loaded.

0 commit comments

Comments
 (0)