@seed-ship/mcp-ui-solid 2.15.0 → 3.0.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/README.md CHANGED
@@ -5,11 +5,12 @@ SolidJS components + chat toolkit for MCP-generated UI. Part of the [MCP UI ecos
5
5
  [![npm version](https://img.shields.io/npm/v/@seed-ship/mcp-ui-solid.svg)](https://www.npmjs.com/package/@seed-ship/mcp-ui-solid)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
- ## What's New in v2.14.0
8
+ ## What's New in v3.0.0
9
9
 
10
- - **Multi-source scratchpad** - 14 section types incl. `error` (retry), `source_card` (capabilities), `diff` (comparison). `asyncAction` loading state, `pinned` mode. `sectionMode` append/upsert, `stepper`, action aliases.
11
- - **Smart field status** - `fieldStatus` per field: `required`/`unsupported`/`unknown`. `statusReason` explains why.
12
- - **Universal HITL protocol** - ScratchpadPanel for ALL connectors with `onSubmit`, error+retry, feedback
10
+ - **18 form field types** - Added range/slider, tags/chips input, toggle switch, fieldset group. Total: text, email, password, number, date, textarea, select (multi), checkbox, radio, autocomplete (multi), range, tags, toggle, fieldset
11
+ - **14 scratchpad section types** - data, filter, preview, message, action, steps, form, understanding, feedback, prompt, stepper, error, source_card, diff
12
+ - **Smart field status** - `fieldStatus` (required/unsupported/unknown) + `statusReason`. Auto-exclude unsupported from submit.
13
+ - **Multi-source HITL** - sectionMode append/upsert, asyncAction, pinned, debug overlay, turn state
13
14
  - **HITL multi-tour** - Turn state, progression stepper, understanding/feedback/prompt sections
14
15
  - **Interactive filter chips** - Click to edit (text or select), "+" to add filters
15
16
  - **Embedded forms** - FormFieldRenderer in scratchpad with depends_on reactive fields