Skip to content

Version Packages#714

Merged
ENvironmentSet merged 1 commit into
mainfrom
changeset-release/main
Jun 1, 2026
Merged

Version Packages#714
ENvironmentSet merged 1 commit into
mainfrom
changeset-release/main

Conversation

@daangnbot
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

@stackflow/plugin-history-sync@1.11.1

Patch Changes

  • b7724e9: Fix an SSR hydration mismatch that occurred when an activity declared a non-empty defaultHistory.

    The staged defaultHistory setup navigation was kicked off synchronously inside the onInit hook, which runs during the first client render. As a result, the client's first render contained more activities than the server-rendered output, producing a React hydration mismatch.

    The setup navigation is now kicked off from a post-commit effect instead, so the server and the client's first render produce identical output (eliminating the mismatch) while the staged "stacking" setup animation still plays after hydration.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jun 1, 2026

Deploying stackflow-demo with  Cloudflare Pages  Cloudflare Pages

Latest commit: 92bc4b3
Status: ✅  Deploy successful!
Preview URL: https://d0bc17a1.stackflow-demo.pages.dev
Branch Preview URL: https://changeset-release-main.stackflow-demo.pages.dev

View logs

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 1, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4a9fe587-eb46-4c07-ae8d-58aa240621ca

📥 Commits

Reviewing files that changed from the base of the PR and between b7724e9 and 92bc4b3.

📒 Files selected for processing (4)
  • .changeset/fix-ssr-hydration-default-history.md
  • docs/components/ChangelogContent.mdx
  • extensions/plugin-history-sync/CHANGELOG.md
  • extensions/plugin-history-sync/package.json
💤 Files with no reviewable changes (1)
  • .changeset/fix-ssr-hydration-default-history.md

📝 Walkthrough

Summary by CodeRabbit

  • Bug Fixes
    • Fixed an SSR hydration mismatch that occurred when activities had default history configured, ensuring consistent rendering between server and client while maintaining post-hydration animations.

Walkthrough

This PR releases patch version 1.11.1 for @stackflow/plugin-history-sync, documenting a fix for SSR hydration mismatch when activities specify non-empty defaultHistory. The fix moves staged setup navigation from synchronous onInit execution to post-commit effect to align first-render output between server and client while preserving stacking animation after hydration. Version and changelog entries are updated accordingly.

Changes

Release Documentation and Version Update

Layer / File(s) Summary
Release documentation and version bump
extensions/plugin-history-sync/package.json, extensions/plugin-history-sync/CHANGELOG.md, docs/components/ChangelogContent.mdx
Package version bumped from 1.11.0 to 1.11.1. New 1.11.1 patch changelog entry in plugin CHANGELOG describes the SSR hydration mismatch fix by moving staged defaultHistory setup navigation from synchronous onInit to post-commit effect. Public changelog updated with 2026.06.01 entry documenting the released package versions and fix details.

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Version Packages' is generic and does not clearly convey what specific change or fix is being released. Consider using a more descriptive title that indicates this is a release PR, such as 'Release: Fix SSR hydration mismatch in plugin-history-sync' to provide better context.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The description is comprehensive and directly related to the changeset, explaining the SSR hydration mismatch fix and the release details.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Jun 1, 2026

  • @stackflow/demo

    yarn add https://pkg.pr.new/@stackflow/link@714.tgz
    
    yarn add https://pkg.pr.new/@stackflow/plugin-history-sync@714.tgz
    

commit: 92bc4b3

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
stackflow-docs 92bc4b3 Commit Preview URL Jun 01 2026, 12:42 PM

Copy link
Copy Markdown
Collaborator

@ENvironmentSet ENvironmentSet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release verified: @stackflow/plugin-history-sync@1.11.1 (SSR hydration fix). Required CI (build/typecheck/test/changesets) green.

@ENvironmentSet ENvironmentSet merged commit a0c4cbb into main Jun 1, 2026
9 checks passed
@ENvironmentSet ENvironmentSet deleted the changeset-release/main branch June 1, 2026 12:45
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.

2 participants