v1.0.0-alpha.8

This commit is contained in:
Niklas von Hertzen 2018-01-02 20:24:12 +08:00
parent ae019f174c
commit b7c7464c5f
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog ###
#### v1.0.0-alpha.8 - 2.1.2018 ####
* Use correct doctype in cloned Document (Fix #1298)
* Fix individual border rendering (Fix #1349)
#### v1.0.0-alpha.7 - 31.12.2017 ####
* Fix form input rendering (#1338)
* Improve word line breaking algorithm

2
package-lock.json generated
View File

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

View File

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