@datagrok/peptides 1.17.26 → 1.17.27
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 +6 -0
- package/dist/package-test.js +1 -1
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +2 -2
- package/src/viewers/sar-viewer.ts +1 -1
- package/src/widgets/selection.ts +24 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Peptides changelog
|
|
2
2
|
|
|
3
|
+
## 1.17.27 (2024-08-08)
|
|
4
|
+
|
|
5
|
+
* Selection viewer restoring original grid sorting
|
|
6
|
+
* MCL viewer limiting max intercluster lines
|
|
7
|
+
* fix bugs with selections context panel
|
|
8
|
+
|
|
3
9
|
## 1.17.26 (2024-08-07)
|
|
4
10
|
|
|
5
11
|
Rename monomer position viewer to sequence variability map
|