@datagrok/bio 2.8.3 → 2.8.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
@@ -4,9 +4,23 @@
4
4
 
5
5
  *Dependency: datagrok-api >= 1.13.3*
6
6
 
7
+ ### Features
8
+
9
+ * WebLogo: add property showPositionLabels
10
+ * WebLogo: optimized with splitterAsFastaSimple
11
+ * VdRegionsViewer: optimized preventing rebuild on positionWidth changed and resize
12
+ * VdRegionsViewer: to fit WebLogo enclosed on positionWidth of value 0
13
+ * WebLogo: disable userEditable for fixWidth
14
+
7
15
  ### Bug fixes
8
16
 
9
- * Fix vdRegionsViewer viewer package function name consistency
17
+ * Fix vdRegionsViewer viewer package function name consistency
18
+ * GROK-13310: Bio | Tools: Fix Split to monomers for multiple runs
19
+ * GROK-12675: Bio | Tools: Fix Composition dialog error on selection column
20
+ * Allow characters '(', ')', ',', '-', '_' in monomer names for fasta splitter
21
+ * WebLogo: Fix horizontal alignment to left while fixWidth
22
+ * WebLogo: Fix layout for fixWidth, fitArea, and normal modes
23
+ * VdRegionsViewer: Fix postponed rendering for tests
10
24
 
11
25
  ## 2.8.2 (2023-08-01)
12
26