10.1.0
- 939c667 Add
fallback
prop toMarkdownHooks
by @remcohaszing in https://github.com/remarkjs/react-markdown/pull/897
- a40ae2e Fix race condition in
MarkdownHooks
by @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 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
className
prop see “Remove className”
Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.1.0...10.0.0
9.1.0
- 6ce120e Add support for async plugins by @wooorm in https://github.com/remarkjs/react-markdown/pull/890
Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.0.3...9.1.0
9.0.3
(same as 9.0.2 but now with d.ts files)
Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.0.2...9.0.3
9.0.2
- b151a90 Fix types for React 19 by @remcohaszing in https://github.com/remarkjs/react-markdown/pull/879
- 6962af7 Add declaration maps
- aa5933b Refactor to use
@import
to import types by @remcohaszing in https://github.com/remarkjs/react-markdown/pull/836
- 9eb589e Fix typo in changelog by @NicholasWilsonDEV in https://github.com/remarkjs/react-markdown/pull/874
- 515bf19 Fix typo by @deep-lyra in https://github.com/remarkjs/react-markdown/pull/868
Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.0.1...9.0.2
9.0.1
- d8e3787 Fix double encoding in new url transform
- 55d8d83 Refactor docs to use
createRoot
Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.0.0...9.0.1
9.0.0
Change
- b67d714 Change to require Node.js 16 migrate: update too
- ec2b134 Change to require React 18 migrate: update too
- bf5824f Change to use
exports
migrate: don’t use private APIs - c383a45 Update
@types/hast
, utilities, plugins, etc migrate: update too - eca5e6b 08ead9e Replace
transformImageUri
,transformLinkUri
w/urlTransform
migrate: see AddurlTransform
- de29396 Remove
linkTarget
option by @galabra in https://github.com/remarkjs/react-markdown/pull/762 migrate: see RemovelinkTarget
4346276
Remove support for passing custom props to components migrate: see RemoveincludeElementIndex
, RemoverawSourcePos
, RemovesourcePos
, Remove extra props passed to certain componentsc0dfbd6
Remove UMD bundle from package migrate: useesm.sh
or a CDN or soe12b5e9
Removeprop-types
migrate: use TypeScript4eb7aa0
Change to throw errors for removed props migrate: don’t pass options that don’t do things8aabf74
Change to improve error messages migrate: expect better messages
Full Changelog: https://github.com/remarkjs/react-markdown/compare/8.0.7...9.0.0
8.0.7
Perf
- c289176 Fix performance for keys by @wooorm in https://github.com/remarkjs/react-markdown/pull/738
Docs
- 9034dbd Fix types in syntax highlight example by @dlqqq in https://github.com/remarkjs/react-markdown/pull/736
Full Changelog: https://github.com/remarkjs/react-markdown/compare/8.0.6...8.0.7