@knime/hub-features 1.34.1 → 1.35.1

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,22 @@
1
1
  # @knime/hub-features
2
2
 
3
+ ## 1.35.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 43b78d2: Add `customProperties` to `EmbeddingContext`
8
+
9
+ ## 1.35.0
10
+
11
+ ### Minor Changes
12
+
13
+ - bf4be07: Adjust execution-related analytic events to improve uniqueness and fine-tune interaction properties
14
+
15
+ ### Patch Changes
16
+
17
+ - d9c0db0: `objectUploadedFromSpacePage` location changed from main_area to navigation_bar
18
+ - 704f55c: Add `objectUploadedCanvasDragDropFile` event
19
+
3
20
  ## 1.34.1
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/hub-features",
3
- "version": "1.34.1",
3
+ "version": "1.35.1",
4
4
  "description": "Vue components & composables for shared hub features",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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: "main_area",
306
+ location: "navigation_bar",
307
307
  page: "space",
308
308
  trigger: "user",
309
309
  type: "click",