Skip to content

Commit

Permalink
release: v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Nov 6, 2024
1 parent b50711a commit b6e4fe7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [4.5.0](https://github.com/qq15725/modern-screenshot/compare/v4.4.39...v4.5.0) (2024-11-06)


### Bug Fixes

* 修复onCloneNode没有等待用户处理结束导致在回调中处理样式无效 ([868758a](https://github.com/qq15725/modern-screenshot/commit/868758a9f71b84ec6ffa52fd3f346f53abc46555))


### Features

* hooks are supported to return promises ([67d75b2](https://github.com/qq15725/modern-screenshot/commit/67d75b2e30f481741326c7f5e83d5835b160b525))
* support font minify using external lib ([f702db8](https://github.com/qq15725/modern-screenshot/commit/f702db81dd85ed95422d20e8fafe7964ec0e769f))
* warnings are printed only when debug is enabled (close [#106](https://github.com/qq15725/modern-screenshot/issues/106)) ([b50711a](https://github.com/qq15725/modern-screenshot/commit/b50711a2d7f9bbe7d1baec19d6a78f2b727be8e4))



## [4.4.39](https://github.com/qq15725/modern-screenshot/compare/v4.4.38...v4.4.39) (2024-04-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "modern-screenshot",
"type": "module",
"version": "4.4.39",
"version": "4.5.0",
"packageManager": "[email protected]",
"description": "Quickly generate image from DOM node using HTML5 canvas and SVG",
"author": "wxm",
Expand Down

0 comments on commit b6e4fe7

Please sign in to comment.