@datagrok/helm 2.1.30 → 2.1.32
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 +18 -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 +5 -5
- package/src/cell-renderer.ts +7 -12
- package/src/helm-monomer-placer.ts +55 -24
- package/src/package-test.ts +1 -0
- package/src/package.ts +17 -15
- package/src/tests/get-all-parts-tests.ts +34 -0
- package/src/tests/properties-widget-tests.ts +21 -3
- package/src/widgets/properties-widget.ts +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Helm changelog
|
|
2
2
|
|
|
3
|
+
## 2.1.32 (2024-04-15)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* Add displaying a monomer's origin lib
|
|
8
|
+
|
|
9
|
+
### Bug fixes
|
|
10
|
+
|
|
11
|
+
* Fix tests for default lib settings
|
|
12
|
+
* Invalidate monomer placer cache on monomer lib changed
|
|
13
|
+
|
|
14
|
+
## 2.1.31 (2024-03-30)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* #2707: Add original and canonical to monomer
|
|
19
|
+
* Bump dependencies versions
|
|
20
|
+
|
|
3
21
|
## 2.1.30 (2024-03-13)
|
|
4
22
|
|
|
5
23
|
### Features
|