Skip to content

Releases: vivliostyle/vivliostyle.js

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

v2.24.3

20 Apr 14:03
Compare
Choose a tag to compare

2.24.3 (2023-04-20)

Bug Fixes

  • viewer: marker text selection problem (11a6584)
  • z-index on page context problem (Regression in v2.23.1) (9dc8344), closes #1166

v2.24.2

11 Apr 15:57
Compare
Choose a tag to compare

2.24.2 (2023-04-11)

Bug Fixes

  • prevent "TypeError: can't access property" (3d9850d), closes #1160
  • unnecessary scrollbars when zoom is fit-to-screen (bb504a6), closes #1158
  • viewer: marker annotation user interface problem on touch devices (17c770d)
  • viewer: viewport height problem on smartphones (f3649c7)
  • wrong hyphen appears at page break with line-break:anywhere (a5e1356), closes #1162

v2.24.1

01 Apr 09:06
Compare
Choose a tag to compare

2.24.1 (2023-04-01)

Bug Fixes

  • wrong message "[object Object]" instead of delete confirmation (451f737)

v2.24.0

01 Apr 03:25
Compare
Choose a tag to compare

2.24.0 (2023-04-01)

Bug Fixes

  • Browser "Back" button should work with internal link or TOC navigation (5b6795c)
  • Rendering error with SVG images in EPUB (Regression in v2.23.0) (bff1c63), closes #1139 #1135

Features

  • viewer: Add Restore View setting (550c019)
  • viewer: Add UI Language in settings panel (7e4ee0c)
  • viewer: Marker annotation (7202a57)
  • viewer: Multilingual user interface (en/ja) (aa2f27b)

Acknowledgements: These features were developed with the support of Japan Business Press Co.,Ltd.
謝辞: このバージョンの開発には、株式会社日本ビジネスプレスより支援をいただいたことを記して感謝いたします。

v2.23.2

25 Mar 13:03
Compare
Choose a tag to compare

2.23.2 (2023-03-25)

Bug Fixes

  • Page content is not painted in the bleed area (Regression in v2.23.1) (05c4828), closes #1145 #644