Releases: hikerpig/gatsby-project-kb
Releases · hikerpig/gatsby-project-kb
extract plain markdowndown internal links
What's Changed
- Add 'unist' dependencies in package.json by @rharink in #52
- feat: extract link target from markdown link and show it in backlinks by @hikerpig in #54
New Contributors
Full Changelog: https://github.com/hikerpig/gatsby-project-kb/compare/gatsby-theme-kb@0.9.3...v0.9.4
v0.9.0 Hello Gatsby V4
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
v0.9.0-alpha.3. For Gatsby 4
gatsby-theme-kb
BREAKING: Now this theme works for Gatsby 4, and a bunch of plugins are updated, so it may not work with Gatsby 3 or below.
v0.8.0 Mobile friendly table-of-contents
table-of-contents imrovements
The TOC sidebar now can also be triggered in mobile mode. For more details, please refer to the documentation about table of contents
Features
- demo: an example of shadowing by adding a comment, close #24 (5628ccf)
- gatsby-theme-kb: Add toc menu in mobile mode (a82e9b4)
- gatsby-theme-kb: adjust blockquote style a little (e125ce4)
- gatsby-theme-kb: configurable toc, both
inline
andsidebar
(e3be6cc), close #2 - gatsby-theme-kb: upgrade
gatsby-plugin-purgecss
(35936a6)
v0.7.4
Special thanks to @zubayrrr for posting issues and PRs.
Hello Gatsby V3
BREAKING
now works with gatsby@3
Improvements
- upgrade gatsby-plugin-mdx@2
- fix(gatsby-theme-kb): sidebar expand bug with file in nested folder
- style: a warmer color for light mode default text