@sumaris-net/ngx-components 18.5.10 → 18.5.12
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 +6 -0
- package/esm2022/src/app/core/services/account.service.mjs +4 -7
- package/esm2022/src/app/core/services/local-settings.service.mjs +12 -2
- package/fesm2022/sumaris-net.ngx-components.mjs +14 -7
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/doc/changelog.md
CHANGED
|
@@ -1117,3 +1117,9 @@ enh: Environment: add useHash property to configure Angular router to use hash U
|
|
|
1117
1117
|
|
|
1118
1118
|
# 18.5.8
|
|
1119
1119
|
- enh(home) Add privacy policy links (using environment property or config option)
|
|
1120
|
+
|
|
1121
|
+
# 18.5.10
|
|
1122
|
+
- fix(theme) Auto enable dark mode (if allow) until the user change it in the settings page
|
|
1123
|
+
|
|
1124
|
+
# 18.5.11
|
|
1125
|
+
- fix(settings) Merge properties from account into properties from local storage - see sumaris-app#897
|