v0.9.0 Hello Gatsby V4
hikerpig
released this
06 Feb 10:44
·
17 commits
to master
since this release
BREAKING CHANGE: To be compatible with Gatsby v4
Related issue #36
Some changes you need to apply to your site:
- Minimal Node.js version is now 14.15.0
- Upgrade your dependency to gatsby@latest
For plugin upgrade and more other details, please see Gatsy's official guide Migrating from v3 to v4 | Gatsby
Some common errors and fixes
.cache/loader.js: Missing class properties transform.
This is likely a Gatsby code generation cache issue.
You can fix it by the command below ( assuming you are using yarn
).
rm -rf yarn.lock node_modules && yarn
✨ Features
- show graph-view in mobile mode (#38), thanks @nollied