Skip to content

Releases: VariantEffect/mavedb-ui

v2024.0.0

16 Apr 20:25
3848a33
Compare
Choose a tag to compare

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

28 Feb 22:09
Compare
Choose a tag to compare

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

31 Jan 20:57
aceab02
Compare
Choose a tag to compare

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 of inputTextValue 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

04 Dec 21:53
1df0367
Compare
Choose a tag to compare

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

16 Nov 22:11
e41b212
Compare
Choose a tag to compare

What's Changed

  • REDO doc update now that release branch has been merged to main. by @ashsny in #69
  • Add ProgressSpinner to search page and hide table contents while xhr is loading. by @ashsny in #68

Full Changelog: v2023.4.0...v2023.4.1

v2023.4.0

14 Nov 23:16
Compare
Choose a tag to compare

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

14 Nov 23:15
93a35e9
Compare
Choose a tag to compare

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

22 Jul 07:27
Compare
Choose a tag to compare

Release notes

  • Revised meta-analysis URN display and editing, to match changes in mavedb-api v2023.2.1.

v2023.2.0

21 Jun 23:13
Compare
Choose a tag to compare

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

21 Jun 22:44
Compare
Choose a tag to compare

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