# react-markdown changelog > react-markdown release notes. - Vendor: react-markdown - Category: Frameworks & Libraries - Official site: https://github.com/remarkjs/react-markdown#readme - Tracked by: What's New (https://whatsnew.fyi/product/react-markdown) - Harvested from: GitHub (remarkjs/react-markdown) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### 10.1.0 - Date: 2025-03-07 - Version: 10.1.0 - Original notes: https://github.com/remarkjs/react-markdown/releases/tag/10.1.0 - Permalink: https://whatsnew.fyi/product/react-markdown/releases/10.1.0 ###### Add * 939c667 Add `fallback` prop to `MarkdownHooks` by @remcohaszing in https://github.com/remarkjs/react-markdown/pull/897 ###### Fix * 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 - Date: 2025-03-03 - Version: 10.0.1 - Original notes: https://github.com/remarkjs/react-markdown/releases/tag/10.0.1 - Permalink: https://whatsnew.fyi/product/react-markdown/releases/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 - Date: 2025-02-20 - Version: 10.0.0 - Original notes: https://github.com/remarkjs/react-markdown/releases/tag/10.0.0 - Permalink: https://whatsnew.fyi/product/react-markdown/releases/10.0.0 * aaaa40b Remove support for `className` prop see [“Remove className”](https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-classname) **Full Changelog**: https://github.com/remarkjs/react-markdown/compare/9.1.0...10.0.0 ### 9.1.0 - Date: 2025-02-20 - Version: 9.1.0 - Original notes: https://github.com/remarkjs/react-markdown/releases/tag/9.1.0 - Permalink: https://whatsnew.fyi/product/react-markdown/releases/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 - Date: 2025-01-06 - Version: 9.0.3 - Original notes: https://github.com/remarkjs/react-markdown/releases/tag/9.0.3 - Permalink: https://whatsnew.fyi/product/react-markdown/releases/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 - Date: 2025-01-06 - Version: 9.0.2 - Original notes: https://github.com/remarkjs/react-markdown/releases/tag/9.0.2 - Permalink: https://whatsnew.fyi/product/react-markdown/releases/9.0.2 ###### Types * 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 ###### Miscellaneous * 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 - Date: 2023-11-13 - Version: 9.0.1 - Original notes: https://github.com/remarkjs/react-markdown/releases/tag/9.0.1 - Permalink: https://whatsnew.fyi/product/react-markdown/releases/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 - Date: 2023-09-27 - Version: 9.0.0 - Original notes: https://github.com/remarkjs/react-markdown/releases/tag/9.0.0 - Permalink: https://whatsnew.fyi/product/react-markdown/releases/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 [Add `urlTransform`](https://github.com/remarkjs/react-markdown/blob/main/changelog.md#add-urltransform) * de29396 Remove `linkTarget` option by @galabra in https://github.com/remarkjs/react-markdown/pull/762 **migrate**: see [Remove `linkTarget`](https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-linktarget) * `4346276` Remove support for passing custom props to components **migrate**: see [Remove `includeElementIndex`](https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-includeelementindex),[ Remove `rawSourcePos`](https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-rawsourcepos), [Remove `sourcePos`](https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-sourcepos), [Remove extra props passed to certain components](https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-extra-props-passed-to-certain-components) * `c0dfbd6` Remove UMD bundle from package **migrate**: use `esm.sh` or a CDN or so * `e12b5e9` Remove `prop-types` **migrate**: use TypeScript * `4eb7aa0` Change to throw errors for removed props **migrate**: don’t pass options that don’t do things * `8aabf74` 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 - Date: 2023-04-12 - Version: 8.0.7 - Original notes: https://github.com/remarkjs/react-markdown/releases/tag/8.0.7 - Permalink: https://whatsnew.fyi/product/react-markdown/releases/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 ### 8.0.6 - Date: 2023-03-20 - Version: 8.0.6 - Original notes: https://github.com/remarkjs/react-markdown/releases/tag/8.0.6 - Permalink: https://whatsnew.fyi/product/react-markdown/releases/8.0.6 * [`33ab015`](https://github.com/remarkjs/react-markdown/commit/33ab015) Update to TS 5 by @Methuselah96 in [#734](https://github.com/remarkjs/react-markdown/issues/734) **Full Changelog**: https://github.com/remarkjs/react-markdown/compare/8.0.5...8.0.6