@sumaris-net/ngx-components 18.9.1 → 18.9.3

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
@@ -1365,3 +1365,10 @@ enh: Environment: add useHash property to configure Angular router to use hash U
1365
1365
  # 18.9.1
1366
1366
  - enh(EntitiesTableDataSource) Add more options in function `waitIdle(opts: number | ({ debounceTimeMs?: number } & FirstOptions))`
1367
1367
  - enh(IEntitiesService) Add readonly property `defaultFetchPolicy: WatchQueryFetchPolicy` (need by `EntitiesTableDataSource.waitIdle()`)
1368
+
1369
+ # 18.9.2
1370
+ - fix(EntitiesTableDataSource) Fix function `waitIdle()`
1371
+ - fix(EntitiesTableDataSource) Remove some deprecated feature: `close()` and `serviceOptions`
1372
+
1373
+ # 18.9.3
1374
+ - fix(AppTable, AppAsyncTable) Make sure to call table.markAsDirty() when the editing row is dirty