@sumaris-net/ngx-components 18.23.58 → 18.23.60
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 +12 -9
- package/esm2022/src/app/core/home/home.mjs +26 -7
- package/esm2022/src/environments/environment.mjs +2 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +27 -7
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +5 -5
- package/src/app/core/home/home.d.ts +7 -2
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/i18n/en-US.json +1 -0
- package/src/assets/i18n/en.json +1 -0
- package/src/assets/i18n/fr.json +1 -0
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
# Change log
|
|
2
2
|
|
|
3
|
-
## 18.23.0
|
|
4
|
-
|
|
5
|
-
- enh: Migration vers Capacitor 7
|
|
6
|
-
- Mise à jour des dépendances `@capacitor/*` en version `~7.0.0`.
|
|
7
|
-
- Android: `minSdkVersion` relevé à 24 (Capacitor 7).
|
|
8
|
-
- Android: mise à jour de l'Android Gradle Plugin à `8.5.2` et du Gradle Wrapper à `8.7`.
|
|
9
|
-
- Aucun changement fonctionnel attendu, mais un resync des plateformes est requis: `npm i && npx cap sync`.
|
|
10
3
|
|
|
11
4
|
## 0.1.7
|
|
12
5
|
|
|
@@ -2067,8 +2060,13 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2067
2060
|
- enh(android) Upgrade to SDK API 35
|
|
2068
2061
|
- fix(android) Fix StatusBar style, for Android 15
|
|
2069
2062
|
|
|
2070
|
-
|
|
2071
|
-
|
|
2063
|
+
## 18.23.1
|
|
2064
|
+
|
|
2065
|
+
- enh: Migration vers Capacitor 7
|
|
2066
|
+
- Mise à jour des dépendances `@capacitor/*` en version `~7.0.0`.
|
|
2067
|
+
- Android: `minSdkVersion` relevé à 24 (Capacitor 7).
|
|
2068
|
+
- Android: mise à jour de l'Android Gradle Plugin à `8.5.2` et du Gradle Wrapper à `8.7`.
|
|
2069
|
+
- Aucun changement fonctionnel attendu, mais un resync des plateformes est requis: `npm i && npx cap sync`.
|
|
2072
2070
|
- enh(mobile) Fix edge-to-edge issue
|
|
2073
2071
|
|
|
2074
2072
|
# 18.23.3
|
|
@@ -2181,3 +2179,8 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
2181
2179
|
|
|
2182
2180
|
# 18.23.58
|
|
2183
2181
|
- fix(FormErrorTranslator) when calling `translateError('message', 'A already translated string')` will now return `A already translated string`
|
|
2182
|
+
|
|
2183
|
+
## 18.23.60
|
|
2184
|
+
|
|
2185
|
+
- enh(home): Allow injectable toolbar buttons via `APP_HOME_TOOLBAR_BUTTONS` token, with icon, title, color, and action support
|
|
2186
|
+
- enh(home): Filter toolbar buttons using `MenuItems.checkIfVisible()`, same as central page buttons (profile, config, login state)
|