Skip to content
This repository has been archived by the owner on Oct 8, 2018. It is now read-only.

Commit

Permalink
Version bump and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Mathis committed Feb 17, 2018
1 parent 571c996 commit 78e18a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ npm install react-file-reader --save
```

## ChangeLog
- 1.1.4
- adds disabled prop for input
- 1.1.3
- adds the ability to accept multiple fileTypes as an array
- 1.1.2
Expand Down Expand Up @@ -55,6 +57,8 @@ npm install react-file-reader --save
- fileTypes
- React File Reader supports all [HTML input accept attributes](https://www.w3schools.com/tags/att_input_accept.asp).
- Can be passed as a string or an array
- disabled
- disable input

## Usage
### Import React File Reader
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-file-reader",
"version": "1.1.3",
"version": "1.1.4",
"description": "A flexible ReactJS component for handling styled HTML file inputs.",
"main": "index.js",
"repository": "[email protected]:GrillWork/react-file-reader.git",
Expand Down

0 comments on commit 78e18a3

Please sign in to comment.