Skip to content

Commit

Permalink
Added info regarding removal of Layouts (#5204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryandi Tjia authored and KyleAMathews committed May 1, 2018
1 parent b5e687a commit 13d33e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Breaking Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
* Changed `modifyWebpackConfig` to `onCreateWebpackConfig`
* Inlining CSS changed — remove it from any custom html.js as done automatically by core now.
* Manually install `react` and `react-dom`, along with any dependencies required by your plugins.
* Layouts have been removed. To achieve the same behavior as v1, you have to wrap your pages and page templates with your own Layout component. Since Layout is a non-page component, making query has to be done with StaticQuery.

0 comments on commit 13d33e1

Please sign in to comment.