0.5.0
This release adds a couple wonderful new features:
- Custom data can now be passed into your mdx templates via the
scope
argument torenderToString
- Standard html/markdown elements can now be customized via the
components
argument - This library now works in browsers that don't support
requestIdleCallback
life Safari
Minor Changes
- Allow the customization of standard markdown elements: #11
- Add ability to include scoped variables in the mdx: 75226ae
- Merge pull request #8 from chewnoill/chewy/scoped-variables: 8d3eee4
- Add requestIdleCallback shim: #12
Patches
- Fix readme typo,: 76c52ed
Credits
Huge thanks to @rafaelalmeidatk and @bogdansoare for helping!