diff --git a/README.md b/README.md index bd40ea0..e0fdeb0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 7024b1d..9bdc19e 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:GrillWork/react-file-reader.git",