New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vivliostyle/react

Package Overview
Dependencies
Maintainers
7
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivliostyle/react - npm Package Versions

1345
11

2.30.0

Diff
mshinyu
published 2.30.0 •

Changelog

Source

2.30.0 (2024-06-04)

Bug Fixes

  • Images with percentage height cause page overflow (f5192f7), closes #1335
  • Images with width and height specified causes page overflow (abb8f78), closes #1343
  • Images with width and height specified may dissapear in print (985095f), closes #1321
  • internal use of class="table-cell-container" may conflict with author/user's use (83c443e)
  • Page breaks not made between some inline elements such as images (4380055), closes #1319 #1051
  • running element page counter incorrect (#1327) (8c390b8), closes #1325
  • table pagination problem (09e472d), closes #1326
  • The windows environment failed to yarn dev (#1337) (20fee03)
  • TypeError occurs when :has(+ …) is used with universal or root selector (d124d62), closes #1341

Features

  • add i18n zh_cn (79b4d06)
  • i18n:zh_CN: add Chinese translation (b20e712)
  • viewer: UI Chinese language support (zh-Hans, zh-Hant) (29dc959)
mshinyu
published 2.29.0 •

Changelog

Source

2.29.0 (2024-05-03)

Bug Fixes

  • CSS font descriptors wrongly validated as font properties (44f63fa), closes #1307
  • layout precision problem on float boxes (a561a32), closes #1312
  • Named page wrongly applied to blank pages (07b6a24), closes #1309
  • text-spacing-trim may not work properly between different font sizes (2fd345d), closes #1302
  • Unnecessary page break at footnote or page bottom float (6e4e367), closes #1311
  • Wrong handling of shorthand properties with variables in conditional rules (a26d179), closes #1313

Features

  • Update CSS text-spacing-trim support: Rename trim-auto to trim-both (83ca0c7), closes #1305
mshinyu
published 2.28.1 •

Changelog

Source

2.28.1 (2024-03-12)

Bug Fixes

  • Footnote causes layout problem on page breaking (aa22bbd), closes #1298
mshinyu
published 2.28.0 •

Changelog

Source

2.28.0 (2024-03-03)

Bug Fixes

  • adjust TOC box width to account for scrollbar width (47e5d5b)
  • All <nav epub:type="…"> elements in EPUB navigation doc should be shown in TOC box (d31010f), closes #1270
  • blank page selector misapplied when target-counter is used (40a760b), closes #1131
  • break-before specified on floats may not work (06890fe), closes #1288
  • Column floats disappear (52ede7d), closes #1273
  • Float box pushed out of the page area (7e86951), closes #1295
  • float margins collapsed wrongly (03121f2), closes #1282
  • remove old EPUB NCX handling (56ca0ed)
  • set overflow property of @-epubx-partition to hidden by default (c196685), closes /idpf.org/epub/pgt/#s3
  • target-counter leads to pagination to wrong named page (980632d), closes #1272
  • Top margin at unforced page break not truncated correctly (97779f3), closes #1279
  • Top margin of floats at page start should be kept (6c1fb7f), closes #1292
  • TypeError occurs on repeating_elements/nesting test (819e1fd)

Features

  • Add errorCallback config option to VivliostylePrint/printHTML() (9602d61)
mshinyu
published 2.27.0 •

Changelog

Source

2.27.0 (2024-02-09)

Bug Fixes

  • HTML documents listed in "resources" in pub-manifest should not be rendered as if in "readingOrder" (0bbbd48), closes #1257
  • remove ruby font-size workaround no longer necessary (3138fda)
  • text-spacing not working properly with text-spacing natively enabled browser (42e16f4), closes #1252
  • text-spacing-trim:space-first not working properly in some case (398b53e), closes #1261
  • TOC box should contain only the TOC element content (754a70c), closes #1258
  • Units vi and vb are mishandled when writing-mode is different from the root element (286cc1e), closes #1265
  • vertical-in-horizontal block height and horizontal-in-vertical block width not computed properly (0f7d45e), closes #1264
  • Viewer page navigation hangs with EPUB/webpub with undetermined page-progression-direction (a7f5572), closes #1260

Features

  • Update CSS user agent default style sheet (b0993a0), closes #1128
mshinyu
published 2.26.0 •

Changelog

Source

2.26.0 (2024-01-20)

Bug Fixes

  • set hanging-punctuation:none for pre-formatted text default style (52d50c9)
  • text-spacing-trim not working properly in some cases (99b3af3), closes #1251

Features

  • Update CSS text-spacing-trim property to support the latest spec change (114fd6d), closes #1244
mshinyu
published 2.25.9 •

Changelog

Source

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
mshinyu
published 2.25.8 •

Changelog

Source

2.25.8 (2023-11-06)

Bug Fixes

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

Changelog

Source

2.25.7 (2023-10-24)

Bug Fixes

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

Changelog

Source

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)