1
0
mirror of https://github.com/niklasvh/html2canvas.git synced 2023-08-10 21:13:10 +03:00

v1.0.0-alpha.10

This commit is contained in:
MoyuScript 2018-02-15 22:50:40 +08:00
parent f2ac249bea
commit 5c5c3dba56
2 changed files with 6 additions and 1 deletions

@ -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

@ -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",