@sumaris-net/ngx-components 2.4.0-rc9 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/doc/changelog.md +5 -0
  2. package/package.json +1 -1
package/doc/changelog.md CHANGED
@@ -510,3 +510,8 @@ Observables: function `waitFor()`, `waitForTrue()`, `watForFalse()`, `firstNotNi
510
510
 
511
511
  # 2.2.8
512
512
  - [fix] Table actions column: add CSS variable to set column width, min-width and max-width
513
+
514
+ # 2.4.0
515
+ - [enh] Make ProgressBarService fully optional (InjectionToken: APP_PROGRESS_BAR_SERVICE)
516
+ - Breaking change: ProgressBarService and HTTP_INTERCEPTORS no longer provided in SharedModule (see: AppModule)
517
+ - [enh] Settings: the settings object is now stored in json format
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.4.0-rc9",
4
+ "version": "2.4.0",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",