@knime/product-features 0.4.2 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +111 -0
  2. package/package.json +8 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,111 @@
1
+ # @knime/product-features
2
+
3
+ ## 1.1.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7fe0e7d]
8
+ - Updated dependencies [98bbd6a]
9
+ - Updated dependencies [6263215]
10
+ - Updated dependencies [ff47623]
11
+ - Updated dependencies [8df670c]
12
+ - Updated dependencies [4d69942]
13
+ - @knime/kds-components@1.1.0
14
+ - @knime/kds-styles@1.1.0
15
+
16
+ ## 1.0.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [8f7a331]
21
+ - Updated dependencies [a05b472]
22
+ - @knime/kds-components@1.0.0
23
+ - @knime/kds-styles@1.0.0
24
+
25
+ ## 0.4.2
26
+
27
+ ### Patch Changes
28
+
29
+ - @knime/kds-components@0.31.0
30
+ - @knime/kds-styles@0.31.0
31
+
32
+ ## 0.4.1
33
+
34
+ ### Patch Changes
35
+
36
+ - 06fc4f9: Allow passing custom options to the internal fetch client that the upload/download feature uses
37
+
38
+ ## 0.4.0
39
+
40
+ ### Minor Changes
41
+
42
+ - c180e88: Add UploadProgressPanel and DownloadProgressPanel
43
+ - c5776f1: Add toasts and rfcErrors packages
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [c3d0507]
48
+ - Updated dependencies [d896ae8]
49
+ - Updated dependencies [dcd8cf9]
50
+ - Updated dependencies [c5776f1]
51
+ - @knime/kds-components@0.30.3
52
+ - @knime/kds-styles@0.30.3
53
+
54
+ ## 0.3.0
55
+
56
+ ### Minor Changes
57
+
58
+ - 0bab785: Add versions package (VersionHistory, CreateVersionForm)
59
+
60
+ ### Patch Changes
61
+
62
+ - 9a083c3: Add: `KdsPromptInput`
63
+
64
+ ## 0.2.3
65
+
66
+ ### Patch Changes
67
+
68
+ - Updated dependencies [e0a3ce6]
69
+ - @knime/kds-components@0.30.0
70
+ - @knime/kds-styles@0.30.0
71
+
72
+ ## 0.2.2
73
+
74
+ ### Patch Changes
75
+
76
+ - 44fab6e: Add tabBarFullWidth prop to NodeDescriptionTabs
77
+ - Updated dependencies [252e71b]
78
+ - @knime/kds-components@0.29.3
79
+ - @knime/kds-styles@0.29.3
80
+
81
+ ## 0.2.1
82
+
83
+ ### Patch Changes
84
+
85
+ - 20d59ae: Center align NodeDescriptionTabs empty state
86
+
87
+ ## 0.2.0
88
+
89
+ ### Minor Changes
90
+
91
+ - b8caf82: `NodeDescriptionTabs`: Adjust types, styles and layout based on data (e.g for views tab)
92
+
93
+ ### Patch Changes
94
+
95
+ - Updated dependencies [68a53dd]
96
+ - Updated dependencies [61d2f6b]
97
+ - @knime/kds-components@0.29.2
98
+ - @knime/kds-styles@0.29.2
99
+
100
+ ## 0.1.0
101
+
102
+ ### Minor Changes
103
+
104
+ - Added NodeDescriptonTabs and PortIcon components
105
+
106
+ ### Patch Changes
107
+
108
+ - Updated dependencies [6d7510a]
109
+ - Updated dependencies [8ce48b8]
110
+ - @knime/kds-components@0.29.0
111
+ - @knime/kds-styles@0.29.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/product-features",
3
- "version": "0.4.2",
3
+ "version": "1.1.0",
4
4
  "description": "Package containing composition patterns of KDS Components and KNIME business logic",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,19 +43,20 @@
43
43
  }
44
44
  },
45
45
  "files": [
46
- "dist"
46
+ "dist",
47
+ "CHANGELOG.md"
47
48
  ],
48
49
  "peerDependencies": {
49
50
  "@vueuse/core": "~13.8.0",
50
51
  "es-toolkit": "^1.46.1",
51
52
  "ofetch": "^1.5.1",
52
53
  "vue": "~3.5.0",
53
- "@knime/kds-components": "^0.31.0"
54
+ "@knime/kds-components": "^1.1.0",
55
+ "@knime/kds-styles": "^1.1.0"
54
56
  },
55
57
  "dependencies": {
56
58
  "@knime/utils": "^1.11.0",
57
- "consola": "^3.4.2",
58
- "@knime/kds-styles": "^0.31.0"
59
+ "consola": "^3.4.2"
59
60
  },
60
61
  "devDependencies": {
61
62
  "@storybook/addon-docs": "^10.4.3",
@@ -78,7 +79,8 @@
78
79
  "vite-svg-loader": "^5.1.1",
79
80
  "vue": "3.5.32",
80
81
  "vue-tsc": "^3.3.4",
81
- "@knime/kds-components": "^0.31.0"
82
+ "@knime/kds-components": "^1.1.0",
83
+ "@knime/kds-styles": "^1.1.0"
82
84
  },
83
85
  "engines": {
84
86
  "node": "24.10.0",