Releases: bento-platform/bento_web
Version 2.1.1
- fix: drop box download button in info modal
Version 2.1.0
What's Changed
- [12.1] refact: remove withBasePath by @davidlougheed in #241
- [12.1] feat: user profile page by @davidlougheed in #250
- [12.1]: feat: add loading indicator to notification 'mark as read' button by @davidlougheed in #242
- [12.1] feat: drag-n-drop uploading for drop box by @davidlougheed in #243
- [12.1] feat: drop box permissions awareness + delete fn by @davidlougheed in #249
- [12.1] refact: rewrite ManagerProjectDatasetContent as functional component by @davidlougheed in #256
- [12.1] feat: new service registry by @davidlougheed in #259
- [12.1] chore: remove unused networkAction util param downloadedFilename by @davidlougheed in #258
- [12.1] fix: notification click not properly redirecting to workflows by @davidlougheed in #257
- [12.1] perf: cache OpenID configuration locally to improve load times very slightly by @davidlougheed in #261
- [12.1] fix: project creation modal by @v-rocheleau in #262
- [12.1] feat: default linked-field-set button by @v-rocheleau in #263
- Release v2.1.0 by @davidlougheed in #251
Full Changelog: v2.0.0...v2.1.0
Version 2.0.0
What's Changed
-
feat: use auth code + PKCE flow for web authn by @davidlougheed in #233
-
feat: typed extra_properties UI by @v-rocheleau in #228
-
feat: drop box pdf viewer + file load error handling by @davidlougheed in #225
-
feat: explorer biosample experiment table by @noctillion in #232
-
feat: data type counts by @noctillion in #235
-
feat: display latest ingestion data type by @noctillion in #231
-
feat: replacement for service info link - request modal by @davidlougheed in #247
-
feat: display-latest-ingestion-variants by @noctillion in #239
-
feat: date and time of last ingestion by @noctillion in #253
-
feat: proper sign out functionality re-do by @davidlougheed in #254
-
fix: service-detail back button by @brouillette in #227
-
fix: variants count @brouillette in #229
-
fix: fetch Gohan overview by @brouillette in #244
-
fix: count keys instead of adding values by @brouillette in #248
-
fix: don't try to exchange tokens if we don't have a refresh token present by @davidlougheed in #237
-
fix: Refactor SearchSummaryModal.js for Enhanced Functionality by @SanjeevLakhwani in #230
-
fix: non-network action authentication by @davidlougheed in #238
-
fix: (#1623): drop box json viewer expand/collapse glitch by @v-rocheleau in #234
-
fix: source maps in development by @SanjeevLakhwani in #252
-
chore(deps): bump socket.io-parser from 4.2.2 to 4.2.3 by @dependabot in #240
-
chore: bump version to 2.0.0 by @davidlougheed in #246
-
chore: add eslint rule for trailing commas, always-multiline by @v-rocheleau in #236
Version 2.0.0 release candidate 1
What's Changed
-
feat: use auth code + PKCE flow for web authn by @davidlougheed in #233
-
feat: typed extra_properties UI by @v-rocheleau in #228
-
feat: drop box pdf viewer + file load error handling by @davidlougheed in #225
-
feat: explorer biosample experiment table by @noctillion in #232
-
feat: data type counts by @noctillion in #235
-
feat: display latest ingestion data type by @noctillion in #231
-
feat: replacement for service info link - request modal by @davidlougheed in #247
-
feat: display-latest-ingestion-variants by @noctillion in #239
-
fix: service-detail back button by @brouillette in #227
-
fix: variants count @brouillette in #229
-
fix: fetch Gohan overview by @brouillette in #244
-
fix: count keys instead of adding values by @brouillette in #248
-
fix: don't try to exchange tokens if we don't have a refresh token present by @davidlougheed in #237
-
fix: Refactor SearchSummaryModal.js for Enhanced Functionality by @SanjeevLakhwani in #230
-
fix: non-network action authentication by @davidlougheed in #238
-
fix: (#1623): drop box json viewer expand/collapse glitch by @v-rocheleau in #234
-
chore(deps): bump socket.io-parser from 4.2.2 to 4.2.3 by @dependabot in #240
-
chore: bump version to 2.0.0 by @davidlougheed in #246
-
chore: add eslint rule for trailing commas, always-multiline by @v-rocheleau in #236
Version 1.8.3
- fix: prop types for RunSetupWizard
Version 1.8.2
- fix: replaced mentions of "CHORD" in UI with "Bento"
Version 1.8.1
- fix: missing config-generating JS file in production image
- chore: show less verbose warning if Git is missing in dev environment
- chore: update base images; let base image handle git config setting
Version 1.8.0
Requires Bento 2.11+.
- feat: new drop box interface with fixed viewing, metadata display, JSON rendering, info box
- feat: DRS object search/detail interface
- feat: improved notification display;
Mark all as read
notification button - feat: web service info endpoint
- feat: use JSON rendering for service info display
- feat: show cBioPortal link + embed iframe if cBioPortal is enabled
- feat: support analysis workflow run submission
- feat: show dataset ID in project/dataset manager UI
- perf: improve load order logic to reduce initial load time
- chore: replace use of artifact with service kind, provided by Bento-specific service info object
- chore: update
phenotypical
wording to bephenotypic
instead - chore: separate concepts of dev mode and local/Git mode in service list display
- style: nicer git info rendering in service list
- fix: table name not showing in deletion modal
- fix: event handling and notification display
- fix: run log / status refreshing
- fix: JS error when no search results are returned
- fix: don't show hidden inputs in workflow submission interface
Version 1.7.3
- fix: properly make DATS information a required field for dataset creation
- chore: update webpack
Version 1.7.2
- feat: new search summary modal
- chore: feedback when exporting CSV
- chore: changed the button "Add conditions to datatype" to "+ Data type"
- chore: update dependencies