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

Commit 5437a37

Browse files
committedFeb 24, 2015
v0.4.1
1 parent 8ef64e8 commit 5437a37

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
### HEAD
44

5+
### 0.4.1 (February, 24th, 2015)
6+
* Optimize Performance (+28%) (#22)
7+
58
### 0.4.0 (February, 23th, 2015)
69
* Add option `disableCrossDomain: 'true'` to ignore external stylesheets (CORS/CSP) (#7, #15)
710

‎bower.json

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

‎package.json

+1-1
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.4.0",
5+
"version": "0.4.1",
66
"homepage": "https://github.com/anselmh/object-fit",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)
This repository has been archived.