Skip to content

Commit ae4a0d7

Browse files
author
rofrischmann
committed
1.0.1 release
1 parent 8eeaa09 commit ae4a0d7

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

33
## 1.0
4-
### 1.0.0
4+
### 1.0.1
5+
* added `undefined` check for `userAgent` to prevent bowser errors
6+
7+
### 1.0.0 (29.02.16)
58
* pulled a bugfix by Khan Academy that dash-cases fallback properties ( https://github.com/Khan/inline-style-prefixer/commit/f41f3040ac27eeec3b7a1fb7450ddce250cac4e4 )
69
* using [inline-style-prefix-all](https://github.com/rofrischmann/inline-style-prefix-all) for `prefixAll` now
710
* `display` does not get removed anymore ( #65 )

dist/prefixer.js

Lines changed: 5 additions & 1 deletion
Large diffs are not rendered by default.

dist/prefixer.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/prefixProps.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-style-prefixer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Autoprefixer for inline styles using userAgent and caniuse data",
55
"main": "lib/Prefixer.js",
66
"files": [

0 commit comments

Comments
 (0)