# XState 5.32.6 - Product: XState (https://whatsnew.fyi/product/xstate) - Vendor: Stately - Date: 2026-08-25 - Version: 5.32.6 - Original notes: https://github.com/statelyai/xstate/releases/tag/xstate%405.32.6 - Permalink: https://whatsnew.fyi/product/xstate/releases/5.32.6 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Machine snapshots now retain their machine-specific methods when initialization fails, so methods such as snapshot.matches(...) remain available on error snapshots ###### Patch Changes - [#5678](https://github.com/statelyai/xstate/pull/5678) [`397b425`](https://github.com/statelyai/xstate/commit/397b42536f53b899e6914219ac829616d5100823) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Machine snapshots now retain their machine-specific methods when initialization fails, so methods such as `snapshot.matches(...)` remain available on error snapshots.