@datagrok/peptides 1.17.8 → 1.17.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/package-test.js +2 -2
- package/dist/package.js +2 -2
- package/package.json +1 -1
- package/src/model.ts +86 -59
- package/src/utils/statistics.ts +1 -1
- package/src/viewers/logo-summary.ts +9 -6
- package/src/widgets/peptides.ts +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Peptides changelog
|
|
2
2
|
|
|
3
|
+
## 1.17.10 (2024-02-29)
|
|
4
|
+
|
|
5
|
+
Fix context panel crashing and never recovering
|
|
6
|
+
|
|
7
|
+
## 1.17.9 (2024-02-29)
|
|
8
|
+
|
|
9
|
+
Fix Logo summary table not calculating for single clusters and not updating on filter.
|
|
10
|
+
|
|
3
11
|
## 1.17.8 (2024-02-22)
|
|
4
12
|
|
|
5
13
|
Allow using qnum activity columns when running SAR analysis from top menu.
|