@datagrok/bio 2.8.4 → 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
@@ -6,11 +6,21 @@
6
6
 
7
7
  ### Features
8
8
 
9
- * Add WebLogo property showPositionLabels
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
10
14
 
11
15
  ### Bug fixes
12
16
 
13
- * 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
14
24
 
15
25
  ## 2.8.2 (2023-08-01)
16
26