You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Lineage DAG recipe helpers.semiotic/recipes now exports lineage DAG helpers for
data-flow and KStreams-style network layouts, with tests covering stable topology layout.
KStreams docs demo. The docs add a KStreams recipe page and example data,
plus expanded custom network chart guidance for selection-aware layouts.
Fixed
Network custom layout selection metadata. Network custom layouts now preserve selection
metadata through pipeline layout and render paths, with regression coverage for selection
actions and NetworkCustomChart behavior.
Changed
Refreshed developer/dependency tooling, including Prettier, TypeScript ESLint, Rollup, and Sharp.