Skip to content

v2.30.8

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 06:24
· 5 commits to master since this release

2.30.8 (2025-01-10)

Bug Fixes

  • fix broken table layout when table row has id attribute (63b91aa), closes #1439
  • fix calc() not working for unitless values (91bbadc), closes #1442
  • fix named page not applied at first page with running element (7102c4b), closes #1405
  • fix wrong cascading with -webkit-box-sizing and box-sizing (5c9b401), closes #1427
  • prevent running elements and absolutely positioned elements from being broken (651065e), closes #1430
  • prevent wrong page/column break at ruby (25ab417), closes #1401
  • Table cell with rowspan may disappear after page break (690b3de), closes #1403
  • Text-decoration-line should not be skipped at space inserted by text-spacing (ea465b6), closes #1061