@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.
- package/doc/changelog.md +5 -0
- 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
|