Releases: vivliostyle/vfm
Releases · vivliostyle/vfm
v2.6.0
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
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
What's Changed
- feat: 対応 Node バージョンを 22 から 20 に変更 by @akabekobeko in #206
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- fix: Raw HTML のサンプル HTML を最新の Section 仕様に修正 by @akabekobeko in #188
- docs: improve sectionization example by @MurakamiShinyu in #189
- docs: deprecate aria-labelledby output by @MurakamiShinyu in #191
- feat: Node バージョンを 22 LTS へ移行 by @akabekobeko in #194
- feat: ESM 対応を容易にするため、テストを Jest から Vitest へ移行 by @akabekobeko in #195
- feat: プロジェクトを ESM 化 by @akabekobeko in #196
- feat: hast関連のバージョンを可能な限り上げる by @u1f992 in #198
- feat: mdast関連のバージョンを可能な限り上げる by @u1f992 in #199
- feat: unist関連のバージョンを可能な限り上げる by @u1f992 in #200
- fix: Remove type stubs by @u1f992 in #202
- feat: Update dependencies by @u1f992 in #203
- feat: update deps by @akabekobeko in #204
- feat: update the release-it by @akabekobeko in #205
New Contributors
Full Changelog: v2.2.1...v2.3.0
Release 2.2.1
Release 2.2.0
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