Releases: rehypejs/rehype-react
Releases · rehypejs/rehype-react
8.0.0
Change
- 579589b Change to support preact, solid, svelte, vue, too
migrate: changeimport {Fragment, createElement} from 'react'
->import * as production from 'react/jsx-runtime'
,
then change.use(rehypeReact, {Fragment, createElement})
->.use(rehypeReact, production)
,
and change the optionfixTableCellAlign
->tableCellAlignToStyle
- 73c4fb0 Update
@types/hast
,unified
, utilities, etc
migrate: update too - f9c640b Change to require Node.js 16
migrate: update too - fb00d7b Change to use
exports
migrate: don’t use private APIs
Full Changelog: 7.2.0...8.0.0
7.2.0
7.1.2
Fix
- 33e3489 Fix to not strip whitespace in
th
,td
by @chitoku-k in #45
Misc
- 32b5e83 Fix types for TS 4.9
Full Changelog: 7.1.1...7.1.2
7.1.1
7.1.0
7.0.4
7.0.3
- Fix missing
*.d.ts
files
Full Changelog: 7.0.2...7.0.3
7.0.2
- b97da2f Fix to improve removal of whitespace between tables
by @TheComp44 in #32
Full Changelog: 7.0.1...7.0.2