Skip to content

Releases: ctf0/Laravel-Media-Manager

v3.0.3

17 May 08:56
Compare
Choose a tag to compare

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

12 May 05:09
Compare
Choose a tag to compare

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

02 May 08:51
Compare
Choose a tag to compare

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

23 Apr 07:19
Compare
Choose a tag to compare
  • 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

v2.6.2

18 Apr 16:06
Compare
Choose a tag to compare
  • strict vue-awesome version
  • add multi_file_selected option
  • fix in modal events dups
  • stylings
  • update wiki
  • update readme
  • update resources

v2.6.1

09 Apr 12:41
Compare
Choose a tag to compare
  • make sure db file is present b4 setuping a connection

v2.6.0

21 Mar 15:00
Compare
Choose a tag to compare
  • fix the fucken extra space at bottom
  • replace localforage with idb-keyval (removes almost 50kb)
  • fix ff backspace btn
  • finalize the new cache lib
  • optimization

v2.5.9

05 Mar 04:10
Compare
Choose a tag to compare
- update modal wiki
- update readme
- update config
- add support for files with mime type=application
- some fixes for view files
- fix cropper js error

v2.5.8

21 Feb 16:24
Compare
Choose a tag to compare
  • fix #34
  • better modal & editor workflow “re-check wiki”
  • un-disable refresh btn
  • cleanups

v2.5.7

20 Feb 16:36
Compare
Choose a tag to compare
- fix rare bug happens on upload caused by upload > delete all > upload
- move modules folder outside of components
- add support for getting selected folder path
- cleaups