What changed in remark-rehype from 10 to 11
4 releases numbered after 10.1.0 up to and including 11.1.2, stable releases only. 10.1.0 and 11.1.2 are the newest stable releases of 10 and 11 we track; this page follows them as new ones ship.
- 1 removes or deprecates something
10 changes across 4 releases
Added 3
Changed 4
Fixed 2
Removed 1
- Remove `Processor` type
Original release notes, newest first
The list above is our reading of these notes; the originals from unified are here, one fold per release.
11.1.2
Types
- eefd5f1 Fix types for bridge mode with missing overload
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/11.1.1...11.1.2
11.1.1
Fix
- f0cce2d Fix mutate support in
unified-engine
Miscellaneous
- 364ee71 Remove license year
Types
- e4576c0 Refactor to use
@imports - c62d719 Add declaration maps
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/11.1.0...11.1.1
11.1.0
Add
- 0174dfc Add
fileto options passed tomdast-util-to-hast
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/11.0.0...11.1.0
11.0.0
Change
- 30091c7 Change to require Node.js 16 migrate: update too
- cafeacc Change to use
exportsmigrate: don’t use private APIs - acb292a Update
mdast-util-to-hast,@types/{hast,mdast}, unified, etc migrate: update too if you don’t use handlers, this should be fine; if you do, seemdast-util-to-hast@13.0.0 - ba50965 Remove
Processortype migrate: get it fromunified
Add
- b990986 Add exports of
defaultFootnoteBackContent,defaultFootnoteBackLabel
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0