Skip to content

Releases: vivliostyle/vfm

Release 1.0.0-alpha.25

03 Jul 02:08
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.25 (2021-07-03)

Bug Fixes

  • Fixed an issue that caused an error if Object was null for vfm (38906f0)
  • Fixed an issue that caused an error if YAML object was null (43233a3)
  • Fixed to be empty string instead of null when only key is specified in Frontmatter YAML (1a64e33)

Release 1.0.0-alpha.24

28 Jun 13:09
Compare
Choose a tag to compare
Pre-release

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

27 Jun 10:47
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.23 (2021-06-27)

Bug Fixes

  • Don't convert dates and times that aren't quoted (4adef06)

Features

  • Implemented document processing as VFM in case of major metadeta design changes (fb57dae)
  • Improved metadata definition with frontmatter (449fa46)

Release 1.0.0-alpha.22

15 May 08:52
Compare
Choose a tag to compare
Pre-release

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

02 May 07:31
Compare
Choose a tag to compare
Pre-release

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

  • If math syntax is enabled and <math> is detected, <script> is output. (6a707ef)
  • Math syntax enabled default (408a623)

Release 1.0.0-alpha.20

30 Apr 09:13
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.20 (2021-04-30)

Features

  • hidden specification of the heading is output as an attribute (a933f6b)
  • Added section leveling (021b72f)
  • Copy the section attributes from the heading, however the id will be moved (a355dd5)
  • Disable section with blockquote heading (f493797)

Release 1.0.0-alpha.19

26 Apr 10:42
Compare
Choose a tag to compare
Pre-release

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 from boolean to string (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>'s alt and <figcaption> (91bb30c)

Release 1.0.0-alpha.18

09 Apr 09:42
Compare
Choose a tag to compare
Pre-release

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

22 Feb 11:32
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.17 (2021-02-22)

Release 1.0.0-alpha.16

22 Jan 09:01
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.16 (2021-01-22)

Bug Fixes

Features

  • Added --auto-line-breaks option to CLI (24fe380)
  • Change automatic line breaks to optional (bebc736)
  • Changed to keep the default value per property by expanding the option (3a691f6)
  • Renamed line breaks option (494185a)