@sumaris-net/ngx-components 18.12.1 → 18.12.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
@@ -1436,3 +1436,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
1436
1436
  # 18.11.0
1437
1437
  - fix(inputs) `canHaveFocus()`: rename option `excludeEmptyInput` into `isEmpty` (confusing naming)
1438
1438
  - enh(inputs) `canHaveFocus()`: add `isNotEmpty` option
1439
+
1440
+ # 18.12.2
1441
+ - enh(MapPipe) Allow to pass arguments to the `map` pipe (e.g. `value | map: displayFn: ['label', 'name']` will call `displayFn(value, ['label', 'name']`)
1442
+
1443
+ # 18.12.3
1444
+ - enh(AppTable, AppAsyncTable) FUnction `trackFn()` can now return `any` (instead of `number`) - like the official Angular `TrackByFunction`