Skip to content

Commit 5c64fb6

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.5...v1.9.0) (2021-10-09) ### Bug Fixes * Large Dom sizes failing to be drawn correctly into canvas when exporting to PNG ([#197](#197)) ([1ee2e7f](1ee2e7f)) ### Features * ✨ add svg image with href support ([#198](#198)) ([cb6f916](cb6f916))
1 parent de6c6d9 commit 5c64fb6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.9.0](https://github.com/bubkoo/html-to-image/compare/v1.8.5...v1.9.0) (2021-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* Large Dom sizes failing to be drawn correctly into canvas when exporting to PNG ([#197](https://github.com/bubkoo/html-to-image/issues/197)) ([1ee2e7f](https://github.com/bubkoo/html-to-image/commit/1ee2e7f366ccbaf247caefdcf479f52a2abd22bb))
7+
8+
9+
### Features
10+
11+
* ✨ add svg image with href support ([#198](https://github.com/bubkoo/html-to-image/issues/198)) ([cb6f916](https://github.com/bubkoo/html-to-image/commit/cb6f91692fd0ff06852bf83751e0606df841f429))
12+
113
## [1.8.5](https://github.com/bubkoo/html-to-image/compare/v1.8.4...v1.8.5) (2021-09-15)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-to-image",
3-
"version": "1.8.5",
3+
"version": "1.9.0",
44
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)