Skip to content

Version Packages - #215

Merged
SandroMaglione merged 1 commit into
mainfrom
changeset-release/main
Sep 10, 2026
Merged

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

Conversation

@github-actions

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.36.0

Minor Changes

  • 21fbf58: Pass machine input directly to root initial constructors, including parallel regions, without retaining startup-only values in root data. A root transition uses { target: targets.root, input } to reconstruct root and its initial children with fresh input; reenter: true restarts the root lifecycle when the handler is at root. Root updates continue to use { update: targets.root, data } and retain active children.

    Use target instead of initial on event transitions. Named branch selectors now accept one construction object: select.checkout({ data: cart, states: { Review: { data: review } } }). Replace .from(value) with ({ data: value }), .decoded(value) with ({ decoded: true, data: value }), and chained owner updates with update: { data: owner } inside the same call. History fallbacks use target({ states: ... }) with a complete tree containing their owner.

    Input remains limited to root construction and the root's initial callbacks. Nested initializers use state data and ancestors. Explicit subtree construction preserves source-local parallel retention, schema validation, and declared branch inspection.

@typeonce/effect-machine-devtools@0.36.0

Patch Changes

  • Updated dependencies [21fbf58]
    • @typeonce/effect-machine@0.36.0

@typeonce/effect-machine-react@0.36.0

Patch Changes

  • Updated dependencies [21fbf58]
    • @typeonce/effect-machine@0.36.0

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

@SandroMaglione
SandroMaglione merged commit 89daed9 into main Sep 10, 2026
8 checks passed
@SandroMaglione
SandroMaglione deleted the changeset-release/main branch September 10, 2026 07:47
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