@knime/hub-features 1.34.1 → 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,16 @@
|
|
|
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
|
+
|
|
3
14
|
## 1.34.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -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",
|