Correct migration guide clone pattern and update changelog#4068
Merged
Madoshakalaka merged 1 commit intomasterfrom Mar 10, 2026
Merged
Correct migration guide clone pattern and update changelog#4068Madoshakalaka merged 1 commit intomasterfrom
Madoshakalaka merged 1 commit intomasterfrom
Conversation
|
Visit the preview URL for this PR (updated for commit bac980b): https://yew-rs--pr4068-fix-migration-guide-0xfvvxzb.web.app (expires Tue, 17 Mar 2026 14:19:12 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Fix the "before" code example in the 0.22-to-0.23 migration guide to clone state before moving into the first closure, preventing a double-move compile error. Updated across all 8 copies (en, ja, zh-Hans, zh-Hant in current + version-0.23). Also update the yew 0.23.0 changelog section with the full release notes including scheduler::flush, scheduler yielding, and migration guide link.
bbe38d3 to
bac980b
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.
the "before" pattern in the migration guide doesn't compile cuz I messed up
Also updating the yew 0.23.0 changelog with some accidentally left out PRs due to them not being labelled correctly.
Re-odered the sections too: Breaking -> Feature -> Bugs -> Improvements