Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrischmann committed Mar 1, 2016
1 parent 8eeaa09 commit ae4a0d7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## 1.0
### 1.0.0
### 1.0.1
* added `undefined` check for `userAgent` to prevent bowser errors

### 1.0.0 (29.02.16)
* pulled a bugfix by Khan Academy that dash-cases fallback properties ( https://github.com/Khan/inline-style-prefixer/commit/f41f3040ac27eeec3b7a1fb7450ddce250cac4e4 )
* using [inline-style-prefix-all](https://github.com/rofrischmann/inline-style-prefix-all) for `prefixAll` now
* `display` does not get removed anymore ( #65 )
Expand Down
6 changes: 5 additions & 1 deletion dist/prefixer.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/prefixer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/prefixProps.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": "1.0.0",
"version": "1.0.1",
"description": "Autoprefixer for inline styles using userAgent and caniuse data",
"main": "lib/Prefixer.js",
"files": [
Expand Down

0 comments on commit ae4a0d7

Please sign in to comment.