diff --git a/.changeset/fix-transition-duration-zero-jitter.md b/.changeset/fix-transition-duration-zero-jitter.md deleted file mode 100644 index 056d01d38..000000000 --- a/.changeset/fix-transition-duration-zero-jitter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/core": patch ---- - -Fix intermittent incorrect transition state when `transitionDuration` is set to 0 by ensuring `now >= eventDate` in the initial aggregate call within `dispatchEvent`. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 5678de6c4..75ae2a21c 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @stackflow/core +## 1.3.2 + +### Patch Changes + +- 0160f82: Fix intermittent incorrect transition state when `transitionDuration` is set to 0 by ensuring `now >= eventDate` in the initial aggregate call within `dispatchEvent`. + ## 1.3.1 ### Patch Changes diff --git a/core/package.json b/core/package.json index ed5aef9c5..691dbc17c 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/core", - "version": "1.3.1", + "version": "1.3.2", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git", diff --git a/docs/components/ChangelogContent.mdx b/docs/components/ChangelogContent.mdx index 40077b8eb..628db3003 100644 --- a/docs/components/ChangelogContent.mdx +++ b/docs/components/ChangelogContent.mdx @@ -1,3 +1,12 @@ +## 2026.04.03 + +Fix intermittent incorrect transition state when `transitionDuration` is set to 0 by ensuring `now >= eventDate` in the initial aggregate call within `dispatchEvent`. [`0160f82`](https://github.com/daangn/stackflow/commit/0160f82738e45932d13715564c4d1da2c4698c18) + +Released packages: +- 📦 [@stackflow/core@1.3.2](https://npmjs.com/package/@stackflow/core/v/1.3.2) + +--- + ## 2026.03.30 Add blockerPlugin and useBlocker hook for navigation blocking [`c740c5e`](https://github.com/daangn/stackflow/commit/c740c5e28c30afc23fff8705c405cefa514a1f35)