@tduniec/plugin-template-designer 0.4.2 → 0.4.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 CHANGED
@@ -1,3 +1,24 @@
1
+ ## [0.4.4](https://github.com/tduniec/template-designer-plugin/compare/template-designer-v0.4.3...template-designer-v0.4.4) (2026-01-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **template-designer-foundation:** adjustments for workspaces ([1143a50](https://github.com/tduniec/template-designer-plugin/commit/1143a50826842af450ae9f13feb39ee39574ba48))
7
+ * **template-designer-foundation:** animated rendering ([8d118d6](https://github.com/tduniec/template-designer-plugin/commit/8d118d63e657e4f2b3b1b44fd8e36f06936f873a))
8
+ * **template-designer-foundation:** codemirror theme to remove conflicts ([73260de](https://github.com/tduniec/template-designer-plugin/commit/73260de3fc3d4375fb81970d2ee5f3252366b805))
9
+ * **template-designer-foundation:** opening node for extension ([ff5540b](https://github.com/tduniec/template-designer-plugin/commit/ff5540b7da6537ef4901c8f5cd4b589981da249c))
10
+ * **template-designer-foundation:** opening the header of actionNode for children ([27ce24f](https://github.com/tduniec/template-designer-plugin/commit/27ce24ffca23c3af504237c94b3aee569d6fb8dd))
11
+ * **template-designer-foundation:** opening workspace to pass new buttons ([4ff5319](https://github.com/tduniec/template-designer-plugin/commit/4ff5319a73266018c1130b95139a48ba1d23085c))
12
+ * **template-designer-foundation:** order in actionNode for if and each ([abe52dc](https://github.com/tduniec/template-designer-plugin/commit/abe52dc620dd5c9b027540b0f6e47f6aae67469d))
13
+ * using new foundations ([a4e1a19](https://github.com/tduniec/template-designer-plugin/commit/a4e1a19927a59fb0ded8c9db83383215482cdb36))
14
+
15
+ ## [0.4.3](https://github.com/tduniec/template-designer-plugin/compare/template-designer-v0.4.2...template-designer-v0.4.3) (2025-12-29)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **template-designer-foundation:** codemirror dependency ([#60](https://github.com/tduniec/template-designer-plugin/issues/60)) ([fff1581](https://github.com/tduniec/template-designer-plugin/commit/fff15818acc743a11c403301cda1be814bcc7611))
21
+
1
22
  ## [0.4.2](https://github.com/tduniec/template-designer-plugin/compare/template-designer-v0.4.1...template-designer-v0.4.2) (2025-12-23)
2
23
 
3
24
 
@@ -1,5 +1,5 @@
1
1
  var name = "@tduniec/plugin-template-designer";
2
- var version = "0.4.1";
2
+ var version = "0.4.3";
3
3
  var license = "Apache-2.0";
4
4
  var main = "src/index.ts";
5
5
  var types = "src/index.ts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tduniec/plugin-template-designer",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
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.3",
78
+ "@tduniec/plugin-template-designer-foundation": "^0.1.7",
79
79
  "@xyflow/react": "^12.8.6",
80
80
  "react-router-dom": "^6.23.0",
81
81
  "react-use": "^17.2.4"