Skip to content

Commit 0aa973a

Browse files
committed
v1.0.0-alpha.5
1 parent baaf9b0 commit 0aa973a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
#### v1.0.0-alpha4 - 12.12.2017 ####
410
* Fix rendering with multiple fonts defined (Fix #796)
511
* Add support for radial-gradients

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.4",
6+
"version": "1.0.0-alpha.5",
77
"author": {
88
"name": "Niklas von Hertzen",
99
"email": "niklasvh@gmail.com",

0 commit comments

Comments
 (0)