Skip to content

Releases: vivliostyle/vivliostyle.js

v2.25.9

04 Dec 06:53
Compare
Choose a tag to compare

2.25.9 (2023-12-04)

Bug Fixes

  • page breaking inside table with table-header may cause unexpected page type reset (7865dea), closes #1233
  • page-area content may disappear on print (2f2f85a), closes #1240

v2.25.8

06 Nov 04:39
Compare
Choose a tag to compare

2.25.8 (2023-11-06)

Bug Fixes

  • page breaking inside table may cause unexpected page type reset (59929ea), closes #1233

v2.25.7

24 Oct 13:45
Compare
Choose a tag to compare

2.25.7 (2023-10-24)

Bug Fixes

  • Pagination result depends on viewer window width (7980721), closes #1228

v2.25.6

03 Oct 06:22
Compare
Choose a tag to compare

2.25.6 (2023-10-03)

Bug Fixes

  • viewer: Current page should be kept after Find results in "Not Found" (fb28b64)
  • viewer: Exclude generated page margin box content from text search (ea8a447)
  • viewer: Navigation with page slider should not affect browser history stack (7b3f117), closes #1219
  • viewer: selection highlighting problems on iOS (abb3ee2)
  • viewer: tweak viewer UI for mobile devices (167adee)
  • viewer: tweak viewer UI style for mobile devices (f6ef23b)

v2.25.5

09 Aug 14:46
Compare
Choose a tag to compare

2.25.5 (2023-08-09)

Bug Fixes

  • negative page margin values not working as expected (3f352d2), closes #1217
  • TOC box disappeared when resizing window (115205f)

v2.25.4

28 Jul 19:11
Compare
Choose a tag to compare

2.25.4 (2023-07-28)

Bug Fixes

  • viewer: Page navigation left/right buttons disappeared in v2.25.3 (294e085), closes #1214

v2.25.3

24 Jul 08:14
Compare
Choose a tag to compare

2.25.3 (2023-07-24)

Bug Fixes

  • EPUB font deobfuscation not working (2bbd58b)
  • Failed to load when publication manifest has stylesheet URL without extension (5e092c4), closes #1207
  • Numbered list counts go wrong when footnote-related pseudo-elements exist (871bef7), closes #1200
  • viewer: Unexpected scrollbar appears when loading W3C documents (e96f6f0)
  • wrong URL resolution when baseURL has no file name extension (776791f), closes #1211

v2.25.2

22 Jun 04:42
Compare
Choose a tag to compare

2.25.2 (2023-06-22)

Bug Fixes

  • Variable fonts not working properly (cf19623), closes #1198

v2.25.1

31 May 09:32
Compare
Choose a tag to compare

2.25.1 (2023-05-31)

Bug Fixes

  • page counter in running element not incremented properly (7bf1b6d), closes #1194
  • viewer: marker edit menu closes unexpectedly when editing memo (110b8e9)
  • wrong running element output with position:running() on display:none element (c944a09), closes #1196

v2.25.0

15 May 15:51
Compare
Choose a tag to compare

2.25.0 (2023-05-15)

Bug Fixes

  • content(first-letter) in string-set property should respect ::before/after pseudo-elements (2a142e3), closes #1174
  • image size in page margin boxes (2f08632), closes #1177
  • some list style types are unavailable in list-style shorthand property (52c3afd), closes #1184
  • text-spacing:none for pre/code/kbd/samp/tt elements should be default (a69b921)
  • unnecessary forced page breaks at the beginning of page after out-of-flow elements (a867344), closes #1176
  • viewer: prevent wrong text selection touching page navigation buttons (8ba017f)
  • Vivliostyle crashes when using CSS namespaces (2f54e24), closes #1172
  • Vivliostyle crashes with "Error: Function xxx is undefined" (619803d)
  • Vivliostyle crashes with "Error: Internal error" (26284e0), closes #1178
  • widows and orphans properties are ignored inside multi-column box (f61931e), closes #1182
  • wrong layout with ::first-letter and ::after pseudo-elements (f59e6bd), closes #1175

Features

  • Add support for CSS running elements (68adafe), closes #424