From 9c0ad6baab007a320daf655e070e78f014cba566 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Tue, 3 Feb 2015 22:11:20 +0200 Subject: [PATCH] Bump v0.5.0-alpha2 --- CHANGELOG.md | 4 ++++ dist/html2canvas.js | 2 +- dist/html2canvas.min.js | 2 +- dist/html2canvas.svg.js | 2 +- dist/html2canvas.svg.min.js | 2 +- package.json | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c387f3..0795360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Changelog ### +v0.5.0-alpha2 - 3.2.2015 + * Switch to using browserify for building + * Fix (#517) Chrome stretches background images with 'auto' or single attributes + v0.5.0-alpha - 19.1.2015 * Complete rewrite of library * Switched interface to return Promise diff --git a/dist/html2canvas.js b/dist/html2canvas.js index c1a72f9..22b077e 100644 --- a/dist/html2canvas.js +++ b/dist/html2canvas.js @@ -1,5 +1,5 @@ /* - html2canvas 0.5.0-alpha1 + html2canvas 0.5.0-alpha2 Copyright (c) 2015 Niklas von Hertzen Released under MIT License diff --git a/dist/html2canvas.min.js b/dist/html2canvas.min.js index 27e711a..a1b1a4b 100644 --- a/dist/html2canvas.min.js +++ b/dist/html2canvas.min.js @@ -1,5 +1,5 @@ /* - html2canvas 0.5.0-alpha1 + html2canvas 0.5.0-alpha2 Copyright (c) 2015 Niklas von Hertzen Released under MIT License diff --git a/dist/html2canvas.svg.js b/dist/html2canvas.svg.js index cce6a90..53b1ad7 100644 --- a/dist/html2canvas.svg.js +++ b/dist/html2canvas.svg.js @@ -1,5 +1,5 @@ /* - html2canvas 0.5.0-alpha1 + html2canvas 0.5.0-alpha2 Copyright (c) 2015 Niklas von Hertzen Released under MIT License diff --git a/dist/html2canvas.svg.min.js b/dist/html2canvas.svg.min.js index bd56b19..5fb1c1c 100644 --- a/dist/html2canvas.svg.min.js +++ b/dist/html2canvas.svg.min.js @@ -1,5 +1,5 @@ /* - html2canvas 0.5.0-alpha1 + html2canvas 0.5.0-alpha2 Copyright (c) 2015 Niklas von Hertzen Released under MIT License diff --git a/package.json b/package.json index 38ca798..a3d36e6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "html2canvas", "description": "Screenshots with JavaScript", "main": "src/core.js", - "version": "0.5.0-alpha1", + "version": "0.5.0-alpha2", "author": { "name": "Niklas von Hertzen", "email": "niklasvh@gmail.com",