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

Commit a48b2bc

Browse files
committed
v0.4.3
1 parent 79a6c38 commit a48b2bc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### HEAD
44

5+
### 0.4.3 (August, 25th, 2015)
6+
* modify `objectFit.orientation` to append instead of replacing the node's className
7+
* Adds main key to package.json
8+
* add minified CSS to repository
9+
510
### 0.4.2 (June, 8th, 2015)
611
* Use [external `element.closest()` polyfill](https://github.com/jonathantneal/closest) via npm (#30), small performance win
712
* Use [external rAF polyfill](https://github.com/ngryman/raf.js) via npm (#30)

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.2",
3+
"version": "0.4.3",
44
"main": [
55
"dist/polyfill.object-fit.js",
66
"dist/polyfill.object-fit.css"

0 commit comments

Comments
 (0)