React Markdown Versions Save

Markdown component for React

9.0.1

6 months ago
  • 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

7 months ago

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

8.0.7

1 year ago

Perf

Docs

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

8.0.6

1 year ago

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

8.0.5

1 year ago

Misc

New Contributors

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

8.0.4

1 year ago

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

8.0.3

2 years ago

8.0.2

2 years ago

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

8.0.1

2 years ago

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

8.0.0

2 years ago

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