@datagrok/bio 2.12.18 → 2.12.19
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 +12 -0
- package/dist/package-test.js +5 -5
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +3 -3
- package/dist/package.js.map +1 -1
- package/package.json +3 -3
- package/src/package-test.ts +1 -1
- package/src/package.ts +33 -5
- package/src/tests/renderers-monomer-placer-tests.ts +52 -6
- package/src/tests/renderers-test.ts +2 -4
- package/src/tests/substructure-filters-tests.ts +2 -2
- package/src/tests/utils/sequences-generators.ts +0 -20
- package/src/utils/cell-renderer.ts +1 -1
- package/src/utils/macromolecule-column-widget.ts +2 -0
- package/src/utils/multiple-sequence-alignment-ui.ts +31 -18
- package/src/viewers/web-logo-viewer.ts +14 -4
- package/src/widgets/bio-substructure-filter-helm.ts +9 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Bio changelog
|
|
2
2
|
|
|
3
|
+
## 2.12.19 (2024-05-16)
|
|
4
|
+
|
|
5
|
+
### Bug fixes
|
|
6
|
+
|
|
7
|
+
* Fix tests cell renderer monomer placer for default monomer lib
|
|
8
|
+
* Add tests for monomer placer hitBounds
|
|
9
|
+
* Fix cell renderer to limit for visible monomers
|
|
10
|
+
* Fix MacromoleculeColumnWidget to limit WebLogo for visible
|
|
11
|
+
* Fix WebLogo to limit seq splitting on end position specified
|
|
12
|
+
* GROK-15678: Bio: Fix bio-substructure-filter tests on Helm
|
|
13
|
+
* GROK-15293: Fix MSA Dialog error while picking empty value in Sequence
|
|
14
|
+
|
|
3
15
|
## 2.12.18 (2024-05-13)
|
|
4
16
|
|
|
5
17
|
### Bug fixes
|