Skip to content

Commit 102b5a1

Browse files
committed
v1.0.0-alpha.10
1 parent 01e4920 commit 102b5a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### Changelog ###
22

3+
#### v1.0.0-alpha.10 - 15.2.2018 ####
4+
* Re-introduce `onclone` option (Fix #1434)
5+
* Add `ignoreElements` predicate function option
6+
* Fix version console logging
7+
38
#### v1.0.0-alpha.9 - 7.1.2018 ####
49
* Fix dynamic style sheets
510
* Fix > 50% border-radius values

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "html2canvas",
44
"description": "Screenshots with JavaScript",
55
"main": "dist/npm/index.js",
6-
"version": "1.0.0-alpha.9",
6+
"version": "1.0.0-alpha.10",
77
"author": {
88
"name": "Niklas von Hertzen",
99
"email": "niklasvh@gmail.com",

0 commit comments

Comments
 (0)