@datagrok/bio 2.10.10 → 2.10.12
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 +5 -2
- 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/demo/bio01b-hierarchical-clustering-and-activity-cliffs.ts +2 -0
- package/src/package.ts +3 -0
- package/src/utils/split-to-monomers.ts +1 -0
- package/src/viewers/vd-regions-viewer.ts +1 -1
- package/src/viewers/web-logo-viewer.ts +18 -18
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -13,7 +13,10 @@
|
|
|
13
13
|
* Fix VdRegionsViewer fit width accounting position margin of WebLogo.
|
|
14
14
|
* Fix similarity/diversity viewer tests.
|
|
15
15
|
* Fix reset filters for Substructure Search filter.
|
|
16
|
-
* Fix Macromolecule cell renderer width limit for devicePixelRatio less than 1.
|
|
16
|
+
* Fix Macromolecule cell renderer width limit for `devicePixelRatio` less than 1.
|
|
17
|
+
* Fix VdRegionsViewer `positionHeight` transmit to enclosed WebLogo.
|
|
18
|
+
* Fix added by Split to monomers columns to be not used as a filter.
|
|
19
|
+
* Fix WebLogo with `filterSource`of Selection to work from project.
|
|
17
20
|
|
|
18
21
|
## 2.10.0 (2023-09-06)
|
|
19
22
|
|
|
@@ -29,7 +32,7 @@
|
|
|
29
32
|
* Fixed UnitsHandler.posList length.
|
|
30
33
|
* Fixed mistyping top menu path for Identity scoring.
|
|
31
34
|
* Fixed Get Region missed in short top menu.
|
|
32
|
-
* Fixed tests detectMacromoleculeBenchmark to specify test failed.
|
|
35
|
+
* Fixed tests detectMacromoleculeBenchmark to specify test failed.
|
|
33
36
|
|
|
34
37
|
## 2.9.0 (2023-08-30)
|
|
35
38
|
|