Skip to content

Commit 9a0d43d

Browse files
committed
Bump v0.5.0-alpha2
1 parent 3671de8 commit 9a0d43d

6 files changed

+9
-5
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+
v0.5.0-alpha2 - 3.2.2015
4+
* Switch to using browserify for building
5+
* Fix (#517) Chrome stretches background images with 'auto' or single attributes
6+
37
v0.5.0-alpha - 19.1.2015
48
* Complete rewrite of library
59
* Switched interface to return Promise

dist/html2canvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
html2canvas 0.5.0-alpha1 <http://html2canvas.hertzen.com>
2+
html2canvas 0.5.0-alpha2 <http://html2canvas.hertzen.com>
33
Copyright (c) 2015 Niklas von Hertzen
44
55
Released under MIT License

dist/html2canvas.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/html2canvas.svg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
html2canvas 0.5.0-alpha1 <http://html2canvas.hertzen.com>
2+
html2canvas 0.5.0-alpha2 <http://html2canvas.hertzen.com>
33
Copyright (c) 2015 Niklas von Hertzen
44

55
Released under MIT License

dist/html2canvas.svg.min.js

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": "src/core.js",
6-
"version": "0.5.0-alpha1",
6+
"version": "0.5.0-alpha2",
77
"author": {
88
"name": "Niklas von Hertzen",
99
"email": "niklasvh@gmail.com",

0 commit comments

Comments
 (0)