Skip to content

Releases: remarkjs/remark-autolink-headings

7.0.1

16 Aug 11:13
c7dfc09
Compare
Choose a tag to compare
  • 000ab47 Mark remark-autolink-headings as legacy
    please use rehype-autolink-headings instead

7.0.0

07 Aug 09:14
91254a6
Compare
Choose a tag to compare
  • 42a3337 Use ESM
    // From CommonJS
    var remarkAutolinkHeadings = require('remark-autolink-headings')
    
    // To ESM
    import remarkAutolinkHeadings from 'remark-autolink-headings'
    Learn more about ESM in this guide
  • 5d897b7 Add JSDoc based types
  • 3222024 Remove support for deprecated behaviour

6.1.0

30 Jul 18:36
2f776d2
Compare
Choose a tag to compare

6.0.1

22 Jun 10:59
0213893
Compare
Choose a tag to compare
  • fbcf79f Add missing children array

6.0.0

23 Mar 19:09
b7cf0af
Compare
Choose a tag to compare
  • d4a830b Update unist-util-visit
    (breaking, potentially, if you or your dependents use typescript)
  • 2f56170 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)
  • c5b3392 Add support for grouping heading with link
  • e8a15b8 Add support for before, after options
  • 56dbca9 Add support for a content function
  • b0dc98b Refactor prose

5.2.2

10 Mar 09:26
80086f0
Compare
Choose a tag to compare
  • 7da05d7 Add location note to deprecation warning
  • 179c5b1 Add notes on security

5.2.1

18 Jun 12:04
3f2cad1
Compare
Choose a tag to compare

5.2.0

19 Apr 10:37
a167c83
Compare
Choose a tag to compare
  • 73a977f Add behavior option and fallback to behaviour

5.1.0

11 Dec 07:57
Compare
Choose a tag to compare
  • bab44a0 Fix injecting references instead of deep copies
  • a456276 Update build setup

v5.0.0

11 Dec 07:59
Compare
Choose a tag to compare