v1.0.0-alpha.10

This commit is contained in:
Niklas von Hertzen 2018-02-15 22:50:40 +08:00
parent 01e4920876
commit 102b5a1282
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
### Changelog ###
#### v1.0.0-alpha.10 - 15.2.2018 ####
* Re-introduce `onclone` option (Fix #1434)
* Add `ignoreElements` predicate function option
* Fix version console logging
#### v1.0.0-alpha.9 - 7.1.2018 ####
* Fix dynamic style sheets
* Fix > 50% border-radius values

View File

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