@seed-ship/mcp-ui-solid 4.3.0 → 4.3.1

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
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [4.3.1] - 2026-04-11
9
+
10
+ ### Added — Debug Trace Mode for Forms & PPR
11
+
12
+ #### `debugTrace` prop on ScratchpadPanel
13
+ - Collapsible debug panel below each form section
14
+ - Per-field trace: prefill, source, displayHint, muted, prefillMode, valueFormat
15
+ - Submitted values display with success/empty indicators
16
+ - Auto-submit decision trace with reason (missing fields, user interaction, etc.)
17
+ - Server `_debug` data display (resolvers, routing, missing fields) when present
18
+ - Raw SSE payload viewer (collapsible JSON)
19
+ - Zero impact when disabled — no extra rendering or state
20
+
8
21
  ## [4.3.0] - 2026-04-11
9
22
 
10
23
  ### Added — Prefill Enhancements (Phase B)