@datagrok/helm 2.1.31 → 2.1.33

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,20 @@
1
1
  # Helm changelog
2
2
 
3
+ ## 2.1.33 (2024-04-19)
4
+
5
+ Fix cell renderer for scatter plot tooltip, add test
6
+
7
+ ## 2.1.32 (2024-04-15)
8
+
9
+ ### Features
10
+
11
+ * Add displaying a monomer's origin lib
12
+
13
+ ### Bug fixes
14
+
15
+ * Fix tests for default lib settings
16
+ * Invalidate monomer placer cache on monomer lib changed
17
+
3
18
  ## 2.1.31 (2024-03-30)
4
19
 
5
20
  ### Features