- Read block config from the gutenbergCloud settings (if present)
- Update Gutenberg to latest version (6.1.1)
- Support for frontend scripts
- Fixed default public URL on production build
- Allow a target build folder to be set with an environment var
- Only send essential folders to NPM
- Removed Gutenberg-JS dependency
- Added scripts from Gutenberg-js
- Load Gutenberg packages directly
- Added fake data for taxonomies, categories and users.
- Added button to clear local storage manually instead of clearing on bootup.
- Implemented basic image upload to memory.
- Added changelog.
- Updated Gutenberg-JS dependency to the latest version (4.0.0).
- Local storage is no longer cleared on bootup. This makes it possible to test blocks that were pre-saved for consistency and deprecated markup.
- Refactored API Fetch function to cover more WP API Endpoints.