Skip to content

Releases: ctf0/Laravel-Media-Manager

v3.2.2

28 Aug 10:14
Compare
Choose a tag to compare

Fix

  • the manager wrapper box-shadow leaking to the top toolbar
  • ajax error anim duplication
  • ghost click for dbl-tap

New

  • open audio/video in modal "on small screens only"

  • using down btn to go to list end when no rows avail

  • reset filter with esc

  • generic files icons inside the global search

  • selecting an item from the global search will now go to the folder + scroll to the file aswell

  • show the upload progress

  • make sure the toolbar is visible on big screen

  • disable global search icon when uploading

  • some cleanup

v3.2.1

26 Aug 20:31
Compare
Choose a tag to compare
  • more audio info
  • make sure the sidebar is completely removed on small screens
  • some css cleanup
  • use tables for sidebar info
  • updated all resources + lang structure “plz republish”

v3.2.0

23 Aug 06:55
Compare
Choose a tag to compare

Fix

  • db-click to open folder not selecting first item as it should
  • scrollByRow() error after the manager modal is closed
  • __stack-files-reverse not setting left: 0
  • config sanitized_text function is now a string so we can use it with call_user_func(), this fix the recent problem related to file upload with random naming option on + allow to cache the config without issues
  • not reseting the filter btn class when no files are found

New

  • npm dep “plyr” to overcome the browser inconsistent player look 🔥🚀
  • tooltip to global search btn
  • content ratio bar + an option to enable/disable it under config show_ratio_bar 👏 💪

Update

  • re-enable the refresh btn when the ajax call fail so you dont have to manually clear the manager cache.
  • changed all the media-manager__stack- class names to __stack- except the main one.
  • changed config cacheExpiresAfter to cache_expires_after
  • all resources + config “plz republish”

v3.1.4

21 Jul 08:02
a88d68a
Compare
Choose a tag to compare

v3.1.3

01 Jul 00:36
Compare
Choose a tag to compare
  • remove audio notifs
  • cleanup
  • fix scrollbyrow after toggle info sidebar

v3.1.2

23 Jun 07:41
Compare
Choose a tag to compare

New

  • config option “enable_broadcasting, get_folder_info”
  • global search
  • keyboard navigate by row
  • use natural sort “natsort” for items

Fix

  • dirs name after lock/unlock
  • pdf file having 2 icons
  • using the refresh btn even when its disabled
  • incorrect mobile nav file name

Removed

  • item hover shadow

v3.1.1

17 Jun 01:13
Compare
Choose a tag to compare
minor fix

v3.1.0

16 Jun 08:40
Compare
Choose a tag to compare

New

Fix

  • sluggish selection
  • hiding sidebar on small screen without reseting files container position
  • navigation selection delay
  • not disabling refresh btn in some cases
  • removing items from manager list because names are similar
  • creating single char folder name

Removed

  • mobile_alt_navigation config, now alt nav on mobile is default

v3.0.5

01 Jun 17:04
Compare
Choose a tag to compare
  • fix stuttre once and for all (“size: cover” is evil)
  • fix cacheing wrong images because of same index
  • some improvments for blkselect and lazy image loading
  • use lodash/debounce instead of settimeout for scroll and int-observer

v3.0.4

31 May 15:55
Compare
Choose a tag to compare

New

  • add restrict mode, check https://github.com/ctf0/Laravel-Media-Manager/wiki/Restrict-Access-To-Path
  • add new config option mobile_alt_navigation
  • use bodymovin npm package instead of the cdn
  • use IntersectionObserver
  • long press the refresh btn also reset the url
  • better dz upload ux flow
  • new method MediaController@allowUpload to decide whether to allow upload or not “useful in case you want to have an upload limit per user”, covers
    • file upload
    • url upload
    • save image edit

Fix

  • the tracking id for the zip update streaming
  • not able to zip files with https
  • sidebar stutter because of image loading
  • delete multiple files error
  • bad html

Removed

  • vue-bounty “number animation” until original lib performance is fixed