Releases: uc-cdis/data-portal
Releases · uc-cdis/data-portal
5.18.1
5.18.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.17.2
Notes to tag/commit: 5.18.0
Generated: 2023-11-15
Improvements
- remove webform from NCT homepage (#1452)
- Lints TeamProjectModal.test.jsx to abide by code formatting style guide
(#1451)
New Features
- Updates the three VADC analysis apps, Gen3 GWAS, GWAS Results and OHDSI
Atlas to use API request including query parameter for team projects.
(#1451) - Adds selected team project in each of the apps: Atlas, GWAS App and Results
App and reroutes user back to Analysis Apps view if they do not have a team
project selected (#1451)
Bug Fixes
- revert back the GWAS app names so navigation can work again as before
(follow-up fix after #1446)
(#1451) - Fixes the an issue introduced in
#1444, where the url of some
applications would not work anymore. (#1451)
Dependency Updates
- Bumps
browserify-sign
from 4.2.1 to 4.2.2. (#1442) - Bumps
@babel/traverse
from 7.22.5 to 7.23.2. (#1440)
5.17.2
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.17.1
Notes to tag/commit: 5.17.2
Generated: 2023-11-06
Bug Fixes
- Reload Workspace Options when a user selects a different pay model (#1447)
New Features
- Adds team project header in the App Selection view to display to end user
current team project selection (#1443) - Adds modal for team project selection; provides functionality to select
team project and update team project header. (#1443) - Generalize IdP-based access control (#1441)
Improvements
5.17.1
5.17.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.16.1
Notes to tag/commit: 5.17.0
Generated: 2023-10-18
Bug Fixes
- Misc: update CSP to unblock GA actions (#1438)
New Features
- Enable Results button and download action only for succeeded workflows
(#1435) - Adds a Fullscreen button to GWAS App (#1435)
- Creates a DataDownloadList component for HEAL Discovery Details UI (#1420)
Improvements
- Organizes DiscoveryDetails code into separate folder (#1420)
5.16.1
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.16.0
Notes to tag/commit: 5.16.1
Generated: 2023-10-12
Bug Fixes
5.16.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.15.0
Notes to tag/commit: 5.16.0
Generated: 2023-10-10
Bug Fixes
- this PR reverts the prototype Atlas starter step introduced in
#1401 (#1431) - fix loading of gitops.css locally (#1421)
Improvements
- new configuration variable for DICOM Viewer URL, similar to
dicomViewerId
; have default value to support old deployments (#1432) - new configuration variable for DICOM Server URL, similar to
dicomViewerId
; have default value to support old deployments (#1432)
Dependency Updates
- Bumps
import-in-the-middle
from 1.3.4 to 1.4.2. (#1379) - Bumps postcss from 8.4.27 to 8.4.31.
(#1429)
5.15.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.14.1
Notes to tag/commit: 5.15.0
Generated: 2023-10-03
Bug Fixes
- Explorer: fixed a bug that causes some field is missing from aggregated
data (#1427)
Dependency Updates
- Guppy to
0.17.1
(#1427)
New Features
- Updates the storybook npm command so that it works without needing to run
additional commands first (#1426) - New placeholder state variable for setting and passing the selected "team
project" in the /submit request to argo-wrapper (#1426)
Improvements
- Adds unit tests for home table filtering in Results App (#1426)
5.14.1
5.14.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.13.0
Notes to tag/commit: 5.14.0
Generated: 2023-09-28
Bug Fixes
- Discovery: fixed a bug causing the details page to crash when encountering
null values (#1422) - Discovery: tags and access descriptors can be rendered correctly in tabbed
view details page (#1418)
New Features
- Discovery:
link
andlinkList
typed field now support customize titles
for hyperlinks (Note: to have customized titles, each link has to be an
object in the format of{ "link": "http://i.am.a.link.example", "title": "I am a Link Title" }
) (#1418)
Improvements
- Discovery: better styling for fields with no label from config (#1418)