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

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmh committed Feb 23, 2015
1 parent 7f0400d commit 5e44b8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

### HEAD

### 0.4.0 (February, 23th, 2015)
* Add option `disableCrossDomain: 'true'` to ignore external stylesheets (CORS/CSP) (#7, #15)

### 0.3.7 (January, 26th, 2015)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-fit",
"version": "0.3.7",
"version": "0.4.0",
"main": [
"dist/polyfill.object-fit.js",
"dist/polyfill.object-fit.css"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "object-fit",
"title": "object-fit polyfill",
"description": "Polyfill for the CSS object-fit property to fit images into containers",
"version": "0.3.7",
"version": "0.4.0",
"homepage": "https://github.com/anselmh/object-fit",
"repository": {
"type": "git",
Expand All @@ -21,9 +21,9 @@
"dependencies": {},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.5.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-uglify": "0.8.0",
"grunt-contrib-watch": "0.6.1"
},
"keywords": []
Expand Down

0 comments on commit 5e44b8c

Please sign in to comment.