Releases: mohatt/gatsby-plugin-advanced-pages
Releases · mohatt/gatsby-plugin-advanced-pages
v3.0.1
v3.0.0
3.0.0 (2021-07-30)
Bug Fixes
- plugin: fix license (49da5bb)
chore
- deps: update deps (cde2a69)
Features
- plugin: convert
getActivatedRoute
andisActivatedRoute
to React hooks (027824a)
Performance Improvements
- plugin: improve error message in
Link
component (0ebdfa5) - plugin: use
clsx
package instead ofclassnames
(a8e2ae6)
BREAKING CHANGES
- plugin:
getActivatedRoute
andisActivatedRoute
are now React hooksuseRoute
anduseIsRoute
. - deps: The plugin now requires at least Gatsby v3.0.4
v2.2.1
v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
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)