Skip to content

5.35.0

Latest
Compare
Choose a tag to compare
@mfshao mfshao released this 11 Nov 22:26
· 6 commits to master since this release
2af582b

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.34.2

Notes to tag/commit: 5.35.0

Generated: 2024-11-11

Improvements

  • Introduced the OpenFillRequestFormButton in the Discovery action bar
    component, allowing users to submit a fill request form with dynamic query
    generation based on selected resources. (#1551)
  • Add a few config fields that are related to OpenFillRequestFormButton.
    See docs/portal_config.md for details (#1551)
  • Study registration: repository name will be a required field if user has
    provided any repository study IDs (#1630)
  • new logic to allow for coexistence of old and new VA data dictionary apps.
    (#1613)
  • Both apps are available under the same /analysis/AtlasDataDictionary
    location. (#1613)
  • removed unnecessary ProtectedContent wrapper for one of the Data
    dictionary options since /analysis wrapper is already protected (see
    https://github.com/uc-cdis/data-portal/blob/7d03acf24c498f57748d670773790b834412d3f4/src/index.jsx#L274-L291).
    (#1613)
  • change top navigation structure (#1602)
  • add skip navigation link to data portal (#1602)
  • add role alertdialog to popup (#1602)
  • add col header to API key(s) table on profile page (#1602)
  • add empty alt text to 404 graphic and remove metadata from svg (#1602)

Bug Fixes

  • Discovery: fixed a bug causing the discovery page cannot correctly loads
    metadata in batches if neither AggMDS or StudyRegsistration has been
    enabled (#1632)
  • Replaces alt text on non-decorative images on analysis app selection page
    with alt="" (#1628)
  • Replaces non-compliant AntD combo box component with 508 compliant
    TeamDropdown component using a labeled HTML select element. (#1628)
  • Fixes button color to #215C9E in VADC Team Projects modal to ensure
    accessibility (#1628)
  • Fixes submission data for Dichotomous workflows for VADC GWAS app. (#1628)
  • In GWAS Review Details modals: fixes colors for the buttons for
    accessibility, Replaced "border" style with "border-color" style to affect
    colors only, Updates VADC Team Modal text color (#1628)
  • For VADC team projects header, ensures the contrast between foreground and
    background colors meets WCAG 2 AA minimum contrast ratio thresholds (#1628)
  • Addresses accessibility issues related to the team projects button in VADC
    apps. (#1610)
  • Resets noVariableLevelMetadata when choosing different studies so VLMD
    button behaves as expected. (#1608)

Dependency Updates

  • update http-proxy-middleware (#1622)

Deployment Changes

  • new config option dataDictionaryVersion that can be set to "new" or
    something else. If "new", then the new data dictionary component is loaded.
    This is a temporary solution until we have fully deprecated the old one.
    (#1613)

New Features

  • Adds modal to attrition table in GWAS App for histogram and euler diagram
    visualizations. Modal can be triggered using chart icon. (#1610)