Skip to content

Commit e097712

Browse files
committed
Merge branch 'release/1.0.5'
2 parents 33fbab1 + fdee900 commit e097712

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
= 1.0.5
2+
* Correct bower file with "main" entry
3+
* Add `createLinearGradient` support
4+
15
= 1.0.3
26
* Add bower support
37
* Add built distribution files to the repository

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Some things you should be familiar with before getting started
1717

1818
## Development
1919

20-
Once you have NPM and Grunt installed, clone the repository and install all dependancies
20+
Once you have NPM and Grunt installed, clone the repository (with `--recursive` to also clone all submodules) and install all dependencies
2121

22-
git clone git@.....hidpi-canvas-polyfill.git
22+
git clone git@.....hidpi-canvas-polyfill.git --recursive
2323
cd hidpi-canvas-polyfill
2424
npm install
2525

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hidpi-canvas",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"homepage": "https://github.com/jondavidjohn/hidpi-canvas-polyfill",
55
"authors": [
66
"Jonathan Johnson <jon@crowdfavorite.com>"
@@ -12,6 +12,7 @@
1212
"hidpi",
1313
"polyfill"
1414
],
15+
"main": "dist/hidpi-canvas.js",
1516
"license": "Apache 2.0",
1617
"ignore": [
1718
"**/.*",

dist/hidpi-canvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* HiDPI Canvas Polyfill (1.0.4)
2+
* HiDPI Canvas Polyfill (1.0.5)
33
*
44
* Author: Jonathan D. Johnson (http://jondavidjohn.com)
55
* Homepage: https://github.com/jondavidjohn/hidpi-canvas-polyfill

dist/hidpi-canvas.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
@@ -1,7 +1,7 @@
11
{
22
"name": "hidpi-canvas",
33
"description": "A JavaScript drop-in module to polyfill consistent and automatic HiDPI Canvas support.",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"license": "Apache 2.0",
66
"homepage": "https://github.com/jondavidjohn/hidpi-canvas-polyfill",
77
"bugs": "https://github.com/jondavidjohn/hidpi-canvas-polyfill/issues",

0 commit comments

Comments
 (0)