Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Releases: unipept/unipept-web

5.0.6

09 Mar 14:33
0ef6e6c
Compare
Choose a tag to compare

This release fixes a few things and helps Unipept to keep track of the features that are most used by users.

New features / enhancements:

  • Downloading an image of the treeview visualization in the functional annotations tables works again (#32)
  • Useage of pages and features is now better monitored (#31)
  • Current UniProt version that is being used is now displayed in the page footer (#30)

5.0.5

27 Feb 07:24
594b4c8
Compare
Choose a tag to compare

This release provides a fix for an issue where the taxonomic treeview visualization was showing an EC tree instead of a taxonomic tree.

Bug fixes:

  • Taxonomic treeview visualization was showing EC tree instead of taxonomic tree (#29).

5.0.4

10 Feb 13:12
3b35df5
Compare
Choose a tag to compare

This minor release updates the download link to version 2.0 of the Unipept Desktop application in the desktop documentation pages.

Bug fixes:

  • Update download links to desktop application in documentation (#28)

5.0.3

10 Feb 12:16
58243ad
Compare
Choose a tag to compare

This release fixes one important issue that caused the page to automatically refresh if a new sample was created.

Bug fixes:

  • Page automatically refreshed upon creating a new assay (#27)

5.0.2

10 Feb 09:31
47426aa
Compare
Choose a tag to compare

This release provides some minor bug fixes to improve the overal user-experience of the Unipept Web application.

Bug fixes:

  • Replace default Vue favicon with Unipept favicon (#22)
  • Add little progress indicator when release info is loading (#24)
  • Removed "v"-prefix from version tag for web app (#25)
  • Center the buttons in the AnalysisSummaryCard (#26)

5.0.1

10 Feb 08:43
74393de
Compare
Choose a tag to compare

This is an important maintenance release of the Unipept Web application that contains some hotfixes for urgent problems.

Bug fixes:

  • Sunburst was immediately reinitialising before analysis results where available (#18)
  • Too many HTTP-requests were fired at the same time for missed cleavage handling analyses (#17)
  • Bumped unipept-web-components dependency from v2.0.1 to v2.0.2

5.0.0

09 Feb 13:51
26f3683
Compare
Choose a tag to compare

This is the first release of the separate Unipept Web package here, on GitHub. Previous releases of the Unipept Web application were part of the general Unipept repository (https://github.com/unipept/unipept) which is now being retired in favour of smaller, more application-centric repositories such as this one.

Since we are still building upon the same web app, this release is now Unipept Web application v5.0.0. It is a major rewrite and upgrade from the previous version that was using a combination of Ruby-on-Rails and Vue 2.0, while this one is now only using Vue 2.7 in combination with Pinia (for state management).

New features / enhancements:

  • Upgraded to Vue 2.7
  • Dropped Vuex and migrated to Pinia for state management
  • Dropped Ruby-on-Rails, everything is using Vue 2.7 and Vuetify now.