Skip to content

Releases: AnnotationSro/ng6-file-man

4.0.0

01 Feb 11:31

Choose a tag to compare

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

Choose a tag to compare

added DownloadModeEnum to public_api.ts

2.2.0

27 Jul 14:35

Choose a tag to compare

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

Choose a tag to compare

Fix file download
Update readme.md

2.1.5

17 Jul 07:30

Choose a tag to compare

remove @angular/http from peer

2.1.4

03 Jul 14:09

Choose a tag to compare

aot is now working
fixed folder creating
removed ngrx/store
little ui fixes

Upgrade to Angular 9

29 Jun 13:12

Choose a tag to compare

Upgrade to Angular 9 Pre-release
Pre-release

Upgrade to Angular 9

1.1.0

09 Jul 11:52

Choose a tag to compare

upgraded to angular 8

1.0.6

22 Apr 13:00

Choose a tag to compare

Changes

1.0.4

28 Aug 09:02

Choose a tag to compare

Changes

  • fixed .dialog-open { overflow: hidden } issue created by ngx-smart-modal in certain cases