@datagrok/bio 2.21.0 → 2.21.2
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 +15 -0
- package/css/monomer-manager.css +1 -0
- package/dist/package-test.js +2 -2
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +2 -2
- package/dist/package.js.map +1 -1
- package/package.json +3 -3
- package/src/package.ts +0 -1
- package/src/utils/monomer-lib/monomer-lib-base.ts +16 -2
- package/src/utils/monomer-lib/monomer-manager/monomer-manager.ts +74 -32
- package/src/viewers/utils.ts +4 -0
- package/src/viewers/web-logo-viewer.ts +77 -44
- package/test-console-output-1.log +1178 -362
- package/test-record-1.mp4 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Bio changelog
|
|
2
2
|
|
|
3
|
+
## 2.21.2 (2025-04-28)
|
|
4
|
+
|
|
5
|
+
Monomer Manager:
|
|
6
|
+
|
|
7
|
+
* Style fixes
|
|
8
|
+
* Calculations of missing monomer properties when saving/loading monomer libraries
|
|
9
|
+
* Date column fixes
|
|
10
|
+
* Null meta fixes
|
|
11
|
+
|
|
12
|
+
## 2.21.1 (2025-04-22)
|
|
13
|
+
|
|
14
|
+
* Weblogo: Fix behavior, correct fitting, reaction to slider, property harmonization
|
|
15
|
+
* Better formatting of source monomer lib name
|
|
16
|
+
* Support of sequence space for custom notation
|
|
17
|
+
|
|
3
18
|
## 2.21.0 (2025-04-14)
|
|
4
19
|
|
|
5
20
|
* Move separator refinement to seq-handler stage
|