@datagrok/helm 2.1.34 → 2.2.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/.eslintrc.json CHANGED
@@ -32,7 +32,7 @@
32
32
  "comma-dangle": [
33
33
  "error", {
34
34
  "arrays": "only-multiline",
35
- "functions": "never",
35
+ "functions": "only-multiline",
36
36
  "objects": "only-multiline",
37
37
  "imports": "only-multiline"
38
38
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Helm changelog
2
2
 
3
+ ## 2.2.1 (2024-05-13)
4
+
5
+ ### Features
6
+
7
+ * Use Bio monomerLib within Helm Web Editor
8
+
9
+ ### Bug fixes
10
+
11
+ * Optimize getMonomer tests to prevent reloading the monomer lib
12
+ * Add tests for adding missing monomers with Helm Web Editor
13
+
14
+ ## 2.2.0 (2024-05-01)
15
+
16
+ Optimize cell renderer on async renderer base
17
+
18
+ ### Features
19
+
20
+ * Add interactivity on monomers into HelmGridCellRenderer
21
+ * Add sync render cell from cache (Helm editor specific)
22
+ * Prioritize render queue by task consumer id and callback
23
+ * Add HelmService test
24
+ * Add Helm cell renderer test for scatter plot
25
+ * Use types of Pistoia Helm, get rid of ts-ignore
26
+ * Add handling missing monomers with Helm cell renderer
27
+
28
+ ### Bug fixes
29
+
30
+ * Fix Helm cell renderer to clear editor on empty cell value
31
+ * Fix alert message box with compressed Scilligence.JSDraw2.Lite.js
32
+
3
33
  ## 2.1.34 (2024-04-22)
4
34
 
5
35
  Fix Helm grid cell renderer