Releases: AnnotationSro/ng6-file-man
Releases · AnnotationSro/ng6-file-man
4.0.0
01 Feb 11:31
Compare
Sorry, something went wrong.
No results found
chore: set publish config
chore: update build setup
chore: update to angular@13.2.0
fix: update translation assets (#34)
chore: setup registry for package Martin
2.2.1
28 Jul 13:11
Compare
Sorry, something went wrong.
No results found
added DownloadModeEnum to public_api.ts
2.2.0
27 Jul 14:35
Compare
Sorry, something went wrong.
No results found
new option in tree config
export interface ConfigInterface {
...
api: {
...
};
options: {
allowFolderDownload: DownloadModeEnum;
...
}
}
export enum DownloadModeEnum {
DOWNLOAD_DISABLED, DOWNLOAD_FILES, DOWNLOAD_ALL
}
2.1.6
27 Jul 14:05
Compare
Sorry, something went wrong.
No results found
Fix file download
Update readme.md
2.1.5
17 Jul 07:30
Compare
Sorry, something went wrong.
No results found
remove @angular/http from peer
2.1.4
03 Jul 14:09
Compare
Sorry, something went wrong.
No results found
aot is now working
fixed folder creating
removed ngrx/store
little ui fixes
Upgrade to Angular 9
29 Jun 13:12
Compare
Sorry, something went wrong.
No results found
1.1.0
09 Jul 11:52
Compare
Sorry, something went wrong.
No results found
1.0.6
22 Apr 13:00
Compare
Sorry, something went wrong.
No results found
1.0.4
28 Aug 09:02
Compare
Sorry, something went wrong.
No results found
Changes
fixed .dialog-open { overflow: hidden } issue created by ngx-smart-modal in certain cases