v1.0.0-alpha.12

This commit is contained in:
MoyuScript 2018-04-05 20:49:54 +08:00
parent a55e6a7dc7
commit 4e5aeacf89
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog ###
#### v1.0.0-alpha.12 - 5.4.2018 ####
* Fix white space appearing on element rendering (Fix #1438)
* Reset canvas transform on finish (Fix #1494)
#### v1.0.0-alpha.11 - 1.4.2018 ####
* Fix IE11 member not found error
* Support blob image resources in non-foreignObjectRendering mode

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "html2canvas",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -3,7 +3,7 @@
"name": "html2canvas",
"description": "Screenshots with JavaScript",
"main": "dist/npm/index.js",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"author": {
"name": "Niklas von Hertzen",
"email": "niklasvh@gmail.com",