@datagrok/helm 2.3.3 → 2.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Helm changelog
2
2
 
3
+ ## 2.4.1 (2024-08-16)
4
+
5
+ ### Features
6
+
7
+ * HWE option for continuous number, typing
8
+ * Add HelmInput mouse events, redraw, showTooltip
9
+ * Bump HWE dependencies versions
10
+
11
+ ### Bug fixes
12
+
13
+ * Polish HelmInput size handling, tooltip
14
+
15
+ ## 2.4.0 (2024-08-06)
16
+
17
+ ### Features
18
+
19
+ * Add monomer placeholders to HELMWebEditor palette
20
+
21
+ ### Bug fixes
22
+
23
+ ## 2.3.4 (2024-08-06)
24
+
25
+ ### Bug fixes
26
+
27
+ * Fix HelmInput/tooltip flapping test
28
+ * Fix dojo dijit locale to en-us
29
+ * Fix HELMWebEditor and Bio init order to handle monomer lib
30
+
3
31
  ## 2.3.3 (2024-08-05)
4
32
 
5
33
  ### Features