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.

10 changes across 4 releases

Added 3

11.1.1

  • Add declaration maps for types

11.1.0

  • Add `file` to options passed to `mdast-util-to-hast`

11.0.0

  • Add exports of `defaultFootnoteBackContent` and `defaultFootnoteBackLabel`
Changed 4

11.1.1

  • Refactor types to use @import statements

11.0.0

  • Require Node.js 16
  • Use `exports` instead of private APIs
  • Update `mdast-util-to-hast`, `@types/hast`, `@types/mdast`, unified, and related dependencies
Fixed 2

11.1.2

  • Fix types for bridge mode with missing overload

11.1.1

  • Fix mutate support in unified-engine
Removed 1

11.0.0

  • 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

View originalPermalink

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

View originalPermalink

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

View originalPermalink

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
  • 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

View originalPermalink