-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
829 additions
and
663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## 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 |
Oops, something went wrong.