Skip to content

chore(deps): update rust crate yew to 0.23.0#87

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/yew-monorepo
Open

chore(deps): update rust crate yew to 0.23.0#87
renovate[bot] wants to merge 1 commit intomainfrom
renovate/yew-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2026

This PR contains the following updates:

Package Type Update Change
yew (source) workspace.dependencies minor 0.21.00.23.0

Release Notes

yewstack/yew (yew)

v0.23.0

Compare Source

bumping from 0.22 should require no code changes for most users.

🚨 Breaking changes
  • Performance: use_reducer now skips re-rendering for the same Rc. [@​Pascal Sommer, #​3945]
    NOTE: Whether this is breaking is arguable. It merely breaks the promise that a dispatch will always cause a re-render. For code that wishes to force re-render, use_force_update helps. Please refer to the migration guide for details.
⚡️ Features
  • &str and String can now be used for props of type Option<Html>. [@​Cashew, #​4020]
  • Added a scheduler::flush function to reliably finish rendering. Useful in testing as a replacement for timeouts. [@​Siyuan Yan, #​4044]
🛠 Fixes
⚙️ Improvements
  • Yew's scheduler now yields to the main thread from time to time. This fix will make the web page more responsive and reduce warnings about long tasks in the console. [@​Siyuan Yan, #​4033]

v0.22.1

Compare Source

🛠 Fixes
⚙️ Improvements

v0.22.0

Compare Source

🚨 Breaking changes
⚡️ Features
🛠 Fixes
⚙️ Improvements
📝 Documentation

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants