# remark-rehype changelog > Bridge plugin turning a remark markdown tree into a rehype HTML tree. - Vendor: unified - Category: Frameworks & Libraries - Official site: https://github.com/remarkjs/remark-rehype - Tracked by: What's New (https://whatsnew.fyi/product/remark-rehype) - Harvested from: GitHub (remarkjs/remark-rehype) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### 11.1.2 - Date: 2025-04-02 - Version: 11.1.2 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/11.1.2 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/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 - Date: 2024-09-19 - Version: 11.1.1 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/11.1.1 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/11.1.1 ###### Fix * f0cce2d Fix mutate support in `unified-engine` ###### Miscellaneous * 364ee71 Remove license year ###### Types * e4576c0 Refactor to use `@import`s * c62d719 Add declaration maps **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/11.1.0...11.1.1 ### 11.1.0 - Date: 2024-01-11 - Version: 11.1.0 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/11.1.0 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/11.1.0 ###### Add * 0174dfc Add `file` to options passed to `mdast-util-to-hast` **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/11.0.0...11.1.0 ### 11.0.0 - Date: 2023-09-19 - Version: 11.0.0 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/11.0.0 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/11.0.0 ###### Change * 30091c7 Change to require Node.js 16 **migrate**: update too * cafeacc Change to use `exports` **migrate**: 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, see [`mdast-util-to-hast@13.0.0`](https://github.com/syntax-tree/mdast-util-to-hast/releases/tag/13.0.0) * ba50965 Remove `Processor` type **migrate**: get it from `unified` ###### Add * b990986 Add exports of `defaultFootnoteBackContent`, `defaultFootnoteBackLabel` **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0 ### 10.1.0 - Date: 2021-12-03 - Version: 10.1.0 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/10.1.0 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/10.1.0 * f22d7af Add exports of `defaultHandlers`, `all`, `one` by @JounQin in https://github.com/remarkjs/remark-rehype/pull/23 **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/10.0.1...10.1.0 ### 10.0.1 - Date: 2021-11-05 - Version: 10.0.1 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/10.0.1 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/10.0.1 * 1e0c67d Add improved docs by @wooorm in https://github.com/remarkjs/remark-rehype/pull/22 **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/10.0.0...10.0.1 ### 10.0.0 - Date: 2021-10-03 - Version: 10.0.0 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/10.0.0 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/10.0.0 * 2e2401a Update `mdast-util-to-hast` This changes footnotes to match [how GitHub renders them](https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/) - use the new `clobberPrefix`, `footnoteLabel`, and `footnoteLabelBack` options to configure it * b718673 Fix support for explicit nullish `processor` **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/9.1.0...10.0.0 ### 9.1.0 - Date: 2021-09-23 - Version: 9.1.0 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/9.1.0 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/9.1.0 * aab88a5 Add `raw` to hast type registry ### 9.0.0 - Date: 2021-08-06 - Version: 9.0.0 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/9.0.0 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/9.0.0 * ab51cd4 Use ESM ```js // From CommonJS var remarkRehype = require('remark-rehype') // To ESM import remarkRehype from 'remark-rehype' ``` Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) * c6a4c64 Add JSDoc based types * 0cea259 Update dependencies See [`mdast-util-to-hast@11.0.0`](https://github.com/syntax-tree/mdast-util-to-hast/releases/tag/11.0.0) ### 8.1.0 - Date: 2021-04-13 - Version: 8.1.0 - Original notes: https://github.com/remarkjs/remark-rehype/releases/tag/8.1.0 - Permalink: https://whatsnew.fyi/product/remark-rehype/releases/8.1.0 * 63a851a Update `mdast-util-to-hast`