Browse Source
Merge branch 'main' into task/migrate-deprecated-animation-providers
pull/7396/head
Thomas Kaul
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
10 additions and
4 deletions
-
CHANGELOG.md
-
apps/client/src/locales/messages.pl.xlf
-
package-lock.json
-
package.json
|
|
|
@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Refactored the deprecated animation providers (`provideAnimations()` and `provideNoopAnimations()`) |
|
|
|
- Improved the language localization for Polish (`pl`) |
|
|
|
|
|
|
|
## 3.32.0 - 2026-07-22 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `chartjs-chart-treemap` from version `3.1.0` to `4.2.0` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
@ -6526,7 +6526,7 @@ |
|
|
|
</trans-unit> |
|
|
|
<trans-unit id="8204176479746810612" datatype="html"> |
|
|
|
<source>Active</source> |
|
|
|
<target state="translated">Antywne</target> |
|
|
|
<target state="translated">Aktywne</target> |
|
|
|
<context-group purpose="location"> |
|
|
|
<context context-type="sourcefile">apps/client/src/app/components/home-holdings/home-holdings.component.ts</context> |
|
|
|
<context context-type="linenumber">64</context> |
|
|
|
|
|
|
|
@ -1,12 +1,12 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "3.31.0", |
|
|
|
"version": "3.32.0", |
|
|
|
"lockfileVersion": 3, |
|
|
|
"requires": true, |
|
|
|
"packages": { |
|
|
|
"": { |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "3.31.0", |
|
|
|
"version": "3.32.0", |
|
|
|
"hasInstallScript": true, |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "3.31.0", |
|
|
|
"version": "3.32.0", |
|
|
|
"homepage": "https://ghostfol.io", |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"repository": "https://github.com/ghostfolio/ghostfolio", |
|
|
|
|