remarkjs/react-markdown
 Watch   
 Star   
 Fork   
2023-11-13 21:58:58
react-markdown

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

2023-09-28 00:06:54
react-markdown

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
  • de29396 Remove linkTarget option by @galabra in https://github.com/remarkjs/react-markdown/pull/762 migrate: see Remove linkTarget
  • 4346276 Remove support for passing custom props to components migrate: see Remove includeElementIndex, Remove rawSourcePos, Remove sourcePos, 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

2023-04-12 18:09:31
react-markdown

8.0.7

Perf

Docs

Full Changelog: https://github.com/remarkjs/react-markdown/compare/8.0.6...8.0.7

2023-03-20 20:47:34
react-markdown

8.0.6

Full Changelog: https://github.com/remarkjs/react-markdown/compare/8.0.5...8.0.6

2023-01-18 03:18:48
react-markdown

8.0.5

Misc

New Contributors

Full Changelog: https://github.com/remarkjs/react-markdown/compare/8.0.4...8.0.5

2022-12-01 15:56:46
react-markdown

8.0.4

Full Changelog: https://github.com/remarkjs/react-markdown/compare/8.0.3...8.0.4

2022-04-20 21:00:55
react-markdown
2022-03-31 22:20:35
react-markdown

8.0.2

Full Changelog: https://github.com/remarkjs/react-markdown/compare/8.0.1...8.0.2

2022-03-14 18:16:10
react-markdown
2022-01-18 02:20:47
react-markdown

8.0.0

What's Changed

  • cd845c9 Remove deprecated plugins option (migrate by renaming it to remarkPlugins)
  • 36e4916 Update remark-rehype, add support for passing it options by @peolic in #669 (migrate by removing remark-footnotes and updating remark-gfm if you were using them, otherwise you shouldn’t notice this)

Full Changelog: https://github.com/remarkjs/react-markdown/compare/7.1.2...8.0.0