5.27.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.26.1
Notes to tag/commit: 5.27.0
Generated: 2024-06-10
Improvements
- Updates deprecated "classic" endpoint for ClinicalTrials.gov and replaces
it with new ClinicalTrials.gov API v2.0 (#1540) - Adds debouncing for search input on VADC Atlas Data Dictionary application
to improve UX when typing searches with large table data sizes (#1548) - Updates column names and formats numbers with commas to improve readability
(#1548) - Update attrition table component to dynamically generate breakdown columns
instead of relying on hardcoded value (#1548) - Globally renames react state
data
todisplayedData
to improve
code clarity. (#1548)
Deployment Changes
- Need to update to CEDAR wrapper 0.5.0
https://github.com/uc-cdis/cedar-wrapper-service/releases/tag/0.5.0 for
this feature (#1540)
New Features
- Adds a search bar message in VADC Data Dictionary that is revealed when the
user searches for a result whose column is hidden on the current page due
to their column management selection. This message includes a button that
allows the user to reset their column management selections to display the
hidden information. (#1548)
Bug Fixes
- Removes the delay that occurs when opening GWAS Results after switching
teams, such as after Selecting team1, Open GWAS Results, wait 5s, Select
team2, Open GWAS Results. Before you would see team1 results for first 5s
or so (#1548) - CheckSearchTermUtils updated to handle user searches including commas and
percentages, fixes bug with zeros (before searching for zero did not work
correctly nor highlight). Added new function formatForSearchComparison to
support this. (#1548) - Adds spinner until studies are available, preventing user from entering
information before form is ready for it (#1540)