Skip to content

Commit

Permalink
updated package to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrischmann committed Dec 3, 2015
1 parent 780204a commit 65a124f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## 0.5
## 0.5.3 (28.11.2016)
## 0.5.4 (03.12.15)
* fixed a typo in `animationIterationCount`

## 0.5.3 (28.11.15)
* Added 2D Transform to the searchMap so IE 9 prefixes `transform`, `transformOrigin`, `transformOriginX` and `transformOriginY`
* Removed unsupported browsers from browser detection to avoid false prefixes

## 0.5.2 (24.11.2016)
## 0.5.2 (24.11.15)
* Added Changelog
* Android detection for older Versions (< 5)
* added `flexWrap` to the properties list
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": "0.5.3",
"version": "0.5.4",
"description": "Autoprefixer for Inline Style objects using userAgent and caniuse data",
"main": "lib/Prefixer.js",
"files": [
Expand Down

0 comments on commit 65a124f

Please sign in to comment.