@datagrok/bio 2.10.11 → 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 +4 -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/package.ts +3 -0
- package/src/utils/split-to-monomers.ts +1 -0
- package/src/viewers/web-logo-viewer.ts +18 -18
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -13,8 +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.
|
|
17
|
-
* Fix VdRegionsViewer
|
|
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.
|
|
18
20
|
|
|
19
21
|
## 2.10.0 (2023-09-06)
|
|
20
22
|
|