Skip to content

Releases: vivliostyle/vivliostyle.js

v2.0.0-pre.7

03 Jan 16:28
Compare
Choose a tag to compare
v2.0.0-pre.7 Pre-release
Pre-release

2.0.0-pre.7 (2020-01-03)

Bug Fixes

  • "Received an empty response" error on web servers that don't know XHTML MIME type (6e7c6ba)
  • core: TypeError: Cannot read property 'cell' of undefined (0598e6c), closes #623

v2.0.0-pre.6

23 Dec 03:19
Compare
Choose a tag to compare
v2.0.0-pre.6 Pre-release
Pre-release

2.0.0-pre.6 (2019-12-23)

Note: Version bump only for package vivliostyle

v2.0.0-pre.5

23 Dec 02:42
Compare
Choose a tag to compare
v2.0.0-pre.5 Pre-release
Pre-release

2.0.0-pre.5 (2019-12-23)

Bug Fixes

v2.0.0-pre.4

16 Dec 14:23
Compare
Choose a tag to compare
v2.0.0-pre.4 Pre-release
Pre-release
v2.0.0-pre.4

2019.8.101

19 Aug 19:35
Compare
Choose a tag to compare

See https://vivliostyle.org/docs/ for documentation.

Vivliostyle Viewer UI: vivliostyle-ui 2019.8.101

Fixed

2019.8.100

16 Aug 05:40
Compare
Choose a tag to compare

See https://vivliostyle.org/docs/ for documentation.

Vivliostyle Viewer UI: vivliostyle-ui 2019.8.100

Changed

  • Vivliostyle.js source code is now written in TypeScript
  • Transpile to multiple targets, lib/vivliostyle.min.js for ES2018 and lib/vivliostyle-es5.min.js for ES5.
  • Resources such as UA stylesheets are no longer downloaded separately
  • Remove large sample files from the download package and the npm package
    • 5c3becac, 245c9e7d
    • The download package (vivliostyle-js-latest.zip) size was 6.8MB and now reduced to 1.4MB.
    • Vivliostyle sample files are moved from the vivliostyle.js repository to vivliostyle_doc repository.

Fixed

  • Fix error "Failed to fetch a source document" with web publications on Microsoft Edge
  • Fix error "empty response for EPUB OPF" on some web servers that don't know the MIME type for .opf

2019.1.106

14 Jun 10:25
Compare
Choose a tag to compare

See https://vivliostyle.org/docs/ for documentation.

Vivliostyle Viewer UI: vivliostyle-ui 2019.1.106

Fixed

  • Workaround for Firefox printing problem
  • Fix error occurring when @page size has vw/vh units

2019.1.105

23 Apr 05:53
Compare
Choose a tag to compare

See https://vivliostyle.org/docs/ for documentation.

Vivliostyle Viewer UI: vivliostyle-ui 2019.1.105

Fixed

  • Fix again the bug that cannot load unzipped EPUB when directory listing is enabled on the server
  • Fix bug that duplicate page margin box content appears at bottom of pages
  • Fix bug that the operator != in -epubx-expr() causes CSS parser error and fails page generation
  • Fix problem that some properties are ignored on page partition or margin box context
  • Fix problem that text-combine-upright: all does not work on WebKit

2019.1.103

04 Apr 17:11
Compare
Choose a tag to compare

See https://vivliostyle.org/docs/ for documentation.

Vivliostyle Viewer UI: vivliostyle-ui 2019.1.103

Fixed

  • Fix problem that page background color is not painted in the bleed area
  • Fix problem that vw/vh units, calc(), -epubx-expr() are invalid on shorthand properties
  • Fix problem that env(doc-title) etc. doesn't work when used as a part of the content property value list
  • Fix bug that TOC box is not properly generated when Adaptive Layout style sheet is used
  • Fix TOC box keyboard navigation: focus lost when closing a tree item without closing the sub tree items
  • Fix again the bug that cannot load unzipped EPUB when directory listing is enabled on the server
  • Fix problem that resizing causes unexpected page move, first page to next.
  • Fix problem that page spread is not centered properly when left/right page widths differ
  • Fix problem that the specified viewport size (e.g. fixed EPUB's) causes wrong page resizing
  • Fix problem that large images may disappear when printing with zero page margin
  • [Viewer UI] Fix problem that the default page size auto is not respected when print to PDF
  • [Viewer UI] Fix userStyle CSS parsing and encoding problems

Changed

2019.1.102

04 Mar 09:59
Compare
Choose a tag to compare

See https://vivliostyle.org/docs/ for documentation.

Vivliostyle Viewer UI: vivliostyle-ui 2019.1.102

Fixed

  • Fix bug that cannot load unzipped EPUB when directory listing is enabled on the server