Skip to content

Releases: rehypejs/rehype-autolink-headings

7.1.0

08 Nov 11:58
a2a9d5b
Compare
Choose a tag to compare

Add

  • 01133a3 Add support for headingProperties
  • 31159c0 Add support for content w/ wrap

Full Changelog: 7.0.0...7.1.0

7.0.0

05 Sep 13:48
b968c99
Compare
Choose a tag to compare

Change

  • 394560f Update @types/hast, unified, utilities, etc
    migrate: update too
  • 6bebeab Change to require Node.js 16
    migrate: update too
  • f20421f Change to use exports
    migrate: don’t use private APIs
  • 98849a7 Remove undocumented ancient behaviour spelling
    migrate: use international english: behavior

Add

  • 92f0258 Add support for passing a function as properties

Misc

Full Changelog: 6.1.1...7.0.0

6.1.1

30 Dec 12:06
2a6b77f
Compare
Choose a tag to compare

Full Changelog: 6.1.0...6.1.1

6.1.0

23 Aug 12:12
e518859
Compare
Choose a tag to compare
  • da79fac Add test option to narrow which headings are linked

6.0.0

02 Aug 10:22
4bd1ab2
Compare
Choose a tag to compare
  • 7d9f2f7 Use ESM
    • Change:

      // From CommonJS
      var rehypeAutolinkHeadings = require('rehype-autolink-headings')
      
      // To ESM
      import rehypeAutolinkHeadings from 'rehype-autolink-headings'

      Learn more about ESM in this guide

  • 779dc5a Add JSDoc based types
  • dac8e53 Update dependencies

5.1.0

18 May 16:47
6a303b1
Compare
Choose a tag to compare
  • 2e2b320 Add a tighter type for content, group

5.0.1

12 Nov 07:52
762566a
Compare
Choose a tag to compare
  • 9e6bafd Add types to package.json

5.0.0

11 Nov 08:59
ee3626a
Compare
Choose a tag to compare

4.0.0

21 Jun 12:32
f8e661a
Compare
Choose a tag to compare
  • 1fab930 Add tabIndex: -1 to hidden links
    (breaking if you want links to be hidden but still tabable, which is most likely not good for accessibility)
  • c9cb4a3 Add before, after behaviors, group option

3.0.0

15 Mar 12:11
09e3e6b
Compare
Choose a tag to compare