@sumaris-net/ngx-components 21.0.0-rc25 → 21.0.0-rc27
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
|
@@ -2282,6 +2282,18 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2282
2282
|
- enh(icon-selector) New component suite for icon selection: `AppIconSelectorModal` (modal with tabs, search, badges) and `AppIconSelectorField` (form field with ControlValueAccessor)
|
|
2283
2283
|
- enh(generate-icons) New `npm run generate:icons` script to generate `assets/icons-ref.json` from `node_modules` (ionicons + material-design-icons)
|
|
2284
2284
|
|
|
2285
|
+
## 18.26.9
|
|
2286
|
+
- fix(table) markRowAsDirty signature
|
|
2287
|
+
|
|
2288
|
+
## 18.26.15
|
|
2289
|
+
- enh(VersionUtils): allow incomplete version strings (e.g. '14' instead of '14.0.0') in isCompatible and compareVersionNumbers
|
|
2290
|
+
- enh(android) Target Android SDK API 36
|
|
2291
|
+
- fix(polyfills): 'npm run utils:compat' now add all core-js compat imports for old browsers defined in the file '.browserslistrc' (eg. Chrome 61+)
|
|
2292
|
+
- fix(platform) Fix keyboard issue on Android before 14 (fix issue sumaris-app#2076)
|
|
2293
|
+
|
|
2294
|
+
## 18.26.16
|
|
2295
|
+
- enh(about) Add changelog link (Notes de version) to About modal, using ConfigurationService and markdown modal
|
|
2296
|
+
|
|
2285
2297
|
## 21.0.0
|
|
2286
2298
|
- enh(core) Migration to Angular 21 and Ionic 8
|
|
2287
2299
|
- enh(e2e) Allow to run e2e on many peer/login, using file `e2e/.environments.json` or `.environments.json` (or `.local/environments.json`)
|
|
@@ -2312,3 +2324,4 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2312
2324
|
- fix(animation) Fix warning in the JS console, on expansionAnimation
|
|
2313
2325
|
- fix(settings-page) Local settings was always overridden by account settings - Fix issue sumaris-app#1755
|
|
2314
2326
|
- fix(functions) cherrypick fixes on functions, from v18.x
|
|
2327
|
+
- refactor(paginator-i18n): simplify the way to override paginator i18n labels
|