@@ -4,31 +4,32 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7- * Gathered all repositories in one Symfony application.
8- * Changed to vite 7 and rolldown.
9- * Added ADRs 008 and 009.
10- * Cleaned up Github Actions workflows.
11- * Updated PHP dependencies.
12- * Added Playwright github action.
13- * Changed how templates are imported.
14- * Removed propTypes.
15- * Upgraded redux-toolkit and how api slices are generated.
16- * Fixed redux-toolkit cache handling.
17- * Added Taskfile
18- * Added update command.
19- * Added (Client) online-check to public.
20- * Updated developer documentation.
21- * Removed admin/access-config.json fetch
22- * Aligned with v. 2.5.2.
23- * Removed themes.
24- * Added command to migrate config.json files.
7+ - Gathered all repositories in one Symfony application.
8+ - Changed to vite 7 and rolldown.
9+ - Added ADRs 008 and 009.
10+ - Cleaned up Github Actions workflows.
11+ - Updated PHP dependencies.
12+ - Added Playwright github action.
13+ - Changed how templates are imported.
14+ - Removed propTypes.
15+ - Upgraded redux-toolkit and how api slices are generated.
16+ - Fixed redux-toolkit cache handling.
17+ - Added Taskfile
18+ - Added update command.
19+ - Added (Client) online-check to public.
20+ - Updated developer documentation.
21+ - Removed admin/access-config.json fetch
22+ - Aligned with v. 2.5.2.
23+ - Removed themes.
24+ - Added command to migrate config.json files.
25+ - Fix data fetching bug
2526
2627### NB! Prior to 3.x the project was split into separate repositories
2728
2829Therefore, changelogs were maintained for each repo. The v2 changelogs have been moved to the ` docs/v2-changelogs/ `
2930folder.
3031
31- * API: [ docs/v2-changelogs/api.md] ( docs/v2-changelogs/api.md )
32- * Admin: [ docs/v2-changelogs/admin.md] ( docs/v2-changelogs/admin.md )
33- * Template: [ docs/v2-changelogs/template.md] ( docs/v2-changelogs/template.md )
34- * Client: [ docs/v2-changelogs/client.md] ( docs/v2-changelogs/client.md )
32+ - API: [ docs/v2-changelogs/api.md] ( docs/v2-changelogs/api.md )
33+ - Admin: [ docs/v2-changelogs/admin.md] ( docs/v2-changelogs/admin.md )
34+ - Template: [ docs/v2-changelogs/template.md] ( docs/v2-changelogs/template.md )
35+ - Client: [ docs/v2-changelogs/client.md] ( docs/v2-changelogs/client.md )
0 commit comments