Releases: ctf0/Laravel-Media-Manager
Releases · ctf0/Laravel-Media-Manager
v3.2.2
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
v3.2.0
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 settingleft: 0
- config
sanitized_text
function is now a string so we can use it withcall_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
tocache_expires_after
- all resources + config “plz republish”
v3.1.4
- thephpleague/flysystem#947
- manage dist with webpack
- fix clientWidth error
- fix usage issue of
window.vue
"egg or chicken"
v3.1.3
v3.1.2
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
v3.1.0
New
-
show audio files cover
-
show image dimensions
-
disable url upload when restrict mode is on
-
replace SSE with websockets instead check
-
download zip with folder hierarchy
-
lock/unlock no longer force refresh the manager
-
auto-scroll to item after sidebar toggle
-
dont cleanup cache unnecessarily
-
“alt/meta + click” (add current selected item + next selection to bulk select)
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
v3.0.4
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