Skip to content

Latest commit

 

History

History
97 lines (69 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

97 lines (69 loc) · 3.98 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.2 (2024-04-22)

Bug Fixes

  • deps: replace dependency xmldom with @xmldom/xmldom ^0.7.5 (#1719) (9d2af45)
  • deps: update dependency @xmldom/xmldom to ^0.8.0 (#1722) (d1bcf0a)

4.0.1 (2022-07-19)

Bug Fixes

  • update isReadyLock state to fix deadlock on second render (#1679) (4bbc37e)

4.0.0 (2022-02-17)

⚠ BREAKING CHANGES

  • TypeScript 4
  • Default export was replaced with "Canvg" named export.
  • UMD bundle and old browsers support were dropped. Node >=12 is required.

Bug Fixes

build

[3.0.9] - 2021-10-04

Fixed

[3.0.8] - 2021-07-31

Fixed

[3.0.7] - 2020-10-17

Fixed

[3.0.6] - 2020-03-25

Fixed

[3.0.1] - 2019-12-03

Fixed

[3.0.0] - 2019-10-23

Added

  • OffscreenCanvas support.

Changed

  • JavaScript -> TypeScript.

Fixed