Skip to content

v2.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 16:44
· 891 commits to master since this release

2.10.0 (2021-09-17)

Bug Fixes

  • Default body margin should be 0 in paged media (874a518), closes #776
  • Footnote counter should be predefined and available by default (16096b2), closes #723
  • Named page at the first page is not applied when HTML head part is big (0f696dc), closes #770
  • Named page not properly changed when target-counter refers the page (c303c2b), closes #771
  • Percentage font-size on :root causes wrong font-size in table with page/column breaks (6f0e6c3), closes #549
  • prevent useless warning "Property not supported by the browser: behavior" (1462a89)
  • Remove -ms- prefixed properties for no-longer supported browsers (7e7bf1b)
  • Root element styles should be inherited to the page context (1a41185), closes #568
  • text-combine-upright with text-indent does not work properly (1cabb91)
  • The :not() selector not working when the argument has ID selector (60a127f), closes #769

Features

  • Add support for line-break: anywhere (ba60007)
  • Add support for overflow-wrap: anywhere (96564af)
  • Add support for white-space: break-spaces (f563b61)
  • Add support for the font-variant-* properties (504896b), closes #592
  • Support the min-content, max-content, and fit-content values for width and height (9ce72b0), closes #605
  • Support unicode-range descriptor (a3f488f), closes #598