Version Packages - #204
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2026 10:02
fd8b9f0 to
6d6f1a6
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2026 12:48
6d6f1a6 to
306050d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-devtools@0.32.0
Minor Changes
1160040: Model each machine with one
Machine.stateroot, passed toMachine.make({ root }). Rootfieldssupport data-only machines and shared data that survives child transitions. Replace the former top-level state map with a root descriptor, put child handlers underhandle({ states }), and useinitialfor root values orinitialConfigurationfor a complete startup override. Add direct target construction, non-reenteringself.update, and guards with ancestor fallback. Construct local event protocols from field records or import existing schemas with the explicitFromSchemasconstructors.Render typed state paths with React
MachineStateand own isolated instances withcreateMachineContext(AtomMachine.factory(machine)). Providers capture startup input without subscribing to state. Replace Atom bridge.statereads with.resultor path selectors;.snapshotretains runtime status. CoreMachineRef.stateremains available. Testing runs and probes accept public deferred event inputs and record decoded receipts.Encoded snapshots use version 2 and include the root at path
""; explicitly migrate older persisted snapshots before decoding. Replace removedMachine.Emit,Machine.Emits,Machine.EmitOf, andMachine.PseudoStateAnnotationsaliases withEmittedEvent,EmittedEvents,EmittedEventOf, andSchemaLessStateAnnotations.Patch Changes
163be91: Align
Machine.cantypes with its existing support for public and internal events. Querying an internal event does not make it sendable throughMachineRef.send. Preserve interruption during snapshot encoding and decoding, validate reused event and emission values, and capture machine definitions independently of caller mutations.Make
MachineTest.verifylazy and compare decoded values without lossy JSON serialization. Serialize concurrent devtools refreshes, stop watcher work with its server scope, and prevent lint rules from matching shadowed machine bindings.f0ba15d: Keep charts available for machines that transition between compound states and nested children.
Hierarchy routes now follow the vertical chart direction with stable source, terminal, label, and initial-marker clearance. This includes multi-branch fan-out and returns to a parent's initial configuration.
Parent-origin cues now identify transitions from an ancestor into deeply nested descendants. Transitions owned by parallel states, including child-invocation outcomes, use short local corridors instead of long ELK detours across the container.
Updated dependencies [1160040]
Updated dependencies [163be91]
@typeonce/effect-machine@0.32.0
Minor Changes
1160040: Model each machine with one
Machine.stateroot, passed toMachine.make({ root }). Rootfieldssupport data-only machines and shared data that survives child transitions. Replace the former top-level state map with a root descriptor, put child handlers underhandle({ states }), and useinitialfor root values orinitialConfigurationfor a complete startup override. Add direct target construction, non-reenteringself.update, and guards with ancestor fallback. Construct local event protocols from field records or import existing schemas with the explicitFromSchemasconstructors.Render typed state paths with React
MachineStateand own isolated instances withcreateMachineContext(AtomMachine.factory(machine)). Providers capture startup input without subscribing to state. Replace Atom bridge.statereads with.resultor path selectors;.snapshotretains runtime status. CoreMachineRef.stateremains available. Testing runs and probes accept public deferred event inputs and record decoded receipts.Encoded snapshots use version 2 and include the root at path
""; explicitly migrate older persisted snapshots before decoding. Replace removedMachine.Emit,Machine.Emits,Machine.EmitOf, andMachine.PseudoStateAnnotationsaliases withEmittedEvent,EmittedEvents,EmittedEventOf, andSchemaLessStateAnnotations.Patch Changes
163be91: Align
Machine.cantypes with its existing support for public and internal events. Querying an internal event does not make it sendable throughMachineRef.send. Preserve interruption during snapshot encoding and decoding, validate reused event and emission values, and capture machine definitions independently of caller mutations.Make
MachineTest.verifylazy and compare decoded values without lossy JSON serialization. Serialize concurrent devtools refreshes, stop watcher work with its server scope, and prevent lint rules from matching shadowed machine bindings.@typeonce/effect-machine-react@0.32.0
Minor Changes
1160040: Model each machine with one
Machine.stateroot, passed toMachine.make({ root }). Rootfieldssupport data-only machines and shared data that survives child transitions. Replace the former top-level state map with a root descriptor, put child handlers underhandle({ states }), and useinitialfor root values orinitialConfigurationfor a complete startup override. Add direct target construction, non-reenteringself.update, and guards with ancestor fallback. Construct local event protocols from field records or import existing schemas with the explicitFromSchemasconstructors.Render typed state paths with React
MachineStateand own isolated instances withcreateMachineContext(AtomMachine.factory(machine)). Providers capture startup input without subscribing to state. Replace Atom bridge.statereads with.resultor path selectors;.snapshotretains runtime status. CoreMachineRef.stateremains available. Testing runs and probes accept public deferred event inputs and record decoded receipts.Encoded snapshots use version 2 and include the root at path
""; explicitly migrate older persisted snapshots before decoding. Replace removedMachine.Emit,Machine.Emits,Machine.EmitOf, andMachine.PseudoStateAnnotationsaliases withEmittedEvent,EmittedEvents,EmittedEventOf, andSchemaLessStateAnnotations.Patch Changes
@typeonce/oxlint-plugin-effect-machine@0.32.0
Minor Changes
1160040: Model each machine with one
Machine.stateroot, passed toMachine.make({ root }). Rootfieldssupport data-only machines and shared data that survives child transitions. Replace the former top-level state map with a root descriptor, put child handlers underhandle({ states }), and useinitialfor root values orinitialConfigurationfor a complete startup override. Add direct target construction, non-reenteringself.update, and guards with ancestor fallback. Construct local event protocols from field records or import existing schemas with the explicitFromSchemasconstructors.Render typed state paths with React
MachineStateand own isolated instances withcreateMachineContext(AtomMachine.factory(machine)). Providers capture startup input without subscribing to state. Replace Atom bridge.statereads with.resultor path selectors;.snapshotretains runtime status. CoreMachineRef.stateremains available. Testing runs and probes accept public deferred event inputs and record decoded receipts.Encoded snapshots use version 2 and include the root at path
""; explicitly migrate older persisted snapshots before decoding. Replace removedMachine.Emit,Machine.Emits,Machine.EmitOf, andMachine.PseudoStateAnnotationsaliases withEmittedEvent,EmittedEvents,EmittedEventOf, andSchemaLessStateAnnotations.Patch Changes
163be91: Align
Machine.cantypes with its existing support for public and internal events. Querying an internal event does not make it sendable throughMachineRef.send. Preserve interruption during snapshot encoding and decoding, validate reused event and emission values, and capture machine definitions independently of caller mutations.Make
MachineTest.verifylazy and compare decoded values without lossy JSON serialization. Serialize concurrent devtools refreshes, stop watcher work with its server scope, and prevent lint rules from matching shadowed machine bindings.