Skip to content

v2.0.0

Compare
Choose a tag to compare
@mohatt mohatt released this 01 Feb 16:02
· 98 commits to master since this release

2.0.0 (2021-02-01)

BREAKING CHANGES

  • The new version introduces a new better api for defining pages and routes, the old api is no longer supported.
  • The schema for the types defined by the plugin has been changed, old GraphQL queries will not work.
  • The Route GraphQL type has been removed.

Features

  • plugin: Removed Markdown/Mdx transformer dependency, the plugin can now function without them. (1964adb)
  • plugin: Implemented "pluginOptionsSchema" node api for validating plugin options and pages config. (1964adb)
  • plugin: Added lookupPath() for validating paths within plugin (de49bab)

Performance Improvements

  • plugin: added error reporter (318b26e)