@cosmicdrift/kumiko-renderer-web 0.215.2 → 0.215.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmicdrift/kumiko-renderer-web",
3
- "version": "0.215.2",
3
+ "version": "0.215.3",
4
4
  "description": "Web-platform bindings for @cosmicdrift/kumiko-renderer. HTML default-primitives, browser history-based navigation, EventSource-backed live events, and a one-call createKumikoApp that mounts the whole stack via react-dom.",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -16,9 +16,9 @@
16
16
  "./styles.css": "./src/styles.css"
17
17
  },
18
18
  "dependencies": {
19
- "@cosmicdrift/kumiko-dispatcher-live": "0.215.2",
20
- "@cosmicdrift/kumiko-headless": "0.215.2",
21
- "@cosmicdrift/kumiko-renderer": "0.215.2",
19
+ "@cosmicdrift/kumiko-dispatcher-live": "0.215.3",
20
+ "@cosmicdrift/kumiko-headless": "0.215.3",
21
+ "@cosmicdrift/kumiko-renderer": "0.215.3",
22
22
  "@radix-ui/react-dialog": "^1.1.15",
23
23
  "@radix-ui/react-dropdown-menu": "^2.1.16",
24
24
  "@radix-ui/react-label": "^2.1.8",
@@ -64,7 +64,7 @@
64
64
  "@types/react-dom": "^19.2.3",
65
65
  "jsdom": "^29.1.1",
66
66
  "tailwindcss": "^4.3.0",
67
- "@cosmicdrift/kumiko-locale-de": "0.215.2"
67
+ "@cosmicdrift/kumiko-locale-de": "0.215.3"
68
68
  },
69
69
  "repository": {
70
70
  "type": "git",
@@ -582,6 +582,7 @@ describe("RenderEdit — composed extension save (Bug-Bash 3 #1)", () => {
582
582
  kind: "extension",
583
583
  title: "Custom Fields",
584
584
  component: { react: { __component: "ComposedCF" } },
585
+ contributesToFormSubmit: true,
585
586
  },
586
587
  ],
587
588
  },
@@ -1550,6 +1551,7 @@ describe("RenderEdit wizard mode", () => {
1550
1551
  kind: "extension",
1551
1552
  title: "Custom Fields",
1552
1553
  component: { react: { __component: "ComposedCF" } },
1554
+ contributesToFormSubmit: true,
1553
1555
  },
1554
1556
  { title: "Basics", columns: 1, fields: [{ field: "title" }] },
1555
1557
  ],