Skip to content

Commit 652080f

Browse files
committed
4905: add changelog entry
1 parent ee37cf8 commit 652080f

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

CHANGELOG.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2829
Therefore, changelogs were maintained for each repo. The v2 changelogs have been moved to the `docs/v2-changelogs/`
2930
folder.
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

Comments
 (0)