Releases: vivliostyle/vivliostyle.js
Releases · vivliostyle/vivliostyle.js
v2.34.1
v2.34.0
2.34.0 (2025-08-01)
Bug Fixes
- Fix incorrect positioning in page area with page padding (ee4f59b), closes #1447
- Fix page-margin box image size with
box-sizing: border-box
(df65d6d), closes #1535 - Fix page-margin boxes overlapping issue when center width is auto and left or right one is fixed (2145a89), closes #1538
Features
v2.33.2
v2.33.1
v2.33.0
2.33.0 (2025-06-25)
Bug Fixes
- Fix EPUB footnote (epub:type="footnote") not working (Regression in v2.31.2) (3190e39), closes #1461 #1521
- Fix Vivliostyle Viewer TOC links not working with data URL HTML (8cb927f), closes #1496
- Prevent 404 error for META-INF/encryption.xml when EPUB OPF file is directly specified (b56a03f), closes #1523
Features
v2.32.1
v2.32.0
v2.31.2
2.31.2 (2025-04-07)
Bug Fixes
- Error with
@-epubx-page-master { writing-mode: vertical-rl; … }
(64d8180), closes #1470 - Fix multi-column balancing (b947545), closes #1451
- Fix table layout bugs on page/column break inside rowspanning cells (d7dc893), closes #1458
- Fix table layout problem with table-cells across pages (ec4ad5a), closes #980
- Prevent wrong break at span with horizontal writing mode in vertical writing mode (9e9123d), closes #1459
- Replace XMLHttpRequest with fetch API (7fb4a3d)
v2.31.1
2.31.1 (2025-03-01)
Bug Fixes
- Do not remove table top border with thead and bottom border with tfoot at page break (02507b9)
- Fix
break-inside: avoid
ignored in table cells (cf3d911), closes #1452 - Fix auto spread view behavior when page size changes (0fef05e)
- Fix incorrect column balancing in vertical writing mode (520d8df), closes #1451
- Fix named page not applied after a spread break (a71699a), closes #1450