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 baaf9b0 commit 0aa973aCopy full SHA for 0aa973a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
### Changelog ###
2
3
+#### v1.0.0-alpha5 - 21.12.2017 ####
4
+ * Fix underline positioning
5
+ * Fix canvas rendering on Chrome
6
+ * Fix overflow: auto
7
+ * Added support for rendering list-style
8
+
9
#### v1.0.0-alpha4 - 12.12.2017 ####
10
* Fix rendering with multiple fonts defined (Fix #796)
11
* Add support for radial-gradients
package.json
@@ -3,7 +3,7 @@
"name": "html2canvas",
"description": "Screenshots with JavaScript",
"main": "dist/npm/index.js",
- "version": "1.0.0-alpha.4",
+ "version": "1.0.0-alpha.5",
"author": {
"name": "Niklas von Hertzen",
"email": "niklasvh@gmail.com",
0 commit comments