Releases: ctf0/Laravel-Media-Manager
Releases · ctf0/Laravel-Media-Manager
v1.3.0
- remove ziggy
- remove vue-lightbox
- remove bs-modal
- add new option to config
- add events
- add new animation for ajax call fail
- add new key into lang for “ajax_error”
- optimize bm animation
- show folder content size instead of NaN
- auto-scroll to first item when adding new folder
- fix rename issue with folder vs file
- fix file size conversion
- update folder size on file move
- update assets
- update view
- update rdme
v1.2.3
- fixed sortBy:size
- fixed sortBy:last_modified
- add new option to config
- update ziggy
- update view
- update rdme
v1.2.2
- add changelog feature so now you can track what changes are made to the package
- remove cmnd as we auto-add extra data on package installation
- update view
- update rdme
v1.2.1
- use map
- add render to comps
- fix showBy
- extract notification to a function for easier switching
- rename render to initManager to avoid confusion with vue.render
- use bodymovin js instead of iframe & update styles
- remove dist
- update rdme
- update view
- update command
- add
[v-cloak]
v1.2.0
- add a solution for mix not picking up the env var in webpack.mix
- updated select prev item to now work with blk_slct_all
- add some animation to the no_files & file_loader instead of the dull defaults
- update command
- update rdme
- update composer.json
v1.1.0
This release have break compatibility with prev version due to changing into using component instead of separate vue instance.
- update dist
- update rdme
- update js folder structure
- update view file
v1.0.7
- add french translation @chriys
- add .gitignore @chriys
- make package routes static
- use ziggy instead of urls
- add ziggy config with whitelist for
media routes
- make "media manager" unclickable when folders == 0
- update dist
- update rdme
v1.0.6
- add mime types to ignore to config
- omit ext from file rename
- cleanup and more consistent with eslint
- update rdme
v1.0.5
- add mm:append cmnd
- dont allow jar or php file uploads