@knime/hub-features 1.34.0 → 1.35.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
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @knime/hub-features
|
|
2
2
|
|
|
3
|
+
## 1.35.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bf4be07: Adjust execution-related analytic events to improve uniqueness and fine-tune interaction properties
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- d9c0db0: `objectUploadedFromSpacePage` location changed from main_area to navigation_bar
|
|
12
|
+
- 704f55c: Add `objectUploadedCanvasDragDropFile` event
|
|
13
|
+
|
|
14
|
+
## 1.34.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [e246bf3]
|
|
19
|
+
- @knime/styles@1.15.3
|
|
20
|
+
- @knime/components@1.46.10
|
|
21
|
+
|
|
3
22
|
## 1.34.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/hub-features",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.0",
|
|
4
4
|
"description": "Vue components & composables for shared hub features",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"lodash-es": "4.18.1",
|
|
40
40
|
"ofetch": "^1.4.1",
|
|
41
41
|
"typescript": "^5.9.3",
|
|
42
|
-
"@knime/
|
|
43
|
-
"@knime/
|
|
42
|
+
"@knime/components": "1.46.10",
|
|
43
|
+
"@knime/styles": "1.15.3",
|
|
44
44
|
"@knime/utils": "1.11.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
@@ -303,7 +303,7 @@ export const objectUploadedFromSpacePage = <T extends DefaultContext>(ctx: T) =>
|
|
|
303
303
|
event_source: "cloudhome",
|
|
304
304
|
event_display_name: "Object Uploaded",
|
|
305
305
|
interaction: {
|
|
306
|
-
location: "
|
|
306
|
+
location: "navigation_bar",
|
|
307
307
|
page: "space",
|
|
308
308
|
trigger: "user",
|
|
309
309
|
type: "click",
|