Releases: hashicorp/remark-plugins
Releases · hashicorp/remark-plugins
4.1.1
Patches
- fix(anchor-links): fix tabbedSectionDepth calculation: #49
Credits
Thanks @ashleemboyer for this fix!
4.1.0-canary.2
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
Patches
- Adjusting tabbedSectionDepth checks: 83a442e
- Reverting to regex, adding global flag: df83777
4.1.0-canary.0
Patches
- Adjusting tabbedSectionDepth checks: 83a442e
4.1.0
Minor Changes
- feat(anchor-links): report tabbed section depth: #47
Patches
- [COMPLIANCE] Add MPL 2.0 LICENSE: #46
4.0.1-canary.1
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
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
Major Changes
- Feat: move id to heading, not extra elem: #40
Patches
3.3.1-canary.1
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
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.