Releases: bento-platform/bento_web
Releases · bento-platform/bento_web
Version 1.7.1
- fix: version number
Version 1.7.0
Requires Katsu 2.17+.
- feat: significantly improved variant search
- feat: notification display improvements
- fix: notifications & event-relay connection
- fix: issues with auth popup
- fix: dev server issues
- chore: web service info
- style: add favicon
- ci: target branch and performance improvements
Version 1.6.0
- feat: add function to upload DATS file
- feat: save sort order for search results in Redux
- feat: save
igv.js
browser position in Redux - feat: allow for image run-time branding
- feat: support data type labels
- chore: combine help and data type exploration modals in Explore
- chore: remove log service-related components & dependency
- fix: cancel button not working when adding table to dataset
- style: top bar styling tweaks for nicer branding
- refact: convert some components to be function-based
- ci: add self-hosted Dockerfile building
Version 1.5.1
- style: improve footer styling and add version number
- chore: update minor dependencies
Version 1.5.0
- chore!: update socket.io for use with
bento_event_relay
v2.0 - chore: add Dockerfiles for later use with CI + 'self-hosted' containerization
- chore: update to Webpack 5; add
webpack-dev-server
+npm run start
script - chore: update deletion verbiage in various places
- chore: update ESLint major version + linting spec
- refact: change
federationService
toaggregationService
in some places in web - refact: remove dead code
- fix: socket.io path
- fix: version number in
package.json
(now corresponds with actual version) - fix: babel plugin shouldn't be in normal deps
Version 1.4.1
- improved services list in dev mode
- removed peers / federation code, including "Datasets" tab
- show any alternate individual ids in individual overview
- correct spinner behaviour for Text Search / Advanced Search buttons
Full Changelog: v1.4.0...v1.4.1
Version 1.4.0
New Features
- Service page: remove column for data services and use badge instead. display N/A when no url.
- Enable bigwigs download.
- Compatibility with changes to Federation service and Katsu for faster queries.
- Add VCF counts
Fixes
- Fix csv export failing when too many individuals are selected
- Upgrade outdated dependencies
- Display table ids in peer discovery search
- Update contact information
Regression
- Overview statistics for search results have been removed in this release due to changes in API responses (fast search feature). A reimplementation of this feature is planned for the next iteration.
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
Experiments tab in search results
When multiple experiments are available for a given patient, they are now presented as collapsible elements
Tracks and Variants presentation
Display that no data is available when this is the case
Admin menu and services
Data services are emphasized with a badge instead of being presented in a column
Peers and network size have been removed as this feature has been deprecated in the Bento platform
Version 1.2.1
- small fix for handling long filenames in Tracks tab
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
- Add handling for extra patient ids in search results
Full Changelog: v1.1.2...v1.2.0