Releases: VariantEffect/mavedb-ui
Releases · VariantEffect/mavedb-ui
v2024.0.0
What's Changed
- Home Page Highlights View for Score Set and Target Aggregate Statistics by @bencap in #123
- Additional Properties for Target Picker by @bencap in #151
- Do not show heatmap unless there are some display-able variants. by @ashsny in #150
- Don't Display
Page not Found
While Loading by @bencap in #147 - Add a simple histogram of scores to ScoreSetView. by @ashsny in #134
- Add google analytics code to index.html. by @ashsny in #169
- New taxonomy by @EstelleDa in #51
Full Changelog: v2023.5.1...v2024.0.0
v2023.5.1
What's Changed
- Fixed: Documentation link is broken in AWS deployment. by @jstone-uw in #126
- Quick fix for UI issues with experiment/score set editor autocompletes. by @ashsny in #124
Full Changelog: v2023.5.0...v2023.5.1
v2023.5.0
What's Changed
- Upgrade Node to 20 and swap from webpack/vue-cli to Vite. by @ashsny in #83
- Remove Node polyfills and fix heatmap by removing last corejs dependency. by @ashsny in #84
- add SendToGalaxy option by @PlushZ in #85
- Change author query to param translation to use a list. by @ashsny in #89
- Changes search filters to only count published score sets. by @ashsny in #88
- Use Vite's config functionality to choose API among localhost and production instead of manually editing config.js. by @ashsny in #90
- Upgrade package versions and pin versions where breakages would occur. by @ashsny in #92
- Add types for the API using openapi-typescript and instructions to re-generate them. by @ashsny in #91
- Remove vestigial vue.config.js. by @ashsny in #93
- Refactor #1 in preparation for typescriptifying SearchView.vue. by @ashsny in #96
- Change from comma-separated query param to repeated query params (refactor 2 in preparation for Typescript). by @ashsny in #97
- Typescriptify SearchView.vue. by @ashsny in #98
- Use kebab-case for Ensembl Item Type URL by @bencap in #102
- Use
modelValue
in place ofinputTextValue
for External Target Gene Identifiers by @bencap in #101 - Merge target gene identifiers change from -4.3 into -5.0. by @ashsny in #103
- Based on Ashley's geneName codes, modify Assembly dropdown codes together by @EstelleDa in #105
- Fix primevue styling for create experiment/scoreset after version upgrade to fix bad-looking forms. by @ashsny in #110
- Add /signed-in.html and /signed-out.html that were in webpack version to vite/rollup. by @ashsny in #104
- Fix validation errors on new experiment/score set so they no longer forever block submission. by @ashsny in #116
- Solve #109 problem by @EstelleDa in #113
New Contributors
Full Changelog: v2023.4.2...v2023.5.0
v2023.4.2
What's Changed
- Replace non-existent item.targetGene (coming from API) with item.targetGenes. by @ashsny in #78
- Restore mavedb documentation source files and update documentation to Sphinx 7.2.6. by @ashsny in #77
- Update README.md to add citation info. by @ashsny in #70
- Make changes to the mavedb docs to reflect the current state of the world. by @ashsny in #79
- Release 2023.4.2. by @ashsny in #80
Full Changelog: v2023.4.1...v2023.4.2
v2023.4.1
v2023.4.0
Release notes
This release works with mavedb-api version 2023.4.0.
- Support for score sets with genomic reference coordinates
- A heatmap of single-AA variants in a scoreset
v2023.3.0
Release notes
This release works with mavedb-api version 2023.3.0.
- Support for preprints
- Ability to search experiments and score sets by publication identifier
v2023.2.1
Release notes
- Revised meta-analysis URN display and editing, to match changes in mavedb-api v2023.2.1.
v2023.2.0
Release notes
- Mapped variants can now be downloaded for a score set. The download includes all variants in the score set, in VRS format.
v2023.1.3
Release notes
- Meta-analysis score sets are now created without choosing a parent experiment. See the API documentation for more details. Further UI work should be done to improve the experience of creating a meta-analysis.
- Minor bug fixes