vuefinder 1.2.4 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,16 +57,16 @@ Html
|
|
|
57
57
|
### Features
|
|
58
58
|
- Multi adapter/storage (see https://github.com/thephpleague/flysystem)
|
|
59
59
|
- File and folder operations
|
|
60
|
-
- Create a new file
|
|
61
|
-
- Create a new folder
|
|
62
|
-
- Rename
|
|
63
|
-
- Delete
|
|
60
|
+
- Create a new file
|
|
61
|
+
- Create a new folder
|
|
62
|
+
- Rename
|
|
63
|
+
- Delete
|
|
64
64
|
- Archive (zip)
|
|
65
65
|
- Unarchive (unzip)
|
|
66
66
|
- Text editing
|
|
67
67
|
- Image Crop Tool
|
|
68
68
|
- Upload / Download files
|
|
69
|
-
- Search (deep based on current folder)
|
|
69
|
+
- Search (deep based on current folder)
|
|
70
70
|
- Nice UI
|
|
71
71
|
- Context Menu
|
|
72
72
|
- Breadcrumb links
|