Skip to content

Releases: ctf0/Laravel-Media-Manager

v2.1.0

13 Nov 15:01
Compare
Choose a tag to compare
- change laravel `MMFolderDeleted` event to `MMFileDeleted` and add `(bool) is_folder`
- correct laravel events params
- fix loading files anim not hiding and causing stuttering
- correct total files count when using extension restriction
- finally fixed toolbar alignment
- better modal alignment “blame bulma”
- fix image modal not showing up when sidebar is hidden
- add support to touch “side effect is you cant highlight text anymore”
- add option to directly copy item link
- pimped drop-zone area instead of the dull white bg
- finish up translation
- add a subtle animation for the item select
- better visibility for item details
- update assets
- update rdme

v2.0.2

31 Oct 17:24
Compare
Choose a tag to compare
  • add support for file restriction using extension
  • add MMFileMoved event
  • change preview modal name
  • fix folder count “+1” on folder move update
  • update assets
  • update readme
  • update wiki

v2.0.1

27 Oct 15:15
Compare
Choose a tag to compare
  • add _modal partial
  • renamed _partial to _manager
  • renamed media-bulma to media
  • updated media view with the correct html headers
  • renamed animated to mm-animated to avoid conflict with main page animated
  • update wiki
  • update readme

v2.0.0

25 Oct 21:33
Compare
Choose a tag to compare

New Features & More Flexibility 🔥 🏆 💃 💣

  • use manager from modal “check wiki”
  • you can now download all selected files, thanx to https://github.com/PixelsCommander/Download-File-JS
  • now the manager will have its own script file so you only load it when needed instead of merging it with your main script, better loading time for users.
  • fix pattern for names with ()
  • fix file names cleanup not working properly
  • change config sanitized text to uniqid() instead for better ux
  • add new “folder restriction” feature “check wiki”
  • changed js structure instead of the bazillion folders everywhere
  • fix move btn not updating correctly on first load
  • remove event listener on destroy
  • update assets
  • update read me

v1.3.6

19 Oct 16:28
Compare
Choose a tag to compare
  • fix refresh button when no files are avail
  • fix refresh shortcut not working when there are no files
  • add events for file/folder “upload/delete/rename” which will give you the full path to the file/folder so you can hook into them easily.
  • fixed error when adding new folder & not triggering refresh after
  • update readme

v1.3.5

16 Oct 13:25
Compare
Choose a tag to compare
  • update bulma
  • fix key events globally taking over other keys
  • add file download to sidebar

v1.3.4

11 Oct 10:30
Compare
Choose a tag to compare
  • fix pressing enter not working correctly because “selectedFile” is not cleared after last dir
  • more optimization for keyboard events so now it fires only when needed.
  • you can now use “left/right/home/end” when image lightBox is active
  • fix issue for pressing modal close icon will submit the form
  • show warning if no value for new folder or rename
  • add is_loading to submit btns

v1.3.3

08 Oct 20:51
Compare
Choose a tag to compare
  • add media autoplay
  • fix issue for bulk select and search
  • some changes to assets structure
  • better ux for pdf
  • change views folder structure
  • cleanup shownotif
  • update readme

v1.3.2

23 Sep 20:07
Compare
Choose a tag to compare
  • remove jquery.scrollTo
  • fix notif not showing up
  • now using any of the shortcuts dont scroll the window
  • make sure the shortcuts used with more than element dont run twice
  • clean styles
  • remove notif-comp file and use the npm package instead
  • some cosmetics for the manager
  • update view
  • update assets
  • update rdme

v1.3.1

21 Sep 19:48
Compare
Choose a tag to compare

typo