@sumaris-net/ngx-components 21.0.0-rc7 → 21.0.0-rc9

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
@@ -2240,6 +2240,15 @@ enh: Environment: add useHash property to configure Angular router to use hash U
2240
2240
  ## 18.24.18
2241
2241
  - fix(tab-editor) Fix event argument typing, in `AppTabEditor.onSwipeTab()`
2242
2242
 
2243
+ ## 18.24.21
2244
+ - enh(table) Allow to define reserved columns (start and end) in `AsyncTable`
2245
+
2246
+ ## 18.24.22
2247
+ - fix(menu) Allow to hide the footer, on small screens
2248
+
2249
+ ## 18.24.24
2250
+ - enh(FileUtils) Add more options to `showUploadPopover()` like `backdropDismiss`, `keyboardClose` and `translucent`.
2251
+
2243
2252
  ## 21.0.0
2244
2253
  - enh(core) Migration to Angular 21 and Ionic 8
2245
2254
  - enh(e2e) Allow to run e2e on many peer/login, using file `e2e/.environments.json` or `.environments.json` (or `.local/environments.json`)