Releases: vivliostyle/vivliostyle.js
Releases · vivliostyle/vivliostyle.js
v2.4.2
2.4.2 (2021-01-25)
Bug Fixes
- top margin at forced break was ignored when target-counter is used (c8485ad), closes #690
- react: Add react-dom to peer deps (3325031)
- react: init core-viewer once even if source is updated (56f3d1b)
- react: remove incorrect startPage (7f7951c)
v2.4.1
2.4.1 (2021-01-12)
Bug Fixes
- Page float displayed unexpectedly in earlier page when target-counter is used (34952e9), closes #681
v2.4.0
2.4.0 (2020-12-28)
Features
- Support named strings for running headers and footers (e02a06c), closes #545
v2.3.0
2.3.0 (2020-12-07)
Bug Fixes
- break-before:left/right is ignored when the previous block has break-after:page, etc. (01092f1), closes #676
- CSS 'hyphens' property specified on the root element is ignored (dfb9f87), closes #674
Features
- Support EPUB spine properties page-spread-left and -right (38b0774), closes #671
v2.2.3
2.2.3 (2020-11-28)
Note: Version bump only for package vivliostyle
v2.2.1
2.2.1 (2020-11-26)
Bug Fixes
- viewer: bug in v2.2.0 "TypeError: Cannot read property 'toString' of null" (08cf029)
- viewer: Mouse wheel should be able to use to scroll TOC when TOC is active (c6c5eb8)
v2.2.0
2.2.0 (2020-11-26)
Features
- viewer: Add page slider in Vivliostyle Viewer UI (3e80c67), closes #670
- viewer: Mouse wheel support for page navigation (94113f6)
v2.1.4
2.1.4 (2020-10-30)
Bug Fixes
- negative z-index on
@page {...}
causes page (margin-box) content to disappear (000eed6), closes #665
v2.1.3
2.1.3 (2020-09-30)
Bug Fixes
- Internal links and TOC links not working when the document URL has %-encoded characters (bdabb71), closes #662
- page display shakes horizontally when all pages finish loading (18ab3c9), closes #663
- SyntaxError: Invalid regular expression: invalid group specifier name, on Safari (3a70707), closes #664
v2.1.2
2.1.2 (2020-09-28)
Note: Version bump only for package vivliostyle
Bug Fixes
- Relative URLs in pub-manifest are not resolved properly when the pub-manifest is linked from HTML elsewhere (b6fe7c1), closes #661
- TOC is not enabled when TOC exists in HTML but is not specified in the manifest (ea280a1), closes #659
Bug Fixes
- "404 Not Found" error message does not appear when bookMode=true (43b137c), closes #660
Note: Version bump only for package vivliostyle
Bug Fixes
- improve error messages when failed to load, wrongly mentioning CORS problem (55843cf), closes #638
Bug Fixes
- 'start' and 'value' attributes on OL and LI elements are ignored (0aea654), closes #654
- Error occurs by links to external site in TOC (fd4af3e), closes #657
- HTML 'hidden' attribute is ignored (bf51734), closes #653
- Style elements in the body element should not be ignored (d8603c3), closes #655
- TOC element with 'hidden' attribute should be hidden in the page but visible in TOC panel (19d8f62)
Bug Fixes
- EPUBCFI with %-encoded characters not working (309ab42), closes #650
- Internal links not working when the URL fragment has %-encoded characters (f12e9c5), closes #649
- Reloading causes unexpected move to the previous page (8f872e1), closes #651