@datagrok/bio 2.8.0 → 2.8.1
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 +14 -4
- 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/monomer-cell-renderer.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Bio changelog
|
|
2
2
|
|
|
3
|
+
## 2.8.1 (2023-07-24)
|
|
4
|
+
|
|
5
|
+
This release focuses on improving the monomer cell renderer.
|
|
6
|
+
|
|
7
|
+
*Dependency: datgarok-api >= 1.13.3*
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* Monomer cell renderer now defaults to 6 characters per monomer.
|
|
12
|
+
|
|
3
13
|
## 2.8.0 (2023-07-21)
|
|
4
14
|
|
|
5
15
|
This release focuses on improving feature stability and usability.
|
|
@@ -8,12 +18,12 @@ This release focuses on improving feature stability and usability.
|
|
|
8
18
|
|
|
9
19
|
### Features
|
|
10
20
|
|
|
11
|
-
* Add Copy group to Macromolecule cell context menu
|
|
12
|
-
* Add DefaultSeparator package property settings
|
|
21
|
+
* Add Copy group to Macromolecule cell context menu.
|
|
22
|
+
* Add DefaultSeparator package property settings.
|
|
13
23
|
|
|
14
24
|
### Bug Fixes
|
|
15
25
|
|
|
16
|
-
* Fix VdRegionsViewer filter source checkbox tooltip, workaround
|
|
26
|
+
* Fix VdRegionsViewer filter source checkbox tooltip, workaround.
|
|
17
27
|
|
|
18
28
|
## 2.7.2 (2023-07-21)
|
|
19
29
|
|
|
@@ -28,7 +38,7 @@ This release focuses on improving analysis stability and usability.
|
|
|
28
38
|
* Added alignment options to **Kalign**.
|
|
29
39
|
* Added separator support for **Sequence Space** and **Activity Cliffs**.
|
|
30
40
|
* Implemented showing monomer atomic structure in tooltips for macromolecules.
|
|
31
|
-
* For macromolecule
|
|
41
|
+
* For macromolecule cells, added the ability to show composition ratios in the property panel.
|
|
32
42
|
* We have structured the top menu by organizing the items into groups: SAR, Structure, Atomic level, and Search.
|
|
33
43
|
|
|
34
44
|
### Bug Fixes
|