Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

25 lines (15 loc) · 1.36 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2021-07-26)

⚠ BREAKING CHANGES

  • disqus are unavailable now
  • all experimental features are unavailable now

Features

  • migrate to gatsby@3.0 (20b5b2f)
  • remove disqus totally (ac179ee)
  • support katex (575e1e2)
  • update reading page style / migrate processor to some gatsby plugins (89624b0)
  • using gatsby-plugin-filesystem to process content and support hot reload now (a03f61d), closes #5

Bug Fixes

  • import 'dayjs/plugin/duration' when using duration to fix typescript error\ (2cedb1c)
  • remove DEV_SSR to clean ssr warnings (916d4ac)