@datagrok/bio 2.10.10 → 2.10.11
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 +2 -1
- 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/viewers/vd-regions-viewer.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
* Fix similarity/diversity viewer tests.
|
|
15
15
|
* Fix reset filters for Substructure Search filter.
|
|
16
16
|
* Fix Macromolecule cell renderer width limit for devicePixelRatio less than 1.
|
|
17
|
+
* Fix VdRegionsViewer.positionHeight transmit to enclosed WebLogo.
|
|
17
18
|
|
|
18
19
|
## 2.10.0 (2023-09-06)
|
|
19
20
|
|
|
@@ -29,7 +30,7 @@
|
|
|
29
30
|
* Fixed UnitsHandler.posList length.
|
|
30
31
|
* Fixed mistyping top menu path for Identity scoring.
|
|
31
32
|
* Fixed Get Region missed in short top menu.
|
|
32
|
-
* Fixed tests detectMacromoleculeBenchmark to specify test failed.
|
|
33
|
+
* Fixed tests detectMacromoleculeBenchmark to specify test failed.
|
|
33
34
|
|
|
34
35
|
## 2.9.0 (2023-08-30)
|
|
35
36
|
|