Skip to content

Kudzu 0.8.57 - Plain-object prop draft state

Choose a tag to compare

@bunzzeok bunzzeok released this 18 Aug 01:14
· 4 commits to main since this release

Kudzu 0.8.57 lets specialized setter-callback children initialize independent local draft state from one direct parent plain-object state prop.

  • Preserves the parent SignalIR while allocating independent child state ownership.
  • Proves object draft edits remain local until the authored callback commits them.
  • Keeps arrays, aliases, property paths, composed expressions, and object .toString() fail-closed.
  • Adds no ModuleIR, RouteIR, browser ABI, or runtime module changes.
  • Preserves zero-JavaScript static siblings.

Validation: 223/223 tests, 172 generated pages, and packed-package smoke passed.