Skip to content

Commit df83a85

Browse files
authored
Merge pull request #437 from medizininformatik-initiative/release-v6.3.4
Release v6.3.4
2 parents f594499 + 00d126f commit df83a85

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## v6.3.4 (2025-08-18)
4+
5+
### Feature
6+
* Infinite scrolling – implemented for CodeableConcept search, Criteria search, and Reference search [#217](https://github.com/medizininformatik-initiative/feasibility-gui/issues/217)
7+
* Support loading of query by id via url params [#416](https://github.com/medizininformatik-initiative/feasibility-gui/issues/416)
8+
* Add Link to Proposal Portal [#368](https://github.com/medizininformatik-initiative/feasibility-gui/issues/368)
9+
* Display tree icon next to each search result [#413](https://github.com/medizininformatik-initiative/feasibility-gui/issues/413)
10+
11+
### Fixed
12+
* Fix selected Fields window placement [#417](https://github.com/medizininformatik-initiative/feasibility-gui/issues/417)
13+
14+
### Changed
15+
* Search architecture reworked – streamlined data flow and improved clarity of the search process.
16+
* Search engine updates – revised engine logic and search operation flow.
17+
* Keyed vs. simple search distinction – introduced clear separation between searches with a dataset URL (keyed search) and simple result searches.
18+
* New abstraction layers – improved maintainability and separation of concerns.
19+
* Refactored class names – applied consistent and meaningful naming conventions.
20+
* Type safety improvements – added TypeGuard utilities and type assertions for safer runtime checks.
21+
* Schema validation – introduced interfaces to enforce the search schema structure.
22+
* Implemented resolver logic to load and validate query information before component initialization.
23+
* Updated CSS styling for the error-handling snackbar
24+
25+
26+
327
## v6.3.3 (2025-07-24)
428

529
### Feature

docker/deploy-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"roles": ["FEASIBILITY_USER"]
1616
},
1717
"legal": {
18-
"version": "6.3.3",
18+
"version": "6.3.4",
1919
"copyrightYear": "2025",
2020
"copyrightOwner": "FDPG+ Team"
2121
},

src/assets/config/config.dev.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"legal": {
3737
"copyrightOwner": "FDPG+ Team",
3838
"copyrightYear": "2025",
39-
"version": "6.3.3"
39+
"version": "6.3.4"
4040
},
4141
"mock": {
4242
"loadnsave": false,
@@ -58,4 +58,4 @@
5858
"uiBackendApi": {
5959
"baseUrl": "http://localhost:8090/api/v5"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)