@sumaris-net/ngx-components 18.8.26 → 18.9.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 CHANGED
@@ -1354,3 +1354,10 @@ enh: Environment: add useHash property to configure Angular router to use hash U
1354
1354
  - fix(table, async-table) duplicateRows() - rename `options.skipProperties` into `options.excludedProperties`
1355
1355
  - enh(table, async-table) duplicateRows() - add `options.includedProperties`
1356
1356
  - enh(csv-utils) Add more options to CsvUtils.exportToCsv() (e.g. `options.includedProperties`, `options.excludedProperties`)
1357
+
1358
+ # 18.8.26
1359
+ - enh(image-gallery) Add `@Input() showAddToolbarButton: boolean`
1360
+
1361
+ # 18.9.0
1362
+ - enh(deps) Upgrade to `ngx-material-table@18.0.0` (build for Angular 18)
1363
+ - enh(functions) Add `Beans.clone()` for deep cloning a JS object