Skip to content

v1.0.0

Compare
Choose a tag to compare
@ryanwiemer ryanwiemer released this 01 Feb 01:59
· 11 commits to master since this release
4a337ec

⚠️ This is a major update containing breaking changes.

  • mdx support
  • Theme UI and Emotion support
  • New colorToggle theme option
  • Improved SEO
  • Removed iconPath theme option
    • Use gatsby-plugin-manifest on the site itself instead
  • basePath and contentPath have been adjusted and should no longer contain leading or trailing slashes
  • A new custom type called post is used rather than just querying mdx itself
    • For more info on why please reference Chris Biscardi's blog post