@sumaris-net/ngx-components 18.23.68-1 → 18.23.68-2

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
@@ -2198,7 +2198,14 @@ enh: Environment: add useHash property to configure Angular router to use hash U
2198
2198
  ## 18.23.68
2199
2199
  - enh(theme): add responsive `min-width` utility classes for select panel
2200
2200
 
2201
- ## 18.23.68.1
2201
+ ## 18.23.68-1
2202
2202
  - enh(VersionUtils): allow incomplete version strings (e.g. '14' instead of '14.0.0') in isCompatible and compareVersionNumbers
2203
+ - enh(android) Target Android SDK API 36
2203
2204
  - fix(polyfills): 'npm run utils:compat' now add all core-js compat imports for old browsers defined in the file '.browserslistrc' (eg. Chrome 61+)
2204
2205
  - fix(platform) Fix keyboard issue on Android before 14 (fix issue sumaris-app#2076)
2206
+
2207
+ ## 18.23.68-2
2208
+ - enh(theme): MatAutocompleteField: add panelClass style `full-width`, as an alias of `full-size`
2209
+ - Allow to use panelClass with :
2210
+ * mobile/desktop: `min-width-fit-content`, `min-width-medium`, `min-width-large`, `min-width-xlarge` , `min-width-80vw` :
2211
+ * 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`