Skip to content

Latest commit

 

History

History
251 lines (113 loc) · 9.75 KB

CHANGELOG.md

File metadata and controls

251 lines (113 loc) · 9.75 KB

2.3.1 (2021-12-10)

Bug Fixes

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

2.3.0 (2021-12-09)

Features

  • trigger publish: bump version (9e75c3f)

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)

2.1.2 (2021-01-26)

Bug Fixes

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

2.1.1 (2021-01-10)

Bug Fixes

2.1.0 (2020-10-02)

Features

  • typescript: support v4.0 (92150b5)

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

1.7.1 (2020-08-17)

Bug Fixes

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

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)

1.6.1 (2020-08-06)

Performance Improvements

  • demo: add overlay value input (aff22b4)

1.6.0 (2020-08-06)

Features

  • overlay: add property to customize overlay value (b7ae255)

1.5.3 (2020-08-03)

Bug Fixes

  • spinner style: set correct property to color spinner (ad54303)

1.5.2 (2020-08-03)

Bug Fixes

  • bar service: not disappear after complete (19e498e)

1.5.1 (2020-07-31)

Bug Fixes

1.5.0 (2020-05-17)

Bug Fixes

Features

  • demo: add http fake request (9c79f82)

1.4.3 (2020-04-16)

Bug Fixes

  • dependencier: incorrect peer dependencies in previous commit (3b49eff)

1.4.2 (2020-01-30)

Bug Fixes

  • cycle dependency: remove NgxProgressService from BarService (ba12bbb)

1.4.1 (2020-01-30)

Bug Fixes

  • angular version: v9-rc10 to rc11 (35a8987)
  • demo: update flex-layout (7e18674)

1.4.0 (2020-01-24)

Bug Fixes

  • public-api: have to export bar.module (1aedd1f)

Features

  • angular major: update angular core to v9 (b512f4a)

1.3.1 (2020-01-09)

Bug Fixes

  • vulnerability: update package.json to try resolve a vulnerability (e469478)

1.3.0 (2019-11-27)

Bug Fixes

  • interceptor: on http error interceptor terminate progress bar (0792532)

Features

  • bar enabling: method to enable or disable bar. Boolean control var (49994e6)

1.2.3 (2019-11-26)

Bug Fixes

  • register service: fixed a bug that didn't allow bar unregistration (5587891)

1.2.2 (2019-11-26)

Bug Fixes

1.2.1 (2019-11-22)

Bug Fixes

  • demo: set position relative to ngx-progress parent (50d3928)

1.2.0 (2019-11-21)

Bug Fixes

  • style: remove overflow-x (00c9169)

Features

  • multiple instance: ngx-progress can be instantiated multiple times (ce5975c)

1.1.2 (2019-11-19)

Bug Fixes

  • end of bar: fix an error that not completed progress bar (0d3257a)

1.1.1 (2019-11-18)

Bug Fixes

  • initial value: manage initial value with set() method (59371f9)

1.1.0 (2019-11-17)

Features

  • customization: add more options for library customization (fa18f17)

1.0.0 (2019-11-16)

Bug Fixes

  • modules: now modules work correct (c5acdd2)