@datagrok/helm 2.1.34 → 2.2.0

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,24 @@
1
1
  # Helm changelog
2
2
 
3
+ ## 2.2.0 (2024-05-01)
4
+
5
+ Optimize cell renderer on async renderer base
6
+
7
+ ### Features
8
+
9
+ * Add interactivity on monomers into HelmGridCellRenderer
10
+ * Add sync render cell from cache (Helm editor specific)
11
+ * Prioritize render queue by task consumer id and callback
12
+ * Add HelmService test
13
+ * Add Helm cell renderer test for scatter plot
14
+ * Use types of Pistoia Helm, get rid of ts-ignore
15
+ * Add handling missing monomers with Helm cell renderer
16
+
17
+ ### Bug fixes
18
+
19
+ * Fix Helm cell renderer to clear editor on empty cell value
20
+ * Fix alert message box with compressed Scilligence.JSDraw2.Lite.js
21
+
3
22
  ## 2.1.34 (2024-04-22)
4
23
 
5
24
  Fix Helm grid cell renderer