gatsby-mdx-remote
Version:
A plugin to transform nodes with mdx content and frontmatter into mdx File nodes for consumption by the gatsby-plugin-mdx plugin
29 lines (18 loc) • 716 B
Markdown
### 1.0.20
* Fix capitalization of YAML package in script
* Fix MDX with empty markdownImageList throwing errors in some circumstances
* Add RELEASE_NOTES.md and reconstruct history
* Corrected package name in README, including in install command!
### 1.0.19
* Fixed undefined if no frontmatter
* Documentation fixes (thanks to the community)
### 1.0.18 (and some more previous releases)
* Child MDX support
* Renamed plugin to follow naming convention
* Fix option naming
* Fixed html parsing and complete move to Typescript
* Plugin converted to Typescript
* Even more documentation after testing in another repo
### 1.0.0 --> 1.0.7
* Image processing
* Lots of readme updates and overall plugin editing