Skip to content

Releases: vivliostyle/vfm

v2.6.0

04 Apr 04:58
167554a

Choose a tag to compare

What's Changed

  • feat: Add option to convert GFM/Pandoc footnotes (endnotes) to GCPM footnotes by @u1f992 in #226
  • refactor: convert to npm workspaces monorepo by @akabekobeko in #232
  • Add prepare script to packages/vfm for npx git execution by @u1f992 in #233
  • Add DPUB-ARIA footnote mode and redesign footnote option API by @u1f992 in #231
  • docs: リリースに備えてバージョン更新 by @akabekobeko in #235

Full Changelog: v2.5.0...v2.6.0

v2.5.0

18 Dec 08:10
1dab0b5

Choose a tag to compare

What's Changed

  • feat: Add option to reverse figcaption and img order by @u1f992 in #209
  • feat: Support attribute syntax for fenced code blocks by @u1f992 in #212
  • feat: Add option to assign ID to figcaption by @u1f992 in #213
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot[bot] in #176
  • chore(deps): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #214
  • chore(deps): bump @conventional-changelog/git-client and @release-it/conventional-changelog by @dependabot[bot] in #215
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot[bot] in #217
  • chore(deps): bump nth-check from 2.0.0 to 2.1.1 by @dependabot[bot] in #218
  • fix: Do not output aria-labelledby attribute in generated sections by @MurakamiShinyu in #222
  • chore: move @types/hast and @types/mdast to dependencies by @u1f992 in #221
  • feat: バージョン v2.5.0 リリース用に package.json 更新 by @akabekobeko in #223

Full Changelog: v2.4.0...v2.5.0

2.4.0

05 Oct 08:20
e52e189

Choose a tag to compare

What's Changed

  • feat: 対応 Node バージョンを 22 から 20 に変更 by @akabekobeko in #206

Full Changelog: v2.3.0...v2.4.0

v2.3.0

15 Sep 06:43
9d2c04f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

Release 2.2.1

05 Nov 06:01

Choose a tag to compare

2.2.1 (2023-11-05)

Bug Fixes

  • HTML block causes wrong sectioning (vfm 2.2.0) (#184) (6848823), closes #183

Reverts

Release 2.2.0

14 Oct 08:46

Choose a tag to compare

2.2.0 (2023-10-14)

Bug Fixes

  • HTML block with markdown heading causes wrong HTML sectioning (#174) (c551024), closes #171
  • HTML title generated from heading should not have ruby text and HTML tags (#178) (59fee36), closes #166

Features

  • Support non-sectionize headings, enclosed by equal number of hashes (#172) (463c615), closes #155
  • Support section-end mark (line with only hashes) (#175) (63869ed), closes #155

What's Changed

  • docs: 日本語ドキュメントのサイドバーが壊れていたのを修正 by @MurakamiShinyu in #168
  • feat: Support non-sectionize headings, enclosed by equal number of hashes by @MurakamiShinyu in #172
  • Added Type attribute to Link of CSS by @ffbeso in #173
  • fix: HTML block with markdown heading causes wrong HTML sectioning by @MurakamiShinyu in #174
  • chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #163
  • feat: Support section-end mark (line with only hashes) by @MurakamiShinyu in #175
  • fix: HTML title generated from heading should not have ruby text and HTML tags by @MurakamiShinyu in #178

New Contributors

Full Changelog: v2.1.0...v2.2.0

Release 2.1.0

11 Mar 01:12

Choose a tag to compare

2.1.0 (2023-03-11)

Features

Release 1.2.2

29 May 06:04

Choose a tag to compare

1.2.2 (2022-05-29)

Bug Fixes

  • remove heading attributes notation on page title (f23ff1f)
  • Type error of object property (e8755d9)

Release 1.2.1

20 Jan 14:53

Choose a tag to compare

1.2.1 (2022-01-20)

Bug Fixes

  • Rename readMetadata argument and Metadata property excludes to be more understandable (60affea)

Release 1.2.0

20 Jan 09:29

Choose a tag to compare

1.2.0 (2022-01-20)

Bug Fixes

  • Fixed TOC link in Japanese version (a46c2a3)

Features

  • Add excludes argument to readMetadata (174c8dd)