What changed in react-markdown from 9 to 10
3 releases numbered after 9.1.0 up to and including 10.1.0, stable releases only. 9.1.0 and 10.1.0 are the newest stable releases of 9 and 10 we track; this page follows them as new ones ship.
- 1 removes or deprecates something
4 changes across 3 releases
Original release notes, newest first
The list above is our reading of these notes; the originals from react-markdown are here, one fold per release.
10.1.0
Add
- 939c667 Add
fallbackprop toMarkdownHooksby @remcohaszing in https://github.com/remarkjs/react-markdown/pull/897
Fix
- a40ae2e Fix race condition in
MarkdownHooksby @remcohaszing in https://github.com/remarkjs/react-markdown/pull/896
Full Changelog: https://github.com/remarkjs/react-markdown/compare/10.0.1...10.1.0
10.0.1
- 7c17ede Fix TypeScript performance around components by @remcohaszing in https://github.com/remarkjs/react-markdown/pull/893
Full Changelog: https://github.com/remarkjs/react-markdown/compare/10.0.0...10.0.1
10.0.0
- aaaa40b Remove support for
classNameprop see “Remove className”
Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.1.0...10.0.0