Sourced from react-markdown's changelog.
5.0.3 - 2020-10-23
bb0bddeUnlock peer dependency on React to allow v1724e42bdFix exception on missing element fromhtml-to-react3d363e9Fix umd browser build5.0.2 - 2020-10-23
4dadabaFix to allow combiningallowedTypes,unwrapDisallowedin types5.0.1 - 2020-10-21
c3dc5eeFix to not crash on empty text nodes5.0.0 - 2020-10-19
BREAKING
Maintained by unified
This project is now maintained by the unified collective, which also houses the underlying tools used in
react-markdown: hundreds of projects for working with markdown and markup related things (including MDX). We have cleaned the project: updated dependencies, improved docs/tests/coverage/types, cleaned the issue tracker, and fixed a couple of bugs, but otherwise much should be the same.Upgrade
remark-parseThe parser used in
react-markdownhas been upgraded to the latest version. It is now 100% CommonMark compliant: that means it works the same as in other places, such as Discourse, Reddit, Stack Overflow, and GitHub. Note that GitHub does extend CommonMark: to match how Markdown works on GitHub, use theremark-gfmplugin.New serializer property:
nodeA new
nodeprop is passed to all non-tag/non-fragment renderers. This contains the raw mdast AST node, which opens up a number of interesting possibilities.
... (truncated)
22bb787 5.0.3bb0bdde Unlock peer dependency on React to allow v17816a52b Use Actions6e2eb1c Update dev-dependencies24e42bd Fix exception on missing element from html-to-react3d363e9 Fix umd browser build6e38dd3 Update changelog62a683f 5.0.289bc8d8 Add ignore comment4dadaba Fix to allow combining allowedTypes, unwrapDisallowed in typesThis version was pushed to npm by wooorm, a new releaser for react-markdown since your current version.