@sumaris-net/ngx-components 18.6.49 → 18.6.51
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 +5 -1
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +2 -2
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +2 -2
- package/esm2022/src/app/shared/toast/toast.testing.mjs +8 -9
- package/esm2022/src/app/shared/toast/toast.testing.module.mjs +5 -4
- package/fesm2022/sumaris-net.ngx-components.mjs +11 -13
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/toast/toast.testing.module.d.ts +2 -1
- package/src/assets/manifest.json +1 -1
- package/src/theme/_ngx-components.scss +1 -4
package/doc/changelog.md
CHANGED
|
@@ -1194,5 +1194,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1194
1194
|
# 18.6.46
|
|
1195
1195
|
- fix(home) Hide the print icon when mobile, in the markdown modal (e.g. legacy info)
|
|
1196
1196
|
|
|
1197
|
-
# 18.6.
|
|
1197
|
+
# 18.6.50
|
|
1198
1198
|
- fix(autocomplete-field) Avoid to display a suggest result, when a newer call is running
|
|
1199
|
+
|
|
1200
|
+
# 18.6.51
|
|
1201
|
+
- fix(toast) Fix info/warning color, for dark theme
|
|
1202
|
+
- fix(toast) Use text color for button color (can be override in app's custom theme)
|