5.12.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.11.1
Notes to tag/commit: 5.12.0
Generated: 2023-09-14
Bug Fixes
- Fix query page styling issue (#1402)
- fix study viewer alphabetical ordering (#1407)
- This resolves a a redirect issue that occurs the following situation:
(#1356) -
You can reproduce this bug via the following steps (#1356)
- In HEAL envs (QA/preprod/prod) the first time a user is not already logged
in (#1356) - Go to the workspace page at /portal/workspace (#1356)
- Portal will redirect you to login page, login with a user that has access
to workspaces in these envs (#1356) - Portal should redirect you back to /portal/workspace , but instead, it is
redirecting you to /portal/portal/workspace (#1356)
New Features
- only allow certain data on HEAL to be available for download with InCommon
IdP login (#1399) - add global banner to portal (#1398)
- Adds new "Caution" dismissible message to GWASApp, updates Warning message
design (#1393) - Shows new Caution dismissible message in GWASApp in step prior to
submission after Hare selection if hare population is less than 1000
(#1393) - Adds dismissible messages to Results, adds logic to display Caution message
when hare population is less than 1000 (#1393) - Updates storybook for new message types and includes a unit test for
ResultsApp version of Dismissible message component. (#1393) - Changed error log display in Execution of GWASResults app (#1393)
- Changed storybook file and test file of Execution (#1393)
- Add detailed workspace launch statuses (#1383)
Improvements
- Move ddUrl for RUM to configuration, instead of hardcoding - This is
necessary for the move to datadog govcloud. (#1410) - change idp based access check conditions on buttons for ICPSR studies in
HEAL (#1409) - use callback hook (#1409)
- housekeeping Fix dev dependency lint errors when running eslint locally
(#1406) - Fix the discovery page pop-up text to add spaces where needed (#1396)
- remove unneeded dependencies (#1391)
- move dev dependencies to dev (#1391)
Dependency Updates
- removed (#1391)
- @emotion/react (#1391)
- react-is (#1391)
- redux-devtools (#1391)
- @babel/core (#1391)
- echarts (#1391)
- @babel/preset-stage-0 (#1391)
- @types/jest (#1391)
- babel-plugin-syntax-jsx (#1391)
- estraverse (#1391)
- file-loader (#1391)
- postcss (#1391)
- prettier (#1391)
- relay-compiler-webpack-plugin (#1391)
- moved to dev (#1391)
- mock-local-storage (#1391)
- @storybook/addon-actions (#1391)
- @storybook/react (#1391)
- @types/redux-mock-store (#1391)
Bugfixes
- Resolves issue where server response for a hareResult concept_breakdown is
null in the SelectHareDropDown.jsx. This can occur when the user selects a
case cohort size or control cohort size with a value of zero. (#1393)