@tduniec/plugin-template-designer 0.4.6 → 0.4.8

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,17 @@
1
+ ## [0.4.8](https://github.com/tduniec/template-designer-plugin/compare/template-designer-v0.4.7...template-designer-v0.4.8) (2026-02-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * suggestions in poper and textfields, parse template initialy as yaml ([#68](https://github.com/tduniec/template-designer-plugin/issues/68)) ([31d47d2](https://github.com/tduniec/template-designer-plugin/commit/31d47d2a037cdfb323d4311a5550964741111b27))
7
+
8
+ ## [0.4.7](https://github.com/tduniec/template-designer-plugin/compare/template-designer-v0.4.6...template-designer-v0.4.7) (2026-02-15)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fix doubleclick editor ([#67](https://github.com/tduniec/template-designer-plugin/issues/67)) ([587f573](https://github.com/tduniec/template-designer-plugin/commit/587f573af29e48f4d3f0e36312bdef3af6689cf8))
14
+
1
15
  ## [0.4.6](https://github.com/tduniec/template-designer-plugin/compare/template-designer-v0.4.5...template-designer-v0.4.6) (2026-01-30)
2
16
 
3
17
 
@@ -1,5 +1,5 @@
1
1
  var name = "@tduniec/plugin-template-designer";
2
- var version = "0.4.5";
2
+ var version = "0.4.7";
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.6",
3
+ "version": "0.4.8",
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.10",
78
+ "@tduniec/plugin-template-designer-foundation": "^0.1.12",
79
79
  "@xyflow/react": "^12.8.6",
80
80
  "react-router-dom": "^6.23.0",
81
81
  "react-use": "^17.2.4"