Releases: ctf0/Laravel-Media-Manager
Releases · ctf0/Laravel-Media-Manager
v2.5.6
v2.5.5
v2.5.4
- fix long press on folder opens image editor - fix clear cache & local storage didnt reset folder hierarchy - fix swipeUp,swipeDown,hold not working unless a file is selected first - fix applying a filters after saving a cropped image reset it back to original, instead now image wont be replaced on saving - cleanups - missing method
v2.5.3
Fix
- making too many requests to collect item metadata #28
- wrong selected files size count
- sidebar item title wrong key
- dbl click while bulk selection is on
- reset for effects only
- more optimization to the backend
- better scroll to item on load
New
- option to enable lazy load image on click/interaction (when set to ‘true’ auto selecting first item will be disabled)
- option to support more image mime-types
- holding refresh btn will now clear both local storage & cache
Update
- remove file list animation “blame vue”
- upgrade laravel version
- remove vue-multi-ref dep
- readme
- wiki
- resources
v2.5.2
Fix
- “new folder name, rename” issue
- delay for caman filters reset
New
- editor btn to preview
- add filter for locked items
- now folders with locked items wont be deleted, neither will its locked content
- update locked list when item is deleted “locked folder within non-locked folder”
Update
- readme
- wiki
- resources
v2.5.0
New
- full image editor https://github.com/ctf0/Laravel-Media-Manager/wiki/Image-Editor
- you can now save images from url too, it follows the same flow as the normal upload (random names, upload to current folder, events)
- new event "MMFileSaved" for both of the above features.
Fix
- setting selected file twice
- clearing cache twice
Update
- readme
- wiki
- resources
v2.4.2
v2.4.1
- limit swipe “up & down” to the file it self instead of the whole container, so now you can swipe as usual without getting the modal showing up. - add press & hold for refresh button so you can clear the manager browser storage/cache. - disable file preview from sidebar in bulk selection - update rdme - update resources
v2.4.0
New
- added a new config key “controller” https://github.com/ctf0/Laravel-Media-Manager/wiki/Have-More-Control-On-Uploads
- we now cache the server response on client side “probably the only manager that does that”, so navigation will be much faster specially for slow connections.
- for zip streaming, instead of bailing out when a file cant be read, we’ll download all as normal and show warning for the bad ones.
Edit
- remove the crazy modal z-index
- changed the local storage key name
- vendor folders is now renamed to
packages
to avoid issues with installation - some optimization & cleanup
- update wiki
- update assets