Renée Kooi
|
c9b266ade1
|
Move React components to @uppy/react package.
|
2018-06-18 10:14:08 +02:00 |
|
Renée Kooi
|
b2c3f76c6e
|
Move DragDrop plugin to @uppy/drag-drop.
Steps taken:
```bash
cp -R package-template packages/@uppy/drag-drop
vim packages/@uppy/drag-drop/{README.md,package.json}
vim src/react/DragDrop.js src/index.js # Update requires
vim packages/@uppy/drag-drop/package.json # Add dependencies
```
|
2018-06-14 16:31:19 +02:00 |
|
Renée Kooi
|
6530745e9a
|
react: Use options.id to get plugin instance.
|
2018-05-28 14:41:50 +02:00 |
|
Renée Kooi
|
8016d5378d
|
Add tests for mounting/unmounting React components.
|
2018-05-28 14:38:39 +02:00 |
|
Renée Kooi
|
47ec01083b
|
Prefix default plugin IDs when mounted by React components.
|
2018-04-23 10:17:46 +02:00 |
|
Renée Kooi
|
8829aeca6e
|
More propTypes.
|
2018-04-23 10:05:17 +02:00 |
|
Renée Kooi
|
afad185a0c
|
Fix uppy PropType, closes #411
|
2017-11-09 19:05:09 +01:00 |
|
Renée Kooi
|
4a3341d0b9
|
react: rename react folder from uppy-react → react
|
2017-09-18 14:40:33 +02:00 |
|