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

@vivliostyle/core

Package Overview
Dependencies
Maintainers
0
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivliostyle/core - npm Package Versions

1
35
12

2.22.4

Diff
mshinyu
published 2.22.4 •

Changelog

Source

2.22.4 (2023-02-22)

Bug Fixes

  • HTML <link rel="stylesheet"> tag without href causes TypeError (c8a18c0), closes #1120
  • improve margin-break handling (5327f69), closes #611 #1124
  • margin-break:discard not working properly (660eefd), closes #1123
  • no break opportunity at empty block box (a2b4537), closes #749
  • no break opportunity between anonymous block box and block-level box (73df5bc), closes #611
  • wrong cascading with CSS logical properties (2f7fd7b), closes #1126
  • wrong page break inside table in vertical writing mode (2dae5fc), closes #1129
mshinyu
published 2.22.3 •

Changelog

Source

2.22.3 (2023-01-29)

Bug Fixes

  • Inline margins on leader not working properly (abb74e6), closes #1114
  • Leader layout problem on Safari (afac702), closes #1112
  • PDF internal links not working properly (50d4891), closes #1110
mshinyu
published 2.22.2 •

Changelog

Source

2.22.2 (2023-01-26)

Bug Fixes

  • Leader disappears in very large page (a75a2e4), closes #1109
  • Leader layout problem with text-indent (c9e6d07), closes #1107
mshinyu
published 2.22.1 •

Changelog

Source

2.22.1 (2023-01-26)

Bug Fixes

  • Leader layout broken with text-spacing processing (78a2e92), closes #1105
  • react: default to BookMode=true and revert to before modification of json determination as it changes the behavior (d4429d8)
  • react: Enable EPUB and Web publishing only when bookMode=true (3e17f7e)
  • react: Modify the conditional expression to determine if it is EPUB (00ea102)
mshinyu
published 2.22.0 •

Changelog

Source

2.22.0 (2023-01-25)

Bug Fixes

  • layout problem when devicePixelRatio is changed during rendering (58c6202), closes #1079
  • react: Fix code that causes null error (e05998f)
  • very thin border on printing with Microsoft Edge (0137d0e), closes #1079 #1085

Features

  • react: Modify type definition errors as a result of updating react (9fb71ba)
  • Support CSS leader() function (1fdbb15), closes #1027
mshinyu
published 2.21.1 •

Changelog

Source

2.21.1 (2023-01-06)

Bug Fixes

  • pixel ratio emulation for thin border width not worked with HeadlessChrome (530d31e), closes #1085
mshinyu
published 2.21.0 •

Changelog

Source

2.21.0 (2023-01-06)

Bug Fixes

  • float-min-wrap-block: 0 causes "TypeError: Cannot read properties of undefined" (02c1bc8), closes #1072
  • break-before:column on single column causes printed page content disappear (4eb82ed), closes #1067
  • display and overflow property value definition (bb34af2)
  • Page break position changes depending on display device pixel ratio (23792ce), closes #1076
  • remove workaround for old Chrome printing problem (fbad411), closes #600
  • Top page float should not absorb margin/border/padding of the block below (9999edd), closes #1071
  • wrong white-space processing on non-ASCII spaces such as U+3000 IDEOGRAPHIC SPACE (7fb7bc0), closes #1082

Features

  • Enable very thin border width on PDF output (0eadefe), closes #419 #1076
  • Improve page auto spread view mode (68119e3)
  • Update CSS text-spacing property spec to align to the latest draft (395b923), closes #1080
mshinyu
published 2.20.0 •

Changelog

Source

2.20.0 (2022-12-16)

Bug Fixes

  • hanging-punctuation makes text selection difficult for paragraph-last punctuation (00177d3), closes #1062
  • Question: react renderer size (9d1fe83), closes #709
  • Some text-* properties are not applied to page margin box content (c3082f6), closes #1059
  • Text-decoration-line should not be skipped at ideograph-alpha/numeric text spacing (e8382ed), closes #1061
  • Wrong cascading with shorthand property text-decoration and its longhand (7674360), closes #1054

Features

  • Add support for CSS lh and rlh units (554d300), closes #1035
  • Add support for CSS margin-break property (a3086dc), closes #734
  • Support (-webkit-)text-stroke properties (73e0560), closes #1055
mshinyu
published 2.19.2 •

Changelog

Source

2.19.2 (2022-11-17)

Bug Fixes

  • @supports selector(…) did not work (49c48a4)
  • improve box edge treatment at page break and box-decoration-break support (d5ea1a9), closes #603 #1030 #1038
  • wrong first line treatment on text-spacing:space-first and hanging-punctuation:first (0ccdca2), closes #1041
  • wrong page break prohibition between text and block box (68b3754), closes #1036
mshinyu
published 2.19.1 •

Changelog

Source

2.19.1 (2022-10-21)

Bug Fixes

  • Error with undefined CSS variables in calc expression in shorthand property (db948cb), closes #1028