@datagrok/helm 2.8.2 → 2.10.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/CHANGELOG.md +8 -0
- package/README.md +2 -2
- 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/helm-helper.ts +36 -5
- package/src/utils/helm-service.ts +14 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Helm changelog
|
|
2
2
|
|
|
3
|
+
## 2.10.0 (2025-04-14)
|
|
4
|
+
|
|
5
|
+
Non-Drawing HWE for faster pseudo-molfile retrieval
|
|
6
|
+
|
|
7
|
+
## 2.8.3 (2025-03-27)
|
|
8
|
+
|
|
9
|
+
Fix MAJOR bug with overcached renderer after using polytool rules
|
|
10
|
+
|
|
3
11
|
## 2.8.2 (2025-03-26)
|
|
4
12
|
|
|
5
13
|
Fix Helm Service editor moving datagrok page up
|
package/README.md
CHANGED
|
@@ -35,5 +35,5 @@ that is used in this integration.
|
|
|
35
35
|
|
|
36
36
|
See also:
|
|
37
37
|
|
|
38
|
-
*
|
|
39
|
-
*
|
|
38
|
+
* [HELM overview](https://pistoiaalliance.atlassian.net/wiki/spaces/HELM/overview)
|
|
39
|
+
* [HELM Web Editor](https://github.com/PistoiaHELM/HELMWebEditor)
|