Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.

Latest commit

 

History

History
79 lines (49 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

79 lines (49 loc) · 2.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Added

  • Allow transformers to be specified as objects
  • Enable filtering nodes out of transformer processing

Changed

Removed

  • 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

[xxx]

Added

  • Enable MDX Rendering from GraphQL queries

0.0.7 - 2018-08-05

Added

  • Allow a single defaultLayout in defaultLayouts plugin options @avigoldman
  • Enable experimental MDXProvider support @christopherbiscardi

Changed

  • [Breaking] change the wordCount GraphQL field to wordCounts to support having gatsby-transformer-remark installed at the same time.

0.0.6 - 2018-07-31

Added

  • Enable the use of source-specific default layouts @avigoldman

Changed

  • Import @babel/core instead of babel-core @ryaninvents
  • Enhance MDXProvider usage documentation @macklinu

0.0.5 - 2018-07-28

Added

  • include @mdx-js/tag as a peerdep

0.0.4 - 2018-07-27

Added

  • 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

Changed

  • Support mdx@0.15.0-1 @christopherbiscardi
  • Fix bug that was preventing custom remark plugins in createPages @christopherbiscardi
  • docs updates @christopherbiscardi @avigoldman @kruton