Releases: unipept/unipept-web-components
2.1.5
Release 2.1.5 of the Unipept Web Components is a hotfix release. A bug causing the heatmap data selection to always be stuck at "NCBI taxonomy" is fixed.
Bug fixes:
- Data selection step in the heatmap wizard only allowed for the selection of NCBI taxa to be visualized. This bug has been fixed.
2.1.4
Version 2.1.4 provides an update of the dependencies that are used internally by Unipept Web Components. Some components that were still in early-access status from Vuetify have been replaced by their stable counterparts and should further improve the robustness of the Unipept Web Components.
New features / enhancements:
2.1.3
2.1.2
Release 2.1.2 of the Unipept Web Components package contains a few bug fixes and improvements for minor issues that arose from the big upgrade of Vue 2 to Vue 3.
Bug fixes:
- Fixed the styling and inner workings of the multi dataset heatmap (unipept/unipept#1559)
- Fixed styling of links in peptide summary of TPA tool (#1559)
- Fixed inter-assay heatmap in MPA tool (#1558)
2.1.1
Version 2.1.1 contains an important bug fix for the single tryptic peptide analysis module of Unipept. Proteins did not properly take into account the configured equate_il
setting and were displaying everything as if equate_il
was always set to true.
Bug fixes:
- Fixed a bug where proteins did not properly take into account
equate_il
.
2.1.0
This release of the Unipept Web Components does not introduce any major new features, but comprises a complete update of the underlying codebase to Vue 3 and Vuetify 3 (coming from Vue and Vuetify 2), making our components resilient for the future again.
New features/enhancements:
- Upgrade Vue 2 to Vue 3
- Upgrade Vuetify 2 to Vuetify 3
2.0.6
This release fixes a bug where Unipept exports did not correctly take into account replacing I's by L when the equate IL
option is enabled.
Bug fixes:
- Fixed a bug where CSV files exported from Unipept now also correctly list peptides containing the isoleucine amino acid when the equate IL option is enabled (#220)