Skip to content

Version Packages - #190

Merged
SandroMaglione merged 1 commit into
mainfrom
changeset-release/main
Aug 28, 2026
Merged

Version Packages#190
SandroMaglione merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@typeonce/effect-machine@0.28.0

Minor Changes

  • 9aab73e: Add AtomMachine.family and AtomMachine.familyChild for keyed machine atoms that retain their machine bridge and use weak family values when the runtime supports them.

    The machine startup input is the root family key. Define each public readonly or writable atom once, then look it up directly from React without useMemo:

    const processAtoms = AtomMachine.family(processMachine, {
      atoms: {
        details: AtomMachine.select("Processing"),
        send: (machine) => machine.send,
      },
    });

    Root and child selectors now also support data-last calls such as AtomMachine.select("Processing")(machine).

@typeonce/effect-machine-devtools@0.28.0

Patch Changes

  • e4b0785: Make statecharts denser by flowing states from top to bottom, replacing full initial-entry lanes with compact top-entry markers, and sizing state cards from their visible names and invocations.

    State values now appear as compact JSON-shaped type previews in the state inspector instead of occupying the topology. Transition labels sit directly on clear route segments when space permits, hierarchy-crossing routes avoid compound-state headers, and routes attach to their actual source and target before turning. Horizontally scrolling machine tabs also keep their position when selecting or live-reloading a machine.

    Charts remain available when every deterministic layout has only cosmetic label-to-route crossings. Structural failures such as detached edges, node crossings, and overlapping routes still prevent rendering.

  • Updated dependencies [9aab73e]

    • @typeonce/effect-machine@0.28.0

@typeonce/oxlint-plugin-effect-machine@0.28.0

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 218dfbc to e0844e8 Compare August 28, 2026 10:40
@SandroMaglione
SandroMaglione merged commit 68092b8 into main Aug 28, 2026
8 checks passed
@SandroMaglione
SandroMaglione deleted the changeset-release/main branch August 28, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant