@sumaris-net/ngx-components 18.21.7 → 18.21.9

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 CHANGED
@@ -1956,3 +1956,7 @@ enh: Environment: add useHash property to configure Angular router to use hash U
1956
1956
 
1957
1957
  # 18.21.7
1958
1958
  - fix(AccountService) Clean remote settings keys, before using it (fix issue sumaris-app#1458)
1959
+ - fix(AppTable) add a `takeUntil()` on the `datasource.watchAll()` observable
1960
+
1961
+ # 18.21.8
1962
+ - fix(AppTable, AppAsyncTable) Remove unused function `AppTable.startsWithUpperCase` (already exists as a static function)