Update CHANGELOG

This commit is contained in:
Niklas von Hertzen 2017-12-07 15:47:53 +08:00
parent b8178e92b4
commit 4a09264103
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
### Changelog ###
#### v1.0.0-alpha1 - TBD ####
#### v1.0.0-alpha2 - TBD ####
* Fix decimal `letter-spacing` values
#### v1.0.0-alpha1 - 5.12.2017 ####
* Complete rewrite of library
##### Breaking Changes #####
* Remove deprecated onrendered callback, calling `html2canvas` returns a `Promise<HTMLCanvasElement>`

View File

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