@sumaris-net/ngx-components 2.12.8 → 2.12.10

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
@@ -851,4 +851,10 @@ enh: Environment: add useHash property to configure Angular router to use hash U
851
851
  - fix: addShortcut handler use `KeyboardEvent` instead of a simple 'EVent'
852
852
 
853
853
  # 2.12.8
854
- - function `toNumber()` will now return the default value, when input is `NaN`
854
+ - enh: function `toNumber()` will now return the default value, when input is `NaN`
855
+
856
+ # 2.12.9
857
+ - fix(paginator): Fix paginator style on mobile screen (align to the left, and hide page size, like before the Angular 17 migration)
858
+
859
+ # 2.12.10
860
+ - fix(autocomplete): Compute the panel width if not set (in mobile) - workaround for an issue in mat-select panel