Releases: bento-platform/bento_web
Releases · bento-platform/bento_web
Version 4.0.0
What's Changed
- Support new authz API by @davidlougheed in #314
- [15] feat: implement new workflow system by @davidlougheed in #282
- [15] chore: modify the statistic title in variants overview by @noctillion in #328
- [15] feat: reload overview summary when a WES run completes by @davidlougheed in #326
- [15] feat: phenopacket v2 frontend integration by @v-rocheleau in #311
- [15] fix(manager): only load drop box when we need it/have perms by @davidlougheed in #327
- refact(manager): rewrite run list as functional component + tweak style by @davidlougheed in #329
- refact(explorer): use context instead of redux for explorer individual info by @davidlougheed in #330
- Fix dataset data-types summaries by @v-rocheleau in #331
- fix(manager): fix workflow run end time sort order by @davidlougheed in #332
- fix: treatment dose intervals table by @v-rocheleau in #334
- feat(manager): render workflow input help text, if present by @davidlougheed in #333
- feat(manager): allow service url interp. in workflow input enum urls by @davidlougheed in #335
- fix biosample procedure props and rendering by @v-rocheleau in #338
- feat(manager): genome list view by @davidlougheed in #337
- feat: provide link to biosample from genomic interpretations if applicable by @v-rocheleau in #339
- feat(explorer): support track-specified/custom reference genomes by @davidlougheed in #336
- fix datasetResources reducer by @v-rocheleau in #340
- chore: bump version to 4.0.0 + update lockfile deps by @davidlougheed in #341
Full Changelog: v3.2.2...v4.0.0
Version 3.2.2
What's Changed
- fix: file view modal display for wide content (e.g., spreadsheets) by @davidlougheed in #324
Full Changelog: v3.2.1...v3.2.2
Version 3.2.1
What's Changed
- fix(explorer): experiment result view button conditions + bad file view style by @davidlougheed in #323
Full Changelog: v3.2.0...v3.2.1
Version 3.2.0
What's Changed
- chore(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #313
- feat: more UI-displayable file types for drop box + experiment results by @davidlougheed in #307
- chore: update dev base image + npm dependencies by @davidlougheed in #315
- [14] remove mcode individual ethnicity references by @v-rocheleau in #316
- chore(manager): support new spec-compliant "https" DRS access type by @davidlougheed in #317
- fix(manager): properly unset drop box selected entries after file deletion by @davidlougheed in #319
- style(explorer): adjust individual overview display by @davidlougheed in #320
- chore: update lockfile dependencies and bump version to 3.2.0 by @davidlougheed in #321
- feat(explorer): wider experiment result view modal + more download types by @noctillion in #318
- style(manager): sticky drop box control bar by @davidlougheed in #322
Full Changelog: v3.1.2...v3.2.0
Version 3.1.2
What's Changed
- chore(deps-dev): bump postcss from 8.4.23 to 8.4.31 by @dependabot in #309
- fix(explorer): phenotypic feature undefined crash + dup key warning by @davidlougheed in #310
Full Changelog: v3.1.1...v3.1.2
Version 3.1.1
What's Changed
- fix(explorer): don't "forget" back-URL state by @davidlougheed in #308
Full Changelog: v3.1.0...v3.1.1
Version 3.1.0
What's Changed
- fix: render loading skeleton when loading igv urls by @davidlougheed in #292
- feat(explorer): show individual biosamples in an expandable table with linkable URLs by @davidlougheed in #293
- chore: optimize Dockerfiles + update Node version by @davidlougheed in #295
- chore: update node install process from nodesource by @davidlougheed in #296
- feat(explorer): component for rendering linked ontology terms by @davidlougheed in #297
- feat(explorer): individual phenopackets JSON view by @davidlougheed in #298
- feat(explorer): improve phenotypic feature display by @davidlougheed in #299
- fix(explorer): use authorized-download button in experiments view by @davidlougheed in #300
- feat: refactor RunLog component to be func + display ANSI colors by @davidlougheed in #291
- fix(manager): if katsu cannot be contacted, show an error in the projects/datasets page by @davidlougheed in #302
- chore: add actions for fetching dataset resources from katsu by @davidlougheed in #304
- feat(explorer): use dataset resources for ontology displays by @davidlougheed in #305
- feat(explorer): new table/single-descriptions-based linkable experiments view by @davidlougheed in #303
- feat(explorer): deduplicate individual explorer entries by @davidlougheed in #294
- chore: bump version to 3.1.0 and update dependencies by @davidlougheed in #306
Full Changelog: v3.0.1...v3.1.0
Version 3.0.1
What's Changed
- fix: dataset datatypes counts loaded with user dependent data by @v-rocheleau in #289
- chore: bump version to 3.0.1 & regen lockfile by @v-rocheleau in #290
Full Changelog: v3.0.0...v3.0.1
Version 3.0.0
What's Changed
- fix: IGV.js crash by @davidlougheed in #269
- refact: igv code with more memoization/less redef by @davidlougheed in #271
- fix: authorization for DRS object download by @davidlougheed in #273
- fix: passing auth header to drs search by @davidlougheed in #274
- v2.1 QA by @davidlougheed in #276
- Enhance error handling in network fetch functions by @SanjeevLakhwani in #267
- feat: fetch extra_properties types dynamically from Katsu by @noctillion in #266
- Added bento charts library to replace recharts by @SanjeevLakhwani in #265
- [13] fix: retain search table settings and order by @noctillion in #281
- [13] feat: in search, disable data types with 0-count at dataset level by @noctillion in #283
- feat(explorer): table render/linking improvements by @davidlougheed in #284
- [13] refact!: table removal by @v-rocheleau in #270
- feat: service request UX improvements by @davidlougheed in #285
- chore: bump version to 3.0.0 & regen lockfile by @davidlougheed in #286
- feat!: delete variants on project/dataset deletion; load data types/workflows from service-registry; rm hardcoding artifacts by @v-rocheleau in #287
- style: make data type summary modal wider by @davidlougheed in #288
Full Changelog: v2.1.2...v3.0.0
Version 2.1.2
What's Changed
- fix: handle undefined file params in workflow run last content component by @davidlougheed in #275
- ci: build qa branches by @davidlougheed in #277
- fix: workflow ID access logic by @davidlougheed in #278
- fix: missing loading indicator for last ingestions table by @davidlougheed in #279
- chore: bump version to 2.1.2 by @davidlougheed in #280
Full Changelog: v2.1.1...v2.1.2