Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (beta) #4373

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Version Packages (beta) #4373

merged 1 commit into from
Oct 20, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 19, 2023

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 next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

xstate@5.0.0-beta.36

Major Changes

  • #4372 c19e6fb1e Thanks @Andarist! - Removed State['_internalQueue'].

  • #4371 8b3f6647c Thanks @Andarist! - Changed behavior of always transitions. Previously they were always selected after selecting any transition (including the always transitions). Because of that it was relatively easy to create an infinite loop using them.

    Now they are no longer selected if the preceeding transition doesn't change the state of a machine.

  • #4377 14cb2ed0c Thanks @Andarist! - exit actions of all states are no longer called when the machine gets stopped externally. Note that they are still called when the machine reaches its final state.

Patch Changes

  • #4376 078eaaddd Thanks @Andarist! - Fixed an issue with exit actions being called twice when machine reached its final state.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 19, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 997fa3f:

Sandbox Source
XState Example Template Configuration
XState React Template Configuration

@github-actions github-actions bot force-pushed the changeset-release/next branch 3 times, most recently from 7cc5281 to 77a2cf7 Compare October 20, 2023 13:51
@davidkpiano davidkpiano merged commit 26542fc into next Oct 20, 2023
1 check passed
@davidkpiano davidkpiano deleted the changeset-release/next branch October 20, 2023 17:00
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.

None yet

1 participant