Skip to content

Latest commit

 

History

History
125 lines (44 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

125 lines (44 loc) · 4.41 KB

4.4.11 (2023-04-14)

Features

  • support css.-webkit-scrollbar (close #19) (0a3bfe3)

4.4.10 (2023-04-14)

Bug Fixes

  • web worker only http request (77714aa)

4.4.9 (2023-03-21)

Bug Fixes

  • svg+xml image decoding in Safari and Firefox (close #15) (86085a3)

4.4.8 (2023-03-18)

Bug Fixes

4.4.7 (2023-03-18)

Bug Fixes

  • cssRule.style.fontFamily null safe (close #14) (b8ca4d4)

4.4.6 (2023-03-15)

Bug Fixes

  • logic interruption caused by reading CSS rules (#12) (ecc09df)

4.4.5 (2023-03-14)

Bug Fixes

4.4.4 (2023-03-12)

Bug Fixes

4.4.3 (2023-03-06)

Bug Fixes

  • ascii null character regex (83aee39)

4.4.2 (2023-03-05)

Bug Fixes

  • some text parsing exceptions caused by comment node (c2e7df8)
  • xml parsing exception caused by ascii control character (a48cb89)

4.4.1 (2023-02-22)

Bug Fixes

4.4.0 (2023-02-21)

Bug Fixes

  • fetch error does not trigger (e3cf180)

Features

  • DPI (png、jpeg) can be set by scale when domToBlob or domToDataUrl (89e94bf)

4.3.6 (2023-02-20)

Features