Releases: ctf0/Laravel-Media-Manager
Releases · ctf0/Laravel-Media-Manager
v2.3.7
New
- you can now use “shift + click” to limit bulk selection to specific files.
- added new shortcuts
- you can now copy files/folders instead of moving as well.
- add new option for path breadcrumb for mobile to make it easier to navigate
- add audio for success & alert ops
- don't reset the selection if (deleting/moving/copying) an item has returned an error.
Fix
- some fixes & cleanups here and there
- fixed issue with local-storage overriding the original keys
- fixed update folder info after moving
- fixed not selecting an item after getting the files from server “rare”
- fixed refreshing the manager when using “key modifier + r”
- fixed the hardcoded translation & now all handled through laravel.
- fixed pre-mature selection of first item after delete/move form submit
- fixed showing an empty notification
- fixed axios showing vague error message
Update
- cleanup & optimization “js, controller”
- slightly better scroll to item
- change view files structure
- make file-box smaller on mobile
- update read me
- update wiki
- update resources
v2.3.6
Fix
- show correct total size in delete modal
- add some sense to css classes
- move dropzone file input inside its own form so you don’t have a bazillion inputs at the end of the DOM on each toggle of the modal
- some cleanup to the media-controller
New
- add support for WYSIWYG Editors
https://github.com/ctf0/Laravel-Media-Manager/wiki/Use-The-Manager-With-Any-WYSIWYG-Editor - sidebar no selection icon is now a btn to reset “bulk select & search”
Zip
- you can now download folders as a zip as well
- the zipping is now done on server & downloaded as a stream, so no worries about memory issues nor you need to install any extra js packages
- sadly no more progress for zipping as the form submit is not being handled by js, so any ideas/PRs are welcome
Update
- update readme
- update assets
- update wiki
v2.3.5
- show progress for zipping
- css cleanup
- better align for manager in modal
- fix breadcrumb path stay active in bulk selection
- fix being able to navigate to diff folder while uploading
- for both upload & zipping, all the manager functions will be disabled to make sure nothing interfere with any of the running ops.
- don’t show total size if its == 0
- remove scroll polyfill
- show file full name in preview
- more accurate ux for upload
v2.3.4
Edits
- in image preview, click the name to copy its url.
- move upload panel bg patterns to its own branch to minimize package size.
- more cleanup.
- uploading new items while the manager is already uploading is now disabled, also the call to update the files list will run only once at the end of the upload to minimize the load on the server.
Bulk Select
-
show total selected items size
-
show folders nested items count
-
fix not being able to manually deselect last item in bulk list
-
show items size when deleting + total if more than one
-
if you want you can now download a zip file with all the selected files instead of separate ones. https://github.com/ctf0/Laravel-Media-Manager/wiki/Download-Files-as-a-ZipFile
-
update readme
-
update assets
v2.3.3
New
- much better styling all over
- now selected file will be reselected when reopening the manager, same as with folders.
- for icons, we’ve moved to https://github.com/Justineo/vue-awesome instead of fw font
- add flip animation for numbers change.
- add extra button for pdf preview to open in new tab, same as images
- now you can preview text files as well
- new animation for search not found & new one for loading files as well
- item box is now bigger on mobile instead of the narrow lock on desktop.
- select last uploaded item after upload instead of first item in the files list
Fix
- fix not showing selected file info after clearing search
- fix not showing total count when no file is selected
- fix pdf preview being too narrow
- fix an issue related to view composer was occurring on new installation
- fix git ignoring vendor folders.
Wiki
- add note about sqlite requirement for files lock/unlock option.
- Customization & Optimization
Update
- update assets
- update readme
v2.3.2
v2.3.1
- fix using swipe up/down when move/delete is disabled - add toggle toolbar button “mostly for mobile users” - smooth scroll navigation - better/accurate progress bar for upload - fix not changing animation direction for swiping - fix not reseting current selected file index - you can now preview pdfs too - fix https://github.com/ctf0/Laravel-Media-Manager/issues/20
v2.3.0
we are now jQuery free 😱🤘💥💪👯
image
- animate navigation
- clicking the preview will open the image in a new tab
- preview is now a card with basic info and main functionality “mostly for mobile users”
new options
- added hide folder
- added random names option for uploaded files “will also be saved in local-storage”
- save visited folder to local-storage so you can continue from where you left.
- auto select folder after creation
- set “max-height” to the manager if opened inside a modal
fixs
- fix hide ext
- disallow folder creation with single character name
- disallow folder rename to single character
- fix list update after remove items with same name but diff type
- fix preview modal image align
styling
- better responsive
- some styling & animation
- added some patterns for upload panel bg so image change on each toggle
- change lock/unlock notification msg
- add notification for single file download
- update assets “make sure to republish the assets”
- update readme
- update wiki
v2.2.1
- change config `hide_ext` to `hide_files_ext` - fix the damn move btn disable/enable for good - fixed enabling directory even if its inside the locked list - fixed going to prev folder in restricted path - fixed refresh issue in restricted path - use plain html for form instead of laravel-collection - use axios instead of jquery ajax - jquery is now only handling “keydown & player events” (if anyone can convert those to plain js i would deeply appreciate it) - optimize fileSelected event to fire only when using the manager from a modal. - updated https://github.com/ctf0/Laravel-Media-Manager/wiki/Folder-Restriction - updated https://github.com/ctf0/Laravel-Media-Manager/wiki/Lock-Files-&-Folder - update assets - update view - update readme
v2.2.0
- added missing vendor/download “sorry about that”
- keep visited folder active when navigating up
- add animation
- add swipe left/right for image preview
- add swipe up/down for move & delete selected
- add lock item option “check wiki for notes”
- removed framework config, update your ‘webpack.mix.js’
- less depend on jquery
- update assets
- update readme
make sure to republish the assets as new files were added.