Skip to content

Commit 9a4a506

Browse files
committed
v1.0.0-alpha.7
1 parent cb93b80 commit 9a4a506

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
#### v1.0.0-alpha.7 - 31.12.2017 ####
4+
* Fix form input rendering (#1338)
5+
* Improve word line breaking algorithm
6+
37
#### v1.0.0-alpha.6 - 28.12.2017 ####
48
* Fix list-style: none (#1340)
59
* Extend supported values for pseudo element content

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)