Releases: adrians5j/react-butterfiles
Releases · adrians5j/react-butterfiles
v1.3.3
1.3.3 (2019-08-15)
Bug Fixes
- replace div tag with fragment (577c458)
v1.3.2
1.3.2 (2019-05-01)
Bug Fixes
- "this" binding on "validateFiles" render prop function (3398474)
v1.3.1
1.3.1 (2019-05-01)
Bug Fixes
- rename "validate" to "validateFiles" (0f4bee0)
v1.3.0
1.3.0 (2019-05-01)
Bug Fixes
- "validateFiles" can receive an array of both SelectedFile and File (69d62c3)
Features
- enable manual validation of selected files (4a4fe62)
v1.2.1
1.2.1 (2019-01-02)
Bug Fixes
- fix package.json (license, keywords) (a621a13)
v1.2.0
1.2.0 (2019-01-01)
Bug Fixes
- add "id" to every selected file (5d7f0be)
- manage additional props passed on to getDropZoneProps (9856206)
Features
- add "getLabelProps" method for adding labels the right way (32bbf98)
- add ability to pass custom "id" (e5814e3)
v1.1.5
1.1.5 (2018-12-28)
Bug Fixes
- execute onDragOver / onDrop callbacks only if defined (5ea58f0)
v1.1.4
1.1.4 (2018-12-28)
Bug Fixes
- package.json: "main" key must point to "dist/Files.js" (5b45385)
v1.1.3
1.1.3 (2018-12-28)
Bug Fixes
- "getDropZoneProps" must accept custom onDrop / onDragOver callbacks (eb3715d)
- if drop event does not contain files, do not trigger file handling (e1318b5)
- update flow types (86f74bd)
v1.1.2
1.1.2 (2018-12-26)
Bug Fixes