@sumaris-net/ngx-components 21.0.0-rc5 → 21.0.0-rc6

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
@@ -2197,7 +2197,7 @@ enh: Environment: add useHash property to configure Angular router to use hash U
2197
2197
 
2198
2198
  ## 18.23.68
2199
2199
  - enh(theme): add responsive `min-width` utility classes for select panel - Allow to use panelClass with :
2200
- * mobile/desktop: `min-width-fit-content`, `min-width-medium`, `min-width-large`, `min-width-xlarge` , `min-width-80vw` :
2200
+ * mobile/desktop: `min-width-fit-content`, `min-width-medium`, `min-width-large`, `min-width-xlarge` , `min-width-80vw` :
2201
2201
  * mobile only: `mat-select-panel-fit-content`|`mat-select-panel-medium-size`|`mat-select-panel-large-size`|`mat-select-panel-xlarge-size`|`mat-select-panel-80vw-size`
2202
2202
 
2203
2203
  ## 18.23.69
@@ -2213,7 +2213,7 @@ enh: Environment: add useHash property to configure Angular router to use hash U
2213
2213
  ## 18.24.0
2214
2214
  - enh(form-container) Allow to call `addForm()`, `addForms()` and `removeForm()` with a FormGroup argument (it will be wrapped into AppForm)
2215
2215
 
2216
- ## 18.24.1 - 18.24.2
2216
+ ## 18.24.1 - 18.24.2
2217
2217
  - enh(editor) Fix error in `saveDirtyChildren()` error, when having no children
2218
2218
 
2219
2219
  ## 18.24.3
@@ -2224,3 +2224,18 @@ enh: Environment: add useHash property to configure Angular router to use hash U
2224
2224
 
2225
2225
  ## 18.24.7
2226
2226
  - fix(menu): fix color in svg icon
2227
+
2228
+ ## 18.24.9
2229
+ - fix(platform) Fix version.appup parsing (avoid infinite loop when on '-alpha' versions)
2230
+ - enh(upload-popover) Allow overriding buttons text
2231
+
2232
+ ## 18.24.12
2233
+ - enh(images.utils) Add `ImagesUtils.writeBase64ToFile`
2234
+
2235
+ ## 18.24.14
2236
+ - enh(form.pipes): Add new pipes for accessing FormArray controls and groups
2237
+ - fix(dates) Fix fromDateISOString() when requiredTime and no millisecond given
2238
+ - test(validators): Add unit tests for `validDate` and `validDateAllowNoTime` validation methods
2239
+
2240
+ ## 18.24.18
2241
+ - fix(tab-editor) Fix event argument typing, in `AppTabEditor.onSwipeTab()`