Minor changes
- 8f2c40b
Rewrite
Flowto use computed layout over relying on DOM layout.Flownow measures node sizes, reconstructs the flow tree, and computes node positions and connector paths from that derived state instead of chaining DOM rect reads. This keeps connectors aligned through resize and scroll changes, supports nested flow structures more predictably, and makes anchor-based connector placement follow the anchor midpoint. - ac39d46
Establish Judit as audt.ai's independently maintained Kumo fork, including the new npm package identity, CLI command, configuration file, documentation, and upstream compatibility policy.
- fdeeb74
Add
targetprop toSidebar.MenuSubButtonfor parity withSidebar.MenuButton— forwarded to the link whenhrefis set, so link sub-items can control where they open (e.g. same-tab cross-origin navigation). - b05ea3f
Add auto-resize support to InputArea and Textarea.
- 33cb988
Add vertical reference markers to TimeseriesChart.
- 0562dd1
Add horizontal threshold lines to TimeseriesChart.
Patch changes
- a90dc83
Include chart components exported from multi-component barrel directories in the generated component registry, with complete props metadata for generic interfaces.
- 0e440d4
Keep the mobile Sidebar open when focus moves to portaled interactive content.
- 67061e1
Disable Sidebar.MenuButton tooltips while the sidebar is expanded or peeking.