Skip to content

Releases: kKen94/ngx-progress

v2.3.1

10 Dec 13:57
Compare
Choose a tag to compare

2.3.1 (2021-12-10)

Bug Fixes

  • peer deps: update rxjs peer deps (67a4fe2)
  • rxjs: typed Subject to avoid argument error (86d8b1d)

v2.3.0

09 Dec 18:50
Compare
Choose a tag to compare

2.3.0 (2021-12-09)

Features

  • trigger publish: bump version (9e75c3f)

v2.2.0

07 Aug 15:35
Compare
Choose a tag to compare

2.2.0 (2021-08-07)

Bug Fixes

Features

  • angular: update core to v12 (8c68edd)
  • flex-layout: update to v12 (1dc3d54)
  • material: update to v12 (46c0ce1)

v2.1.2

26 Jan 19:01
Compare
Choose a tag to compare

2.1.2 (2021-01-26)

Bug Fixes

  • angular: update version and fix package.json (6996638)

v2.1.1

10 Jan 15:39
Compare
Choose a tag to compare

2.1.1 (2021-01-10)

Bug Fixes

v2.1.0

02 Oct 13:25
Compare
Choose a tag to compare

2.1.0 (2020-10-02)

Features

  • typescript: support v4.0 (92150b5)

v2.0.0

18 Aug 15:53
Compare
Choose a tag to compare

2.0.0 (2020-08-18)

Bug Fixes

  • bar: overlay not disappear (8282af3)
  • promises: handle errors (9e6f87a)
  • yarn.lock: correct registry (0b0a1bd)

Performance Improvements

  • progress bar: when progress ended there's a better animation (713158f)

  • refactor(whitelist and modules)!: change whitelist declaration (8496eeb)

BREAKING CHANGES

  • whitelist now must be declared with .forRoot() in module
    BREAKING CHANGES: remove router module for better management
    BREAKING CHANGES: NgxProgressModule is now the old NgxProgressOnlyBarModule

v1.7.1

17 Aug 08:28
Compare
Choose a tag to compare

1.7.1 (2020-08-17)

Bug Fixes

  • peer dependencies: update (353267a)
  • yarn.lock: set correct registry (1b37ce1)

v1.7.0

07 Aug 16:03
Compare
Choose a tag to compare

1.7.0 (2020-08-07)

Features

  • indeterminate bar: add property to enable indeterminate bar style (d701dc3)
  • request filtering: now some url can be whitlisted (82cf63c)

v1.6.1

06 Aug 13:01
Compare
Choose a tag to compare

1.6.1 (2020-08-06)

Performance Improvements

  • demo: add overlay value input (aff22b4)