v1.0.0-alpha.11

This commit is contained in:
Niklas von Hertzen 2018-04-01 17:14:38 +08:00
parent 6341788edf
commit 48b4c20e24
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog ###
#### v1.0.0-alpha.11 - 1.4.2018 ####
* Fix IE11 member not found error
* Support blob image resources in non-foreignObjectRendering mode
#### v1.0.0-alpha.10 - 15.2.2018 ####
* Re-introduce `onclone` option (Fix #1434)
* Add `ignoreElements` predicate function option

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "html2canvas",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"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.10",
"version": "1.0.0-alpha.11",
"author": {
"name": "Niklas von Hertzen",
"email": "niklasvh@gmail.com",