Skip to content

0.5.0

Compare
Choose a tag to compare
@jescalan jescalan released this 09 Jul 22:23
4828f4e

This release adds a couple wonderful new features:

  • Custom data can now be passed into your mdx templates via the scope argument to renderToString
  • 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

Credits

Huge thanks to @rafaelalmeidatk and @bogdansoare for helping!