Skip to content

Commit ee64d0b

Browse files
committed
new props added to table & version upgraded 0.2.0
1 parent 2ab5c83 commit ee64d0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ A library that will make things easier within the React framework for galleries
8686
| `onWarning` | `Function` | `empty` | Returns elements that do not conform to rules created in `accept` or` rules`. [Rules](#Rules) |
8787
| `onDeleted` | `Function` | `empty` | Returns the information of the deleted image. `function(image)` |
8888
| `onChange` | `Function` | `empty` | Works when application starts and any state changes. |
89+
| `onSortEnd` | `Function` | `empty` | It works when the position of pictures changes. `function(images, { oldIndex, newIndex })` |
8990
| `onError` | `Function` | `empty` | Returns `status`,` response` if http request fails. `function({ status, response, image })` |
9091
| `onClick` | `Function` | `empty` | Keeps clicks on the display card. [onClick](#onClick) |
9192
| `onConfirmDelete` | `Function` | `empty` | Attempting to delete the image will ask you one last time. [onConfirmDelete](#onConfirmDelete)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-upload-gallery",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"author": "Muhammet INAN",
66
"repository": {

0 commit comments

Comments
 (0)