Skip to content

Releases: rehypejs/rehype

9.0.0

01 Jul 14:18
71cce36
Compare
Choose a tag to compare

[email protected]

01 Jul 14:17
1ff92ac
Compare
Choose a tag to compare

[email protected]

01 Jul 14:18
de7bca6
Compare
Choose a tag to compare

8.0.0

03 Jun 17:21
363af75
Compare
Choose a tag to compare

Project

  • a080a7c Refactor prose
  • c3450be Add rehype-section to list of plugins
  • cffd437 Add rehype-partials to list of plugins
  • f68fd02 Add rehype-resolution to list of plugins
  • d8d840b Add rehype-urls to list of plugins

[email protected]

03 Jun 17:18
95c9802
Compare
Choose a tag to compare

7.0.0

17 Nov 20:03
Compare
Choose a tag to compare

Nothing much changed, ...but
Announcing the unified collective! 🎉
Read more about it on Medium »



Project

See also

[email protected]

17 Nov 20:00
Compare
Choose a tag to compare

See also

[email protected]

17 Nov 20:00
Compare
Choose a tag to compare
  • 85d6a82 Update hast-util-from-parse5

See also

[email protected]

17 Nov 20:01
Compare
Choose a tag to compare

6.0.0

17 Jul 21:03
Compare
Choose a tag to compare
SVG support 📊

This update adds long-awaited SVG support to the rehype ecosystem. A super welcome feature, that’s been cooking up since 2016. After much thought, I think what we came up with is a rather easy-to-use implementation.

Note that rehype is not an XML parser. It still focusses on HTML. But this change adds proper support to SVG embedded in HTML, and SVG fragments.

See wooorm/property-information#6 for more info.

Parse Errors

Additionally, rehype-parse can now emit parse errors if emitParseErrors: true.

rehype-parse
  • d70d161 add space option
  • 02d383b update hast-util-from-parse5
  • 0efaa14 fix support for <noscript> elements
  • c20f360 add support for emitting parse errors
  • 3f1ef5a update parse5
rehype-stringify
rehype

This includes the new rehype-parse and rehype-stringify

rehype-cli

This includes the new rehype

Plugins
  • 61a5ff2 Add rehype-add-classes to list of plugins
  • 9490807 Add rehype-dom to list of plugins
  • afe9ce0 Add rehype-prism to list of plugins
Other changes
  • e756e50 Remove engines restrictions from packages
  • e9f44d1 Refactor code-style