@datagrok/helm 2.5.7 → 2.5.9
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 +12 -0
- 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 +6 -6
- package/src/helm-helper.ts +4 -4
- package/src/package-utils.ts +2 -2
- package/src/package.ts +6 -5
- package/src/tests/get-monomer-tests.ts +4 -4
- package/src/tests/parse-helm-tests.ts +5 -5
- package/src/utils/get-hovered.ts +6 -3
- package/src/utils/get-monomer.ts +4 -4
- package/src/utils/helm-grid-cell-renderer.ts +11 -4
- package/src/utils/helm-service.ts +3 -3
- package/src/widgets/helm-input.ts +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Helm changelog
|
|
2
2
|
|
|
3
|
+
## 2.5.9 (2024-11-01)
|
|
4
|
+
|
|
5
|
+
Correct initialization of the Helm
|
|
6
|
+
|
|
7
|
+
## 2.5.8 (2024-10-31)
|
|
8
|
+
|
|
9
|
+
### Bug fixes
|
|
10
|
+
|
|
11
|
+
* Fix HelmInput for SeqValueBase
|
|
12
|
+
* Fix HelmGridCellRenderer for original and canonical symbols
|
|
13
|
+
* Fix using HelmAtom
|
|
14
|
+
|
|
3
15
|
## 2.5.7 (2024-10-24)
|
|
4
16
|
|
|
5
17
|
### Bug fixes
|