Releases: ctf0/Laravel-Media-Manager
Releases · ctf0/Laravel-Media-Manager
v3.0.3
Fixed
- wrong shortcut in editor tooltip
- in-correct dbl slash replacer
- removing wrong item from the list because of similar name
- showing total size as false
New
- add description to the toolbar btn icons “refresh, lock, visibility”
- add support for cache storage for lazy image loading “with fallback to normal when needed”
- simplified the cache removal method
- long press refresh btn will also clears the “cached images” storage
- folders with locked items cant be “renamed, moved, copied or deleted”
- folders with locked items check is now incredibly faster because its pre-checked on the front side instead of the server
- lock/visibility
- btns now follow the toolbar “main” btn instead of operating separately
- now works with lists, instead of making a request per each
- now icons reflect the item status instead of being a switch
- some cleanups & better APIs
- visibility btn in preview card
- npm dependency “vue-async-computed”
Removed
- visibility modal, now the visibility btn have the same behavior as the lock btn
v3.0.2
Fixed
- refetching content after cache clearing
- bad html in card modal causing tippy error
- bulk selection with "shift+click" doesn't work correctly when sortBy is used
- a couple of gestures “recheck shortcuts”
- better scroll to item in long list on manager init “hopefully its fixed for good now”
- folders with locked items getting fake remove
New
- move modal have the selected items info as well “same as the delete modal”
- removed “vue-scroll-stop” and replaced it with something simpler
- the url will be changed according to the opened folder
- so you can use the back/forward button like normal.
- open a path directly with a url
- using local storage to remember opened folders now works only for the modal
- locked list moved to ls instead of saving it with each cached key
v3.0.1
Fixed
- btns being disabled after cache deletion and refetching
- dbl selection happens when going up a dir
- sidebar info not having correct bg color when empty
- issue of missing
$randId
when using the modal view - separate lock&link icon click events from the file box
New
- select first item when lazy loading is active & first item is a folder
- allow zipping files with duplicate names
- standardize animation
- preserve search across navigation “a temp solution until global search is implemented”
- re-worked how the cache gets cleared through the different operations, so you get accurate info no matter how deep the dir is
- cache now gets checked for invalidation though any navigation op
- cleanup
v3.0.0
-
use a unique id for the zip progress tracking to avoid issues with multiple download of the same zip at the same time
-
add auto invalidate cache option, note that to keep things as performance friendly while making sure the cache invalidation updates as regularly as possible, every time the user navigate into a folder the invalidation check will fire.
-
add new enhancement to stop scrolling the main page when the manager scroll has reached the end “i focken hated that”
-
updated resources
-
update readme