You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/frontend/src/changelog.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
{
2
2
"versions": [
3
+
{
4
+
"version": "1.5.1",
5
+
"date": "April 2026",
6
+
"status": "Released",
7
+
"statusColor": "green",
8
+
"borderColor": "green",
9
+
"sections": [
10
+
{
11
+
"icon": "✨",
12
+
"title": "Improvements",
13
+
"iconColor": "emerald",
14
+
"items": [
15
+
"Child activities in the detail panel now show human-readable names instead of raw URNs — names are fetched in parallel after the parent detail loads and swap in progressively as requests resolve",
16
+
"Activities without an omschrijving in DSO gracefully fall back to their URN in both the list and the detail panel child links"
0 commit comments