We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e4920 commit 102b5a1Copy full SHA for 102b5a1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
### Changelog ###
2
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
+
8
#### v1.0.0-alpha.9 - 7.1.2018 ####
9
* Fix dynamic style sheets
10
* Fix > 50% border-radius values
package.json
@@ -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",
0 commit comments