@sumaris-net/ngx-components 18.6.61 → 18.6.63
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 +6 -0
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +12 -11
- package/esm2022/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +3 -3
- package/esm2022/src/app/shared/toast/toasts.mjs +9 -5
- package/fesm2022/sumaris-net.ngx-components.mjs +21 -16
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/manifest.json +1 -1
- package/src/theme/_ngx-components.scss +28 -39
package/doc/changelog.md
CHANGED
|
@@ -1219,3 +1219,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1219
1219
|
|
|
1220
1220
|
# 18.6.61
|
|
1221
1221
|
- enh(DateUtils) add `durationToString()` and change duration pipe
|
|
1222
|
+
|
|
1223
|
+
# 18.6.62
|
|
1224
|
+
- fix(toast) Add default icon when `options.type` is `warning` and `error`
|
|
1225
|
+
|
|
1226
|
+
# 18.6.63
|
|
1227
|
+
- fix(autocomplete) Fix `class="min-width-medium"` option alignment - fix issue sumaris-app#943
|