fix(deps): update rust crate yew to 0.23 #34
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
renovate-bot
renovate-security
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
LibrePages/libconfig!34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/yew-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.21->0.23Release Notes
yewstack/yew (yew)
v0.23.0Compare Source
bumping from 0.22 should require no code changes for most users.
🚨 Breaking changes
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
&strandStringcan now be used for props of typeOption<Html>. [@Cashew, #4020]scheduler::flushfunction to reliably finish rendering. Useful in testing as a replacement for timeouts. [@Siyuan Yan, #4044]🛠 Fixes
Nones are now allowed forOption<T>props in thehtml!macro. [@Siyuan Yan, #4021]⚙️ Improvements
v0.22.1Compare Source
🛠 Fixes
Option<T>and&Ttypes can be used as children again. e.g.Option<AttrValue>[@Siyuan Yan, #4005]from_html_unchecked[@Jason Heard, #3970]⚙️ Improvements
v0.22.0Compare Source
🚨 Breaking changes
class=(...)syntax. [@Tim Kurdov, #3497]<textarea>a void element (no children allowed anymore). [@Tim Kurdov, #3465]⚡️ Features
html!macro. [@Tim Kurdov, #3498]#[function_component]to#[component]. [@Tim Kurdov, #3885]serdefeature to yew. [@Tim Kurdov, #3880]use_refhook. [@Alex Parrill, #3548]html!macro. [@Cecile Tonglet, #3508, #3431] [@Siyuan Yan, #3892]inertto the boolean attributes list. [@Tomoaki Kawada, #3678]VRaw. [@Finn Bear, #3640]to_callbackmethods and From impls to convert reducer dispatchers and state setters to callbacks. [@Tim Kurdov, #3519]ChildrenRenderer<VNode>andVChildto VList. [@Muhammad Hamza, #3444]CallbackRefthat takes ref in argument instead of value. [@Cecile Tonglet, #3419]UseFutureHandleClone. [@Adam Steinberg, #3529]Selfin prop fields. [@Tim Kurdov, #3569]html!. [@Tim Kurdov, #3441]🛠 Fixes
html!. [@Tim Kurdov, #3441]#[hook]:clippy::multiple_bound_locationslint no longer triggered. [@Tim Kurdov, #3803]⚙️ Improvements
boolinator. [@Tim Kurdov, #3420]📝 Documentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Renovate Bot.
b953eff7abtoa6c43886cafix(deps): update rust crate yew to 0.22to fix(deps): update rust crate yew to 0.23View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.