Releases: ctf0/Laravel-Media-Manager
Releases · ctf0/Laravel-Media-Manager
v2.1.0
- change laravel `MMFolderDeleted` event to `MMFileDeleted` and add `(bool) is_folder` - correct laravel events params - fix loading files anim not hiding and causing stuttering - correct total files count when using extension restriction - finally fixed toolbar alignment - better modal alignment “blame bulma” - fix image modal not showing up when sidebar is hidden - add support to touch “side effect is you cant highlight text anymore” - add option to directly copy item link - pimped drop-zone area instead of the dull white bg - finish up translation - add a subtle animation for the item select - better visibility for item details - update assets - update rdme
v2.0.2
v2.0.1
v2.0.0
New Features & More Flexibility 🔥 🏆 💃 💣
- use manager from modal “check wiki”
- you can now download all selected files, thanx to https://github.com/PixelsCommander/Download-File-JS
- now the manager will have its own script file so you only load it when needed instead of merging it with your main script, better loading time for users.
- fix pattern for names with
()
- fix file names cleanup not working properly
- change config sanitized text to
uniqid()
instead for better ux - add new “folder restriction” feature “check wiki”
- changed js structure instead of the bazillion folders everywhere
- fix move btn not updating correctly on first load
- remove event listener on destroy
- update assets
- update read me
v1.3.6
- fix refresh button when no files are avail
- fix refresh shortcut not working when there are no files
- add events for file/folder “upload/delete/rename” which will give you the full path to the file/folder so you can hook into them easily.
- fixed error when adding new folder & not triggering refresh after
- update readme
v1.3.5
v1.3.4
- fix pressing enter not working correctly because “selectedFile” is not cleared after last dir
- more optimization for keyboard events so now it fires only when needed.
- you can now use “left/right/home/end” when image lightBox is active
- fix issue for pressing modal close icon will submit the form
- show warning if no value for new folder or rename
- add is_loading to submit btns
v1.3.3
v1.3.2
- remove jquery.scrollTo
- fix notif not showing up
- now using any of the shortcuts dont scroll the window
- make sure the shortcuts used with more than element dont run twice
- clean styles
- remove notif-comp file and use the npm package instead
- some cosmetics for the manager
- update view
- update assets
- update rdme