Releases: talvbansal/media-manager
Releases · talvbansal/media-manager
Drag and drop to upload
- Add drag and drop to upload files via Dropzone JS
- Added configurable disks to store and load content from
- Added configureable middleware
- Documentation update
- Updated code to work with PHP 7.1
- Re wrote large chunks of the code base to make use of ES6
Breaking Change
- This release changes the name of the close event from "close" to "media-modal-close", the documentation has been updated to reflect this change.
v2.0.2
- Finally able to minify assets thanks to update to webpack
- Fixed bug with date filter failing and failing back to showing todays date for all dates within the browser
v2.0.0
- Updated project dependencies to use
vue.js
v2.0.x - Large documentation update.
v1.1.0
- Documentation update
- Changed routes method name to
TalvBansal\MediaManager\Routes::get();
- Final
vue.js
1.x release
v1.0.6
- Add a place holder in the sidebar for non image items
- Calculating the number of items in a folder is done in PHP instead of Javascript now
v1.0.5
- Fixed issues with filenames and paths that have spaces in them
- Added Travis CI tests for PHP 7.1
v1.0.4
- Files and folders can now be selected using the "Enter" key
- Errors for create folder and rename item are displayed within the modal window
Modal window style update
- Update modal windows to use bootstraps classes to feel more integrated into a wider set of applications
Style Update
- Added a confirm dialog when deleting items
- Lots of minor style and UI updates
Initial Release
The initial release written as a Laravel package with vue.js components
This initial release has the following features:
- Navigate directories
- Upload new files
- Create new folders
- Rename items
- Move items
- Delete items