Hypit

Changelog

  1. v1.0.0

    Layout review reads intent

    • Overlap candidates are compared only across independent component owners, so a child sitting inside its own component is no longer reported as a collision.
    • Simultaneous partial overlaps on the same Canvas are reported together. Full containment is omitted, and findings stay advisory rather than blocking a build.
    • Centering is checked vertically only — horizontal placement stays free for an intentional left or right bias — and the reference or brief's intent is authoritative before any repair.
  2. v0.1.0

    Runs resume, and previews are real

    • Preview mocks are realized natively in SVRun instead of hand-authored placeholders, so what you preview is built by the same path that renders it.
    • Route state is checkpointed as you go. An interrupted run resumes from its last good state rather than starting over.
    • Changes to a Source, Recipe, or Run after a build go through a durable revision route, which deliberately skips rendering and visual review so a small edit does not pay for a full pass.