Skip to content

5.28.0

Compare
Choose a tag to compare
@ocshawn ocshawn released this 21 Jun 19:24
· 70 commits to master since this release
a1e5ba7

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.27.0

Notes to tag/commit: 5.28.0
Generated: 2024-06-21

New Features

  • Update Team Projects Modal for use case where user does not have teams
    available (#1557)
  • Add storybook page for new Modal (#1557)
  • Updates the Discovery Action Bar so that filtered metadata is sent to the
    ${manifestServiceApiPath}/metadata after the user clicks the export
    to workspace button, pending that they have enabled
    discoveryConfig.features.exportToWorkspace.enableExportFullMetadata.
    The filtering removes any field that has been defined in
    discoveryConfig.features.exportToWorkspace.excludedMetadataFields, if
    that config field exists. Note that field names in
    discoveryConfig.features.exportToWorkspace.excludedMetadataFields can
    represent nested fields, for example study_metadata.username. (#1534)
  • add html mark for accessibility (#1546)
  • add NVM file to allow for using nvm command to run correct version of node
    and npm (#1542)
  • update documentation (#1542)

Bug Fixes

  • Fix explorer table header sorting issue (#1554)
  • remove already selected covariates from list to eliminate ability to add
    multiple times (#1549)
  • allow for valueSummary to be null without crashing application (#1546)

Improvements

  • The DiscoveryActionBar component has been modularized into separate
    components, utils, constants and interfaces. (#1534)