@datagrok/bio 2.10.4 → 2.10.6

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 CHANGED
@@ -9,21 +9,24 @@
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
14
+ * Fix similarity/diversity viewer tests.
12
15
 
13
16
  ## 2.10.0 (2023-09-06)
14
17
 
15
18
  ### Features
16
19
 
17
- * GetRegion for Macromolecule.
18
- * Top menu Bio | Convert | GetRegion dialog.
19
- * Add tests for UnitsHandler.getRegion.
20
- * Maintain `.positionNames` tag for GetRegion derived column.
21
- * Use `.regions` tag annotation for GetRegion dialog.
22
- * Fix mistyping top menu path for Identity scoring.
20
+ * GetRegion for Macromolecule:
21
+ * Added dialog Top menu Bio | Convert | GetRegion.
22
+ * Added maintaining `.positionNames` tag for GetRegion derived column.
23
+ * Added using `.regions` tag annotation for GetRegion dialog.
23
24
 
24
25
  ### Bug fixes
25
26
 
26
27
  * Fixed UnitsHandler.posList length.
28
+ * Fixed mistyping top menu path for Identity scoring.
29
+ * Fixed Get Region missed in short top menu.
27
30
 
28
31
  ## 2.9.0 (2023-08-30)
29
32