Releases: AnnotationSro/ng6-file-man
Releases · AnnotationSro/ng6-file-man
4.0.0
chore: set publish config
chore: update build setup
chore: update to [email protected]
fix: update translation assets (#34)
chore: setup registry for package Martin
2.2.1
added DownloadModeEnum to public_api.ts
2.2.0
new option in tree config
export interface ConfigInterface {
...
api: {
...
};
options: {
allowFolderDownload: DownloadModeEnum;
...
}
}
export enum DownloadModeEnum {
DOWNLOAD_DISABLED, DOWNLOAD_FILES, DOWNLOAD_ALL
}
2.1.6
Fix file download
Update readme.md
2.1.5
remove @angular/http from peer
2.1.4
aot is now working
fixed folder creating
removed ngrx/store
little ui fixes
1.0.4
Changes
- fixed
.dialog-open { overflow: hidden }
issue created by ngx-smart-modal
in certain cases