@datagrok/helm 2.1.32 → 2.1.34
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 +9 -1
- package/dist/package-test.js +1 -1
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +4 -4
- package/src/cell-renderer.ts +27 -8
- package/src/helm-monomer-placer.ts +7 -13
- package/src/utils/index.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
# Helm changelog
|
|
2
2
|
|
|
3
|
+
## 2.1.34 (2024-04-22)
|
|
4
|
+
|
|
5
|
+
Fix Helm grid cell renderer
|
|
6
|
+
|
|
7
|
+
## 2.1.33 (2024-04-19)
|
|
8
|
+
|
|
9
|
+
Fix cell renderer for scatter plot tooltip, add test
|
|
10
|
+
|
|
3
11
|
## 2.1.32 (2024-04-15)
|
|
4
12
|
|
|
5
13
|
### Features
|
|
6
14
|
|
|
7
15
|
* Add displaying a monomer's origin lib
|
|
8
|
-
|
|
16
|
+
|
|
9
17
|
### Bug fixes
|
|
10
18
|
|
|
11
19
|
* Fix tests for default lib settings
|