@tduniec/plugin-template-designer 0.3.3 → 0.3.4

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 ADDED
@@ -0,0 +1,125 @@
1
+ ## [0.3.4](https://github.com/tduniec/template-designer-plugin/compare/v0.3.3...v0.3.4) (2025-12-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * backstage pattern resolution during publishing ([#51](https://github.com/tduniec/template-designer-plugin/issues/51)) ([57328b7](https://github.com/tduniec/template-designer-plugin/commit/57328b7b7b5ea3328bf4fb03c1c7f6cb879204ae))
7
+
8
+ ## [0.3.3](https://github.com/tduniec/template-designer-plugin/compare/v0.3.2...v0.3.3) (2025-11-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * export icon ([#50](https://github.com/tduniec/template-designer-plugin/issues/50)) ([73afac4](https://github.com/tduniec/template-designer-plugin/commit/73afac487f2112a17d19f877eaea845f68370df1))
14
+
15
+ ## [0.3.2](https://github.com/tduniec/template-designer-plugin/compare/v0.3.1...v0.3.2) (2025-11-28)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * visual improvements and logo ([6da7314](https://github.com/tduniec/template-designer-plugin/commit/6da73148c1b066272d760c4b49587cc7f02dad07))
21
+
22
+ ## [0.3.1](https://github.com/tduniec/template-designer-plugin/compare/v0.3.0...v0.3.1) (2025-11-28)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * Performance imporvements ([#48](https://github.com/tduniec/template-designer-plugin/issues/48)) ([510dec7](https://github.com/tduniec/template-designer-plugin/commit/510dec7c9c1eaebf688c170800b3c93f3d9f5411))
28
+
29
+ # [0.3.0](https://github.com/tduniec/template-designer-plugin/compare/v0.2.3...v0.3.0) (2025-11-28)
30
+
31
+
32
+ ### Features
33
+
34
+ * add support to select existing template ([#40](https://github.com/tduniec/template-designer-plugin/issues/40)) ([6100138](https://github.com/tduniec/template-designer-plugin/commit/610013862d7264d2631018c0188341e8302e86f0))
35
+ * add support for nfs ([#36](https://github.com/tduniec/template-designer-plugin/issues/36)) ([8fa3464](https://github.com/tduniec/template-designer-plugin/commit/8fa34648c0e0b85b7bb553b562eb8cb63404258a)), closes [#38](https://github.com/tduniec/template-designer-plugin/issues/38)
36
+
37
+
38
+ ## [0.2.5](https://github.com/tduniec/template-designer-plugin/compare/v0.2.3...v0.2.5) (2025-11-28)
39
+
40
+ ### Bug Fixes
41
+
42
+ * add support for nfs ([#36](https://github.com/tduniec/template-designer-plugin/issues/36)) ([8fa3464](https://github.com/tduniec/template-designer-plugin/commit/8fa34648c0e0b85b7bb553b562eb8cb63404258a)), closes [#38](https://github.com/tduniec/template-designer-plugin/issues/38)
43
+
44
+ ## [0.2.4](https://github.com/tduniec/template-designer-plugin/compare/v0.2.3...v0.2.4) (2025-11-28)
45
+
46
+ ### Bug Fixes
47
+
48
+ * add support for nfs ([#36](https://github.com/tduniec/template-designer-plugin/issues/36)) ([8fa3464](https://github.com/tduniec/template-designer-plugin/commit/8fa34648c0e0b85b7bb553b562eb8cb63404258a)), closes [#38](https://github.com/tduniec/template-designer-plugin/issues/38)
49
+
50
+ ## [0.2.3](https://github.com/tduniec/template-designer-plugin/compare/v0.2.2...v0.2.3) (2025-11-20)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * actionNode automcomplete options ([f94e905](https://github.com/tduniec/template-designer-plugin/commit/f94e9053e9e9041034b7b02bd4f348eca0ca8d4f))
56
+ * adding delete actioNode option ([b23f3d3](https://github.com/tduniec/template-designer-plugin/commit/b23f3d34158c7ff6f1fd5e43a1384530dbf97e78))
57
+ * adding required fields validation on the actionNode ([b0eb801](https://github.com/tduniec/template-designer-plugin/commit/b0eb8010cb62285822c70fbed44dcd31545f71c5))
58
+ * improved yaml renders in codemirror ([7ea98a4](https://github.com/tduniec/template-designer-plugin/commit/7ea98a4ffada1156e81aab8134abf08d8ac78f65))
59
+
60
+ ## [0.2.2](https://github.com/tduniec/template-designer-plugin/compare/v0.2.1...v0.2.2) (2025-11-20)
61
+
62
+
63
+ ### Bug Fixes
64
+
65
+ * codemirror-lang missing dependency ([4b1375e](https://github.com/tduniec/template-designer-plugin/commit/4b1375eee9527a73ddbfaae83106894259e3f7b4))
66
+
67
+ ## [0.2.1](https://github.com/tduniec/template-designer-plugin/compare/v0.2.0...v0.2.1) (2025-11-19)
68
+
69
+
70
+ ### Bug Fixes
71
+
72
+ * peerDependencies for react and codemirror ([bcb20f0](https://github.com/tduniec/template-designer-plugin/commit/bcb20f002eca7ebf8f9fb15a419c220c851035ff))
73
+
74
+ # [0.2.0](https://github.com/tduniec/template-designer-plugin/compare/v0.1.7...v0.2.0) (2025-11-19)
75
+
76
+
77
+ ### Features
78
+
79
+ * initial public release ([72f9a9c](https://github.com/tduniec/template-designer-plugin/commit/72f9a9c9b976721560fb025362ae6d2bd2ad8f1c))
80
+
81
+ ## [0.1.7](https://github.com/tduniec/template-designer-plugin/compare/v0.1.6...v0.1.7) (2025-11-17)
82
+
83
+
84
+ ### Bug Fixes
85
+
86
+ * node layout fixes ([e011101](https://github.com/tduniec/template-designer-plugin/commit/e01110143a254e1c0ad9a270fb348298f0774920))
87
+
88
+ ## [0.1.6](https://github.com/tduniec/template-designer-plugin/compare/v0.1.5...v0.1.6) (2025-11-13)
89
+
90
+
91
+ ### Bug Fixes
92
+
93
+ * major refactor of core components for readability and maintainability ([024d15e](https://github.com/tduniec/template-designer-plugin/commit/024d15e5d09820689504b6a3415457df32781cc7))
94
+
95
+ ## [0.1.5](https://github.com/tduniec/template-designer-plugin/compare/v0.1.4...v0.1.5) (2025-11-08)
96
+
97
+
98
+ ### Bug Fixes
99
+
100
+ * adding text field editor ([#15](https://github.com/tduniec/template-designer-plugin/issues/15)) ([1e8d2c1](https://github.com/tduniec/template-designer-plugin/commit/1e8d2c1b7be8129c500bb849d21a2bd0064c251d))
101
+
102
+ ## [0.1.4](https://github.com/tduniec/template-designer-plugin/compare/v0.1.3...v0.1.4) (2025-11-08)
103
+
104
+
105
+ ### Bug Fixes
106
+
107
+ * initializing parameters as subflows ([#14](https://github.com/tduniec/template-designer-plugin/issues/14)) ([59db1bb](https://github.com/tduniec/template-designer-plugin/commit/59db1bb7cc3e313c9a53f9c03f9905eb37aa8247))
108
+
109
+ ## [0.1.3](https://github.com/tduniec/template-designer-plugin/compare/v0.1.2...v0.1.3) (2025-11-05)
110
+
111
+ ### Bug Fixes
112
+
113
+ - adding output modules in react flow ([df6f515](https://github.com/tduniec/template-designer-plugin/commit/df6f515b3e17294206923fd9646f46ea187ee3ef))
114
+
115
+ ## [0.1.2](https://github.com/tduniec/template-designer-plugin/compare/v0.1.1...v0.1.2) (2025-11-05)
116
+
117
+ ### Bug Fixes
118
+
119
+ - adding features to work with files ([88e004e](https://github.com/tduniec/template-designer-plugin/commit/88e004e1faba49567190b3cb2f85b5ff86ad4ee1))
120
+
121
+ ## [0.1.1](https://github.com/tduniec/template-designer-plugin/compare/v0.1.0...v0.1.1) (2025-11-03)
122
+
123
+ ### Bug Fixes
124
+
125
+ - init semantic-releases ([43b7164](https://github.com/tduniec/template-designer-plugin/commit/43b71649e8705040932d31bf9ef216537c35ea0d))
@@ -1,6 +1,6 @@
1
1
  var name = "@tduniec/plugin-template-designer";
2
2
  var description = "Template Designer turns blank Backstage YAML into a storyboard-like canvas, guiding anyone through drag-and-drop scaffolder authoring before ever touching code. Rally non-experts, broadcast best practices, and accelerate template launches directly inside Backstage.";
3
- var version = "0.3.2";
3
+ var version = "0.3.3";
4
4
  var license = "Apache-2.0";
5
5
  var keywords = [
6
6
  "backstage",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tduniec/plugin-template-designer",
3
3
  "description": "Template Designer turns blank Backstage YAML into a storyboard-like canvas, guiding anyone through drag-and-drop scaffolder authoring before ever touching code. Rally non-experts, broadcast best practices, and accelerate template launches directly inside Backstage.",
4
- "version": "0.3.3",
4
+ "version": "0.3.4",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
7
7
  "backstage",
@@ -70,14 +70,14 @@
70
70
  "*.{json,md}": "prettier --write"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/core-compat-api": "backstage:^",
74
- "@backstage/core-components": "backstage:^",
75
- "@backstage/core-plugin-api": "backstage:^",
76
- "@backstage/frontend-plugin-api": "backstage:^",
77
- "@backstage/plugin-catalog-react": "backstage:^",
78
- "@backstage/plugin-scaffolder-common": "backstage:^",
79
- "@backstage/plugin-scaffolder-react": "backstage:^",
80
- "@backstage/theme": "backstage:^",
73
+ "@backstage/core-compat-api": "^0.5.4",
74
+ "@backstage/core-components": "^0.18.3",
75
+ "@backstage/core-plugin-api": "^1.12.0",
76
+ "@backstage/frontend-plugin-api": "^0.13.1",
77
+ "@backstage/plugin-catalog-react": "^1.21.3",
78
+ "@backstage/plugin-scaffolder-common": "^1.7.3",
79
+ "@backstage/plugin-scaffolder-react": "^1.19.3",
80
+ "@backstage/theme": "^0.7.0",
81
81
  "@codemirror/lang-yaml": "^6.1.2",
82
82
  "@material-ui/core": "^4.12.4",
83
83
  "@material-ui/icons": "^4.11.3",
@@ -95,13 +95,13 @@
95
95
  "react-use": "^17.2.4"
96
96
  },
97
97
  "devDependencies": {
98
- "@backstage/catalog-client": "backstage:^",
99
- "@backstage/catalog-model": "backstage:^",
100
- "@backstage/cli": "backstage:^",
101
- "@backstage/core-app-api": "backstage:^",
102
- "@backstage/dev-utils": "backstage:^",
103
- "@backstage/plugin-catalog-common": "backstage:^",
104
- "@backstage/test-utils": "backstage:^",
98
+ "@backstage/catalog-client": "^1.12.1",
99
+ "@backstage/catalog-model": "^1.7.6",
100
+ "@backstage/cli": "^0.34.5",
101
+ "@backstage/core-app-api": "^1.19.2",
102
+ "@backstage/dev-utils": "^1.1.17",
103
+ "@backstage/plugin-catalog-common": "^1.1.7",
104
+ "@backstage/test-utils": "^1.7.13",
105
105
  "@codemirror/lang-yaml": "6.1.2",
106
106
  "@codemirror/state": "6.5.2",
107
107
  "@codemirror/view": "6.26.3",
@@ -109,6 +109,7 @@
109
109
  "@commitlint/config-conventional": "^20.0.0",
110
110
  "@semantic-release/changelog": "^6.0.3",
111
111
  "@semantic-release/commit-analyzer": "^13.0.1",
112
+ "@semantic-release/exec": "^7.1.0",
112
113
  "@semantic-release/git": "^10.0.1",
113
114
  "@semantic-release/github": "^12.0.1",
114
115
  "@semantic-release/npm": "^13.1.1",
@@ -147,4 +148,4 @@
147
148
  }
148
149
  },
149
150
  "module": "./dist/index.esm.js"
150
- }
151
+ }