v1.0.0-alpha6

This commit is contained in:
Niklas von Hertzen 2017-12-28 14:19:52 +08:00
parent 0aeb54ca2e
commit c4e670addf
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog ###
#### v1.0.0-alpha6 - 28.12.2017 ####
* Fix list-style: none (#1340)
* Extend supported values for pseudo element content
#### v1.0.0-alpha5 - 21.12.2017 ####
* Fix underline positioning
* Fix canvas rendering on Chrome

2
package-lock.json generated
View File

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