v1.0.0-alpha.9

This commit is contained in:
MoyuScript 2018-01-07 20:56:59 +08:00
parent 565da856d7
commit badf5d717d
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog ### ### Changelog ###
#### v1.0.0-alpha.9 - 7.1.2018 ####
* Fix dynamic style sheets
* Fix > 50% border-radius values
#### v1.0.0-alpha.8 - 2.1.2018 #### #### v1.0.0-alpha.8 - 2.1.2018 ####
* Use correct doctype in cloned Document (Fix #1298) * Use correct doctype in cloned Document (Fix #1298)
* Fix individual border rendering (Fix #1349) * Fix individual border rendering (Fix #1349)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "html2canvas", "name": "html2canvas",
"version": "1.0.0-alpha.8", "version": "1.0.0-alpha.9",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -3,7 +3,7 @@
"name": "html2canvas", "name": "html2canvas",
"description": "Screenshots with JavaScript", "description": "Screenshots with JavaScript",
"main": "dist/npm/index.js", "main": "dist/npm/index.js",
"version": "1.0.0-alpha.8", "version": "1.0.0-alpha.9",
"author": { "author": {
"name": "Niklas von Hertzen", "name": "Niklas von Hertzen",
"email": "niklasvh@gmail.com", "email": "niklasvh@gmail.com",