@sumaris-net/ngx-components 18.22.25 → 18.22.26
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 +3 -0
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +3 -3
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +3 -3
- package/fesm2022/sumaris-net.ngx-components.mjs +4 -4
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -2048,3 +2048,6 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2048
2048
|
# 18.22.25
|
|
2049
2049
|
- enh(dates) Add options to `fromDateISOString(value: any, options: {undefinedIfInvalid?: boolean; strict?: boolean; requiredTime?: boolean} = {undefinedIfInvalid: true, strict: false, requiredTime: false}`
|
|
2050
2050
|
- enh(validators) SharedValidators.validDateTime will now detect invalid Moment date (e.g. parsing input string '0/0/0')
|
|
2051
|
+
|
|
2052
|
+
# 18.22.26
|
|
2053
|
+
- fix(mat-autocomplete-field) Avoid template error, when an item is null (when accessing the property 'classList')
|