Skip to content

Commit 0fe9632

Browse files
committed
v1.0.0-alpha.9
1 parent c9a60c4 commit 0fe9632

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.9 - 7.1.2018 ####
4+
* Fix dynamic style sheets
5+
* Fix > 50% border-radius values
6+
37
#### v1.0.0-alpha.8 - 2.1.2018 ####
48
* Use correct doctype in cloned Document (Fix #1298)
59
* Fix individual border rendering (Fix #1349)

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

0 commit comments

Comments
 (0)