Skip to content

Commit 9a6e57a

Browse files
committed
v1.0.0-alpha.12
1 parent a3e25d7 commit 9a6e57a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Changelog ###
22

3+
#### v1.0.0-alpha.12 - 5.4.2018 ####
4+
* Fix white space appearing on element rendering (Fix #1438)
5+
* Reset canvas transform on finish (Fix #1494)
6+
37
#### v1.0.0-alpha.11 - 1.4.2018 ####
48
* Fix IE11 member not found error
59
* Support blob image resources in non-foreignObjectRendering mode

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "html2canvas",
44
"description": "Screenshots with JavaScript",
55
"main": "dist/npm/index.js",
6-
"version": "1.0.0-alpha.11",
6+
"version": "1.0.0-alpha.12",
77
"author": {
88
"name": "Niklas von Hertzen",
99
"email": "niklasvh@gmail.com",

0 commit comments

Comments
 (0)