Skip to content

Commit 9821cb6

Browse files
committed
Merge branch 'develop' into remove-doc-configs
2 parents 625295b + 5ac15b3 commit 9821cb6

File tree

3 files changed

+29
-34
lines changed

3 files changed

+29
-34
lines changed

README.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
1-
## PageBuilder Early Adopters Program
1+
## Page Builder pre-release access
22

3-
The Page Builder Early Adopters Program (EAP) gives partners the following perks:
4-
5-
* Explore extension points to build custom modules and integrations for 3rd party services, such as Facebook and Instagram.
6-
* Try out customization options and extend its functionality beyond its default features.
7-
* Preview to prepare a migration plan from BlueFoot 1.0 to PageBuilder.
3+
Pre-release access to Page Builder is opened to all Magento Partners with *no support* from Magento team.
4+
Use this access to:
85

9-
## Developer documentation
10-
11-
We will update the developer documentation frequently during beta. Please use this link to access the latest updates: 
12-
[Page Builder developer documentation](https://devdocs.magedevteam.com/ds_pagebuilder/page-builder/getting-started/introduction.html)
6+
- Explore extension points to build custom modules and integrations for 3rd party services, such as Facebook and Instagram.
7+
- Try out customization options and extend its functionality beyond its default features.
8+
- Preview to prepare a migration plan from BlueFoot 1.0 to Page Builder.
139

14-
## Contribute to PageBuilder
10+
Should you find an issue in Page Builder functionality, please report it on GitHub.
1511

16-
We appreciate any and all contributions to PageBuilder. If you are interested in contributing to this repository, please see our [Contribution Guide].
17-
18-
## PageBuilder updates from the Magento core team
12+
## Developer documentation
1913

20-
We will push new beta releases once a week, including work from the backlog. We don't expect any large breaking changes, but we will communicate them to you if the need arises.
14+
We will update the developer documentation frequently during beta. Please use this link to access the latest updates: 
15+
[Page Builder developer documentation](https://devdocs.magedevteam.com/ds_pagebuilder/page-builder/getting-started/install-pagebuilder.html)
2116

22-
## Contact us
17+
## Contribute to Page Builder
2318

24-
To participate in technical discussions and ask questions, join us in [Slack], where a number of Page Builder team members are present.
19+
We appreciate any and all contributions to Page Builder. If you are interested in contributing to this repository, please see our [Contribution Guide].
2520

2621
## TypeScript
2722
This module utilises TypeScript within our adminhtml web directory. This requires an additional build step or watch command to be running during development on this module.

docs/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# Release Notes
1+
# Changelog
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 8 - February 19, 2019
6+
7+
- Resolved: Analytics module sequence issue.
8+
59
## Beta 7 - February 14, 2019
610

11+
Beta 7 has breaking changes due to renaming of several critical variables and parameters in Page Builder's code and configuration. Please refer to the [breaking changes document](https://devdocs.magedevteam.com/ds_pagebuilder/page-builder/breaking-changes.html) for details on how to update your custom content types.
12+
713
- Resolved: Content type markup within Text content type causes whole stage to become HTML <!--MC-13917-->
814
- Resolved: Hard-coded margins on individual Button <!--MC-13925-->
915
- Resolved: Various TypeScript errors <!--MC-10833-->

docs/getting-started/introduction.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# PageBuilder Early Adopters Program
1+
# Page Builder pre-release access
22

3-
The Page Builder Early Adopters Program (EAP) gives partners the following perks:
4-
5-
* Explore extension points to build custom modules and integrations for 3rd party services, such as Facebook and Instagram.
6-
* Try out customization options and extend its functionality beyond its default features.
7-
* Preview to prepare a migration plan from BlueFoot 1.0 to PageBuilder.
3+
Pre-release access to Page Builder is opened to all Magento Partners with *no support* from Magento team.
4+
Use this access to:
5+
6+
- Explore extension points to build custom modules and integrations for 3rd party services, such as Facebook and Instagram.
7+
- Try out customization options and extend its functionality beyond its default features.
8+
- Preview to prepare a migration plan from BlueFoot 1.0 to Page Builder.
9+
10+
Should you find an issue in Page Builder functionality, please report it on GitHub.
811

912
## Installation
1013

@@ -77,14 +80,5 @@ See [Install Page Builder](install-pagebuilder.md)
7780

7881
## Contribute to Page Builder
7982

80-
We appreciate any and all contributions to PageBuilder. If you are interested in contributing to this repository, please see our [Contribution guide](https://github.com/magento/magento2-page-builder/CONTRIBUTING.md).
81-
82-
## Page Builder updates from the Magento core team
83-
84-
We will push new beta releases once a week, including work from the backlog. We don't expect any large breaking changes, but we will communicate them to you if the need arises.
85-
86-
## Contact us
87-
88-
To participate in technical discussions and ask questions, join us in [Slack], where a number of Page Builder team members are present.
83+
We appreciate any and all contributions to Page Builder. If you are interested in contributing to this repository, please see our [Contribution guide](https://github.com/magento/magento2-page-builder/CONTRIBUTING.md).
8984

90-
[Slack]: https://magentocommeng.slack.com/messages/GANS1R4C9

0 commit comments

Comments
 (0)