Skip to content

Releases: southleft/story-ui

v4.13.3

13 Mar 05:05

Choose a tag to compare

4.13.3 (2026-03-13)

Bug Fixes

  • generator: update OpenAI and Gemini model IDs to current versions (d37b8ae)

v4.13.2

13 Mar 04:54

Choose a tag to compare

4.13.2 (2026-03-13)

Bug Fixes

  • generator: update Claude model IDs to current versions (5014087)

v4.13.1

13 Mar 04:39

Choose a tag to compare

4.13.1 (2026-03-13)

Bug Fixes

  • ui: fix Voice Canvas stuck-in-thinking race condition and add last-prompt display (42d3916)

v4.13.0

13 Mar 02:18

Choose a tag to compare

4.13.0 (2026-03-13)

Bug Fixes

  • mcp: escape backslashes in prop strings and fix JSDoc on upsert (f89e459)
  • ui: add text input fallback and no-speech feedback to Voice Canvas (b53a6ef)
  • ui: auto-detect working mic and suggest system default change in Voice Canvas (6181936)
  • ui: auto-title canvas saves from last voice prompt, remove save dialog (7e268eb)
  • ui: clear canvas after save so scratchpad and saved story are distinct (cfc0ade)
  • ui: detect silent mic device and show actionable warning in Voice Canvas (7f49319)
  • ui: fix Voice Canvas SSE parsing and generate-while-speaking (474ecef)
  • ui: handle no-history stories correctly when selected from chat list (d39375e)
  • ui: persist Voice Canvas state across Storybook reloads (eab88cf)
  • ui: prevent page reload from killing Voice Canvas on first use (10f4273)
  • ui: remove text input from Voice Canvas; gate on Web Speech API (8f975fa)
  • ui: sync story/chat titles, ordering, delete, and rename propagation (68b4995)
  • ui: synthesize conversations from metadata.prompt for all generated stories (256ffd3)

Features

  • mcp: add manifest-based story/chat sync system (47be809)
  • mcp: auto-install react-live on first Voice Canvas use (95fde5a)
  • ui: add deterministic style-to-token mapping for voice-to-story conversion (7643944)
  • ui: add section-tagged edits and dedicated story conversion endpoint (6c22c43)
  • ui: add Voice Canvas mode for ephemeral voice-to-UI generation (4f93e34)
  • ui: add voice-activated UI generation (9b4a6fd)
  • ui: decouple Voice Canvas from Mantine, gate to React-only (de2bdcd)
  • ui: replace lightning badge with subtle border; seed voice story conversations (ad6c595)
  • ui: rewrite Voice Canvas v5 with Storybook iframe + postMessage (d3fb822)
  • ui: sync chat list order with Storybook sidebar and surface MCP stories (a733acf)

v4.12.1

07 Mar 22:09

Choose a tag to compare

4.12.1 (2026-03-07)

Bug Fixes

  • security hardening, chat sync bugs, and code cleanup (141e31d)

v4.12.0

13 Jan 02:15

Choose a tag to compare

4.12.0 (2026-01-13)

Bug Fixes

  • filter empty strings from import extraction to handle trailing commas (d9ed689)
  • respect useStorybookMcp toggle in story generation (ce71db3)

Features

  • fetch component context from Storybook manifest endpoint (d4695d8)

v4.11.0

12 Jan 23:25

Choose a tag to compare

4.11.0 (2026-01-12)

Features

  • add Storybook MCP context toggle to Story UI panel (e4d0532)

v4.10.0

11 Jan 18:53

Choose a tag to compare

4.10.0 (2026-01-11)

Features

  • ui: add auto-expanding textarea for multi-line prompts (0a44b9f)

v4.9.2

11 Jan 18:01

Choose a tag to compare

4.9.2 (2026-01-11)

Bug Fixes

  • cli: remove StoryUI panel from gitignore patterns (d2e1277)

v4.9.1

11 Jan 14:44

Choose a tag to compare

4.9.1 (2026-01-11)

Bug Fixes

  • generator: resolve relative paths against config file directory (e3ecc21)