Skip to content

v2.0.0

Choose a tag to compare

@mustaphaturhan mustaphaturhan released this 14 May 19:36
· 15 commits to master since this release

🔥💥 Breaking Changes

  • Theme is revisited for react-markdown v6 big thanks to @davidgit. Please be careful before update your dependencies. This update can break your all markdown settings.

To migrate to new version, change renderers prop with components like react markdown says.

<ReactMarkdown
  components={ChakraUIRenderer()}
  children={markdown}
  escapeHtml={false}
/>;