Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Releases: hashicorp/remark-plugins

4.1.1

15 Nov 19:25
0f2d215

Choose a tag to compare

Patches

  • fix(anchor-links): fix tabbedSectionDepth calculation: #49

Credits

Thanks @ashleemboyer for this fix!

4.1.0-canary.2

15 Nov 17:11
2d148dc

Choose a tag to compare

4.1.0-canary.2 Pre-release
Pre-release

Patches

  • Fix: add missing g flag for regex: a2633f7

Maintenance

  • Fix: install prettier as dev dependency: 89e441d
  • Test: add fixture for multiple Tabs per HTML node: 060eb3e

4.1.0-canary.1

14 Nov 18:06

Choose a tag to compare

4.1.0-canary.1 Pre-release
Pre-release

Patches

  • Adjusting tabbedSectionDepth checks: 83a442e
  • Reverting to regex, adding global flag: df83777

4.1.0-canary.0

14 Nov 16:47

Choose a tag to compare

4.1.0-canary.0 Pre-release
Pre-release

Patches

  • Adjusting tabbedSectionDepth checks: 83a442e

4.1.0

10 Nov 15:05
6093525

Choose a tag to compare

Minor Changes

  • feat(anchor-links): report tabbed section depth: #47

Patches

  • [COMPLIANCE] Add MPL 2.0 LICENSE: #46

4.0.1-canary.1

09 Nov 22:55
b82e328

Choose a tag to compare

4.0.1-canary.1 Pre-release
Pre-release

Patches

  • [COMPLIANCE] Add MPL 2.0 LICENSE: ce5b0c4
  • Merge pull request #46 from hashicorp/compliance/add-license: a4c3c33
  • Fix: recognixe JSX nodes: 742ff2c

v4.0.1

28 Sep 14:04

Choose a tag to compare

Patches

  • Fix:(anchor-links): don't extract markdown: f5850d4

What's Changed

New Contributors

Full Changelog: 4.0.0...v4.0.1

4.0.0

08 Jun 17:48
28ddcea

Choose a tag to compare

Major Changes

  • Feat: move id to heading, not extra elem: #40

Patches

3.3.1-canary.1

07 Jun 21:48
ba19e01

Choose a tag to compare

3.3.1-canary.1 Pre-release
Pre-release

Major Changes

  • Feat: place id on heading, not extra node: 5bfd76e

Patches

  • Add deprecation notice: 6b47674
  • Fix: hairy splice bug: a935cc2
  • Docs: add failing test case for later: f1dbf9d
  • Fix: safeguard against double-run: 2ca4c54

3.3.1

09 Nov 19:46

Choose a tag to compare

This release updates the default value of the aliases properties in the optional headings option for anchor-links to be empty arrays ([]) instead of undefined.

See PR #39 for full details.