This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Releases: remarkjs/remark-react
Releases · remarkjs/remark-react
10.0.0
9.0.1
9.0.0
- aa765d3 Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkReact = require('remark-react') // To ESM import remarkReact from 'remark-react'
- 98a3c83 Make
createElement
,Fragment
required options
Please import and passReact.createElement
,React.Fragment
yourself now - d259593 Add JSDoc based types
- 4a6d7ea Update dependencies
8.0.0
7.0.1
7.0.0
- 6cb5df2 Update
mdast-util-to-hast
(breaking, potentially, if you or your dependents use typescript) - 4fbf2a0 Update
hast-to-hyperscript
(breaking, potentially, if you or your dependents use typescript) - c9fdedf Refactor prose
- 7e56220 Add notes on security
6.0.0
- 229ae5b Update
hast-util-sanitize
(seehast-util-sanitize@2.0.0
) - ce030f9 Update
mdast-util-to-hast
(seemdast-util-to-hast@6.0.0
) - 12118b4 Update
hast-to-hyperscript
(seehast-to-hyperscript@7.0.0
) - 228fd8e Add back table white space stripping
- c3bac34 Refactor prose