@datagrok/bio 2.10.9 → 2.10.10
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 +4 -3
- 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/utils/cell-renderer.ts +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -9,10 +9,11 @@
|
|
|
9
9
|
* Fix WebLogo viewer for gaps with Helm.
|
|
10
10
|
* Fix cell renderer for empty values MSA.
|
|
11
11
|
* Fix detectMacromolecule to ignore empty seqs.
|
|
12
|
-
* Add property fitWidth for VdRegionsViewer
|
|
13
|
-
* Fix VdRegionsViewer fit width accounting position margin of WebLogo
|
|
12
|
+
* Add property fitWidth for VdRegionsViewer.
|
|
13
|
+
* Fix VdRegionsViewer fit width accounting position margin of WebLogo.
|
|
14
14
|
* Fix similarity/diversity viewer tests.
|
|
15
|
-
* Fix reset filters for Substructure Search filter
|
|
15
|
+
* Fix reset filters for Substructure Search filter.
|
|
16
|
+
* Fix Macromolecule cell renderer width limit for devicePixelRatio less than 1.
|
|
16
17
|
|
|
17
18
|
## 2.10.0 (2023-09-06)
|
|
18
19
|
|