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: CHANGELOG.md
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,62 @@ All notable changes to this project will be documented in this file.
4
4
5
5
---
6
6
7
+
## [v4.5.5] - 2026-06-23
8
+
9
+
### New Features
10
+
-**JSON editor**: Replaced the legacy JSON editor/viewer with Monaco editor; extracted JsonEditor utilities; fixed `handleFormat` to populate `editorRef` on mount
11
+
-**reCAPTCHA**: Load script conditionally based on the `GOOGLE_CAPTCHA_ENABLED` system parameter
12
+
-**Google Analytics**: Load script conditionally based on the `GOOGLE_ANALYTICS_ID` system parameter
13
+
-**Tasks**: New tasks component with supporting logic and web services
14
+
-**LabelEditor**: Refactored into focused sub-components; enabled in the UI
15
+
-**Server unavailability**: Graceful handling on page load with SweetAlert2 fallback; applied to `index.html` template
16
+
-**Login CSS**: New login-specific classes replacing generic logon CSS classes
17
+
18
+
### CodeList Editor
19
+
- Fully refactored the CodeList editor
20
+
- Auto-search new codelist after save
21
+
- Children sorted by `SORT_ORDER` in both the grid and exported tree
22
+
- Pre-fill and disable `PARENT_CODE_VALUE` when adding child codes; disable when editing existing codelist entries
23
+
- Breadcrumb updated on edit
24
+
- Export always includes the full tree from root, regardless of current navigation depth
25
+
26
+
### Svarog Tables & Fields Admin
27
+
- Added `ConfigTables` component for config-type tables; `SvarogTables` now filtered to non-config tables only
28
+
- Inline field editor with `GUI_METADATA` badge and editing
29
+
- New-table creation flow and fixed table edit form submission
30
+
- Switched fields fetch to `WsCore/children`
31
+
- Field label displayed in the editor; field export no longer drops server-only values
32
+
33
+
### Export UX
34
+
- Auto-select locale when only one is configured
35
+
- Trigger export on locale select
36
+
- Export loading state; fixed preview race condition on cancel
37
+
- Close modal after export; improved empty-fields hint text
38
+
39
+
### UI / UX
40
+
-`SystemConfLogs`: improved grid config and log preview
41
+
-`CACHE_TYPE`: show translated value
42
+
- Labels: always show the label (not only when translated); show index as title
0 commit comments