@datagrok/hit-triage 1.4.0 → 1.4.2
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 -0
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +1 -1
- package/src/app/hit-app-base.ts +3 -1
- package/src/app/hit-design-app.ts +30 -10
- package/src/package.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# HitTriage changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.2 (2025-02-03)
|
|
4
|
+
|
|
5
|
+
Correctly set semantic types for all columns in joining dataframes
|
|
6
|
+
|
|
7
|
+
## 1.4.1 (2025-01-31)
|
|
8
|
+
|
|
9
|
+
* Support current molecule sending to designer functions
|
|
10
|
+
* Support multiple molecule columns in joining dataframe
|
|
11
|
+
|
|
3
12
|
## 1.4.0 (2025-01-16)
|
|
4
13
|
|
|
5
14
|
* Support adding tables to hit design campaigns
|