Skip to content

Commit a40de21

Browse files
committed
Version 4.3.13
1 parent 49ec911 commit a40de21

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog - Standalone web app & API
22

3+
### 4.3.13 (2025-12-24)
4+
5+
#### Standalone web app
6+
7+
- Improve alt text
8+
- Fix background image selection
9+
10+
> - Update to **Angular** `21.0`
11+
> - Update to **Magma** `1.1.1`
12+
> - Update to **ECharts** `6.0.0`
13+
314
### 4.3.12 (2025-11-08)
415

516
#### Standalone web app

angular.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
},
6363
{
6464
"type": "anyComponentStyle",
65-
"maximumWarning": "20kb",
66-
"maximumError": "30kb"
65+
"maximumWarning": "30kb",
66+
"maximumError": "50kb"
6767
}
6868
],
6969
"fileReplacements": [
@@ -72,6 +72,14 @@
7272
"with": "src/environments/environment.prod.ts"
7373
}
7474
],
75+
"optimization": {
76+
"scripts": true,
77+
"styles": {
78+
"minify": true,
79+
"inlineCritical": false
80+
},
81+
"fonts": true
82+
},
7583
"outputHashing": "all"
7684
},
7785
"development": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "classement",
33
"description": "This application aims to manage ranking list by groups of elements in the form of images or texts.",
4-
"version": "4.3.12",
4+
"version": "4.3.13",
55
"license": "GPL-3.0-or-later",
66
"author": {
77
"name": "Zéfling",
@@ -61,7 +61,7 @@
6161
"@fontsource/train-one": "^5.2.8",
6262
"@fontsource/zen-maru-gothic": "^5.2.8",
6363
"@html2canvas/html2canvas": "^1.6.3",
64-
"@ikilote/magma": "^1.1.0",
64+
"@ikilote/magma": "^1.1.1",
6565
"@jsverse/transloco": "^8.1.0",
6666
"ajv": "^8.17.1",
6767
"buffer": "^6.0.3",
@@ -87,12 +87,12 @@
8787
"@types/jasmine": "~3.10.0",
8888
"@types/owasp-password-strength-test": "^1.3.2",
8989
"@types/pica": "^9.0.5",
90-
"jasmine-core": "~3.10.0",
90+
"jasmine-core": "~5.13.0",
9191
"karma": "~6.4.4",
92-
"karma-chrome-launcher": "~3.1.0",
92+
"karma-chrome-launcher": "~3.2.0",
9393
"karma-coverage": "~2.1.0",
94-
"karma-jasmine": "~4.0.0",
95-
"karma-jasmine-html-reporter": "~1.7.0",
94+
"karma-jasmine": "~5.1.0",
95+
"karma-jasmine-html-reporter": "~2.1.0",
9696
"postcss": "^8.5.6",
9797
"prettier": "^3.7.4",
9898
"prettier-plugin-css-order": "^2.1.2",

0 commit comments

Comments
 (0)