Skip to content
This repository was archived by the owner on Feb 25, 2018. It is now read-only.

Commit 5e44b8c

Browse files
committed
v0.4.0
1 parent 7f0400d commit 5e44b8c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
### HEAD
4+
5+
### 0.4.0 (February, 23th, 2015)
46
* Add option `disableCrossDomain: 'true'` to ignore external stylesheets (CORS/CSP) (#7, #15)
57

68
### 0.3.7 (January, 26th, 2015)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "object-fit",
3-
"version": "0.3.7",
3+
"version": "0.4.0",
44
"main": [
55
"dist/polyfill.object-fit.js",
66
"dist/polyfill.object-fit.css"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "object-fit",
33
"title": "object-fit polyfill",
44
"description": "Polyfill for the CSS object-fit property to fit images into containers",
5-
"version": "0.3.7",
5+
"version": "0.4.0",
66
"homepage": "https://github.com/anselmh/object-fit",
77
"repository": {
88
"type": "git",
@@ -21,9 +21,9 @@
2121
"dependencies": {},
2222
"devDependencies": {
2323
"grunt": "0.4.x",
24-
"grunt-contrib-concat": "~0.5.0",
25-
"grunt-contrib-jshint": "0.10.0",
26-
"grunt-contrib-uglify": "0.5.1",
24+
"grunt-contrib-concat": "~0.5.1",
25+
"grunt-contrib-jshint": "0.11.0",
26+
"grunt-contrib-uglify": "0.8.0",
2727
"grunt-contrib-watch": "0.6.1"
2828
},
2929
"keywords": []

0 commit comments

Comments
 (0)