@tduniec/plugin-template-designer 0.4.3 → 0.4.5
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 +22 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## [0.4.5](https://github.com/tduniec/template-designer-plugin/compare/template-designer-v0.4.4...template-designer-v0.4.5) (2026-01-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **template-designer-foundation:** extedning form nodes for changes ([#63](https://github.com/tduniec/template-designer-plugin/issues/63)) ([d9585b7](https://github.com/tduniec/template-designer-plugin/commit/d9585b774bb5e6029fa158c7969f0d7f67f6dd32))
|
|
7
|
+
* **template-designer-foundation:** strip empty coditionals ([#64](https://github.com/tduniec/template-designer-plugin/issues/64)) ([77e3931](https://github.com/tduniec/template-designer-plugin/commit/77e3931cb7519c6b33b4b65fa75a2dc43d8a8a9d))
|
|
8
|
+
|
|
9
|
+
## [0.4.4](https://github.com/tduniec/template-designer-plugin/compare/template-designer-v0.4.3...template-designer-v0.4.4) (2026-01-12)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **template-designer-foundation:** adjustments for workspaces ([1143a50](https://github.com/tduniec/template-designer-plugin/commit/1143a50826842af450ae9f13feb39ee39574ba48))
|
|
15
|
+
* **template-designer-foundation:** animated rendering ([8d118d6](https://github.com/tduniec/template-designer-plugin/commit/8d118d63e657e4f2b3b1b44fd8e36f06936f873a))
|
|
16
|
+
* **template-designer-foundation:** codemirror theme to remove conflicts ([73260de](https://github.com/tduniec/template-designer-plugin/commit/73260de3fc3d4375fb81970d2ee5f3252366b805))
|
|
17
|
+
* **template-designer-foundation:** opening node for extension ([ff5540b](https://github.com/tduniec/template-designer-plugin/commit/ff5540b7da6537ef4901c8f5cd4b589981da249c))
|
|
18
|
+
* **template-designer-foundation:** opening the header of actionNode for children ([27ce24f](https://github.com/tduniec/template-designer-plugin/commit/27ce24ffca23c3af504237c94b3aee569d6fb8dd))
|
|
19
|
+
* **template-designer-foundation:** opening workspace to pass new buttons ([4ff5319](https://github.com/tduniec/template-designer-plugin/commit/4ff5319a73266018c1130b95139a48ba1d23085c))
|
|
20
|
+
* **template-designer-foundation:** order in actionNode for if and each ([abe52dc](https://github.com/tduniec/template-designer-plugin/commit/abe52dc620dd5c9b027540b0f6e47f6aae67469d))
|
|
21
|
+
* using new foundations ([a4e1a19](https://github.com/tduniec/template-designer-plugin/commit/a4e1a19927a59fb0ded8c9db83383215482cdb36))
|
|
22
|
+
|
|
1
23
|
## [0.4.3](https://github.com/tduniec/template-designer-plugin/compare/template-designer-v0.4.2...template-designer-v0.4.3) (2025-12-29)
|
|
2
24
|
|
|
3
25
|
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tduniec/plugin-template-designer",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@material-ui/core": "^4.12.4",
|
|
76
76
|
"@material-ui/icons": "^4.11.3",
|
|
77
77
|
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
78
|
-
"@tduniec/plugin-template-designer-foundation": "^0.1.
|
|
78
|
+
"@tduniec/plugin-template-designer-foundation": "^0.1.9",
|
|
79
79
|
"@xyflow/react": "^12.8.6",
|
|
80
80
|
"react-router-dom": "^6.23.0",
|
|
81
81
|
"react-use": "^17.2.4"
|