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:
parent
01e4920876
commit
102b5a1282
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user