All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Allow transformers to be specified as objects
- Enable filtering nodes out of transformer processing
- fileNode, fileAbsolutePath, and relativePath are no longer fields on the mdx graphql schema. Use fragments on the parent instead. This fixes the parent/child warning in #83
- Enable MDX Rendering from GraphQL queries
0.0.7 - 2018-08-05
- Allow a single defaultLayout in
defaultLayouts
plugin options @avigoldman - Enable experimental MDXProvider support @christopherbiscardi
- [Breaking] change the
wordCount
GraphQL field towordCounts
to support havinggatsby-transformer-remark
installed at the same time.
0.0.6 - 2018-07-31
- Enable the use of source-specific default layouts @avigoldman
- Import
@babel/core
instead ofbabel-core
@ryaninvents - Enhance MDXProvider usage documentation @macklinu
0.0.5 - 2018-07-28
- include @mdx-js/tag as a peerdep
0.0.4 - 2018-07-27
- New graphql fields (excerpt, timeToRead, wordCount) @avigoldman
- Enable GraphQL querying of arbitrary serializable exports @avigoldman
- Custom remark plugins example @christopherbiscardi
- Page query in mdx files example @christopherbiscardi
- Support [email protected] @christopherbiscardi
- Fix bug that was preventing custom remark plugins in createPages @christopherbiscardi
- docs updates @christopherbiscardi @avigoldman @kruton