@sumaris-net/ngx-components 18.12.2 → 18.12.4
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 +7 -0
- package/esm2022/src/app/core/table/async-table.class.mjs +1 -1
- package/esm2022/src/app/core/table/table.class.mjs +1 -1
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/async-table.class.d.ts +1 -1
- package/src/app/core/table/table.class.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1439,3 +1439,10 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1439
1439
|
|
|
1440
1440
|
# 18.12.2
|
|
1441
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`
|
|
1445
|
+
|
|
1446
|
+
# 18.12.4
|
|
1447
|
+
- enh(deps) Fix version of webpack
|
|
1448
|
+
- enh(deps) Upgrade ngx-material-table into 18.0.4
|