Skip to content

7.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 02 Aug 16:42
· 42 commits to main since this release
97397e1
  • 864e455 Use ESM
    • Change:

      // From CommonJS
      var rehypeReact = require('rehype-react')
      
      // To ESM
      import rehypeReact from 'rehype-react'

      Learn more about ESM in this guide

  • 7b7f1b6 Add improved types
    (potentially breaking if you use TS, see commit for more info)