@datagrok/peptides 1.21.3 → 1.21.5
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 +11 -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 +1 -1
- package/src/model.ts +1 -1
- package/src/package.ts +1 -0
- package/src/peptideUtils.ts +13 -0
- package/src/utils/cell-renderer.ts +8 -3
- package/src/viewers/sar-viewer.ts +5 -4
- package/src/widgets/mutation-cliffs.ts +20 -6
- package/test-console-output-1.log +5971 -73
- package/test-record-1.mp4 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Peptides changelog
|
|
2
2
|
|
|
3
|
+
## 1.21.5 (2025-03-12)
|
|
4
|
+
|
|
5
|
+
* Fix weblogo renderer with corrected colors and background corrections
|
|
6
|
+
* Improved mutation cliffs preview window with horizontal splitter
|
|
7
|
+
* Correct circle rendering in Monomer-Position viewer
|
|
8
|
+
* Mutations groups column in mutation cliffs pairs panel
|
|
9
|
+
|
|
10
|
+
## 1.21.4 (2025-03-03)
|
|
11
|
+
|
|
12
|
+
Fix SAR errors on nulling targets
|
|
13
|
+
|
|
3
14
|
## 1.21.3 (2025-02-28)
|
|
4
15
|
|
|
5
16
|
MCL: Sparse matrix pruning to avoid browser crash
|