Skip to content

Releases: adrians5j/react-butterfiles

v1.3.3

15 Aug 11:43
Compare
Choose a tag to compare

1.3.3 (2019-08-15)

Bug Fixes

  • replace div tag with fragment (577c458)

v1.3.2

01 May 13:59
Compare
Choose a tag to compare

1.3.2 (2019-05-01)

Bug Fixes

  • "this" binding on "validateFiles" render prop function (3398474)

v1.3.1

01 May 12:46
Compare
Choose a tag to compare

1.3.1 (2019-05-01)

Bug Fixes

  • rename "validate" to "validateFiles" (0f4bee0)

v1.3.0

01 May 10:56
Compare
Choose a tag to compare

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

02 Jan 08:41
Compare
Choose a tag to compare

1.2.1 (2019-01-02)

Bug Fixes

  • fix package.json (license, keywords) (a621a13)

v1.2.0

01 Jan 22:13
Compare
Choose a tag to compare

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

28 Dec 23:18
Compare
Choose a tag to compare

1.1.5 (2018-12-28)

Bug Fixes

  • execute onDragOver / onDrop callbacks only if defined (5ea58f0)

v1.1.4

28 Dec 22:23
Compare
Choose a tag to compare

1.1.4 (2018-12-28)

Bug Fixes

  • package.json: "main" key must point to "dist/Files.js" (5b45385)

v1.1.3

28 Dec 21:56
Compare
Choose a tag to compare

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

26 Dec 12:00
Compare
Choose a tag to compare

1.1.2 (2018-12-26)

Bug Fixes