Skip to content

Releases: hikerpig/gatsby-project-kb

extract plain markdowndown internal links

10 Jun 05:56
Compare
Choose a tag to compare

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

06 Feb 10:44
gatsby-theme-kb@0.9.0
Compare
Choose a tag to compare

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

25 Dec 13:52
Compare
Choose a tag to compare
Pre-release

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

24 Oct 08:14
Compare
Choose a tag to compare

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

sidebar-mobile-toc

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 and sidebar (e3be6cc), close #2
  • gatsby-theme-kb: upgrade gatsby-plugin-purgecss (35936a6)

v0.7.4

30 May 13:17
Compare
Choose a tag to compare

Special thanks to @zubayrrr for posting issues and PRs.

  • feat: Support dark mode for graph view, related #15

  • fix: broken hover card overflow style in Firefox, close #19

  • fix: toc backlink anchor clicking malfunctioning due to lack of id, close #18

  • fix: anchor popover nested content's link resolving, related #20

Hello Gatsby V3

05 Mar 14:56
Compare
Choose a tag to compare

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

0.5.2

28 Feb 10:40
Compare
Choose a tag to compare
  • fix(gatsby-theme-kb): errors when rendering custom components in mdx mentioned in #6

  • Publish

    • demo@1.2.2
    • gatsby-theme-kb@0.5.2