Skip to content

Commit

Permalink
2.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrischmann committed Nov 26, 2016
1 parent 45f8566 commit 5f45634
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 11 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 2.0
### 2.0.5
* added style sorting to prepend prefixed properties ( [#105](https://github.com/rofrischmann/inline-style-prefixer/issues/105) )
* support for `position: -webkit-sticky` ( [#103](https://github.com/rofrischmann/inline-style-prefixer/issues/103) )

### 2.0.4
* added type checks for `flexDirection` specification alternatives

Expand Down
28 changes: 26 additions & 2 deletions dist/inline-style-prefix-all.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/inline-style-prefix-all.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/inline-style-prefix-all.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 40 additions & 4 deletions dist/inline-style-prefixer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/inline-style-prefixer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/inline-style-prefixer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inline-style-prefixer",
"version": "2.0.4",
"version": "2.0.5",
"description": "Autoprefixer for inline styles using userAgent and caniuse data",
"main": "lib/Prefixer.js",
"files": [
Expand Down

0 comments on commit 5f45634

Please sign in to comment.