Summary
This release makes significant changes to the core engine of consumer-website
. Gatsby was updated to version 2 and with that; core technologies behind the scenes were updated as well.
Platform changes
- Updated Gatsby to version 2
- Updated Webpack to version 4
- Updated Babel to version 7
Gatsby changes
- Introduction of
StaticQueries
- Removal of
Layouts
- Changes to multiple node APIs in
gatsby-node
Defects
- Storybook is currently not working. Some stories need updates to make it work with the newest query implementations
For more detail changes of this update check gatsby-v2-updates inside our docs