Releases: vivliostyle/vfm
Releases · vivliostyle/vfm
Release 1.0.0-alpha.25
1.0.0-alpha.25 (2021-07-03)
Bug Fixes
Release 1.0.0-alpha.24
1.0.0-alpha.24 (2021-06-28)
Bug Fixes
- Fixed an issue where the optional
style
specification was ignored (88bdb6c)
Features
- Expose readMetadata API (6ff37c5)
Release 1.0.0-alpha.23
1.0.0-alpha.23 (2021-06-27)
Bug Fixes
- Don't convert dates and times that aren't quoted (4adef06)
Features
Release 1.0.0-alpha.22
1.0.0-alpha.22 (2021-05-15)
Bug Fixes
- Fixed an issue where inline footnotes were copied to title tag and section id when heading was defined (59f8db0)
Features
Release 1.0.0-alpha.21
1.0.0-alpha.21 (2021-05-02)
Bug Fixes
- Error of
tsc
(6e3b85a) - Math syntax attributes should have been specified in the wrapping
<span>
instead of the<body>
. (13dbc79)
Features
Release 1.0.0-alpha.20
1.0.0-alpha.20 (2021-04-30)
Features
Release 1.0.0-alpha.19
1.0.0-alpha.19 (2021-04-26)
Bug Fixes
- change
data-math-typeset
attribute to string boolean (ee733b7) - change the value of
data-math-typeset
fromboolean
tostring
(ab3442b) - incorrect specification of characters immediately before/after the start and end in math syntax (e0948ec)
Features
- add html tag for math syntax (bcffbda)
- escape
$
with an even number of\
and one-letter expression in math syntax (inline) (26e4cb8) - implemented math syntax with MathJax (1f62c24)
- implemented MathJax multi-line specification, pre/post-conditions for start and end symbols, and escape (2611e92)
- one-letter expression in math syntax (display) (13f195a)
- set
aria-hidden: true
to<figcaption>
so that screen readers don't even read<img>
'salt
and<figcaption>
(91bb30c)
Release 1.0.0-alpha.18
1.0.0-alpha.18 (2021-04-09)
Bug Fixes
- fixed a crash when specifying the HTML pre tag (3fbbb82)
- Fixed type overload inconsistencies by casting (59b887e)
Features
- frontmatter and metadata (d12188b)
Release 1.0.0-alpha.17
1.0.0-alpha.17 (2021-02-22)
Release 1.0.0-alpha.16
1.0.0-alpha.16 (2021-01-22)
Bug Fixes
- Apply option name changes to README (e6c4431)
- CLI option shorthand mistake #56 (ed52f94)
- Fixed by PR review (417e944)