generated from loopystudios/bevy-shell-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Rust crate yew to 0.21.0 #21
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/yew-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
2 times, most recently
from
January 8, 2023 21:42
daa4115
to
48b2d24
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
February 1, 2023 23:44
48b2d24
to
5fe9e0d
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
February 9, 2023 03:09
5fe9e0d
to
25667a5
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
March 6, 2023 00:00
25667a5
to
8788f48
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
March 15, 2023 19:18
8788f48
to
52de7fc
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
March 25, 2023 10:08
52de7fc
to
b66ae9e
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
2 times, most recently
from
April 13, 2023 12:35
eba92ff
to
d26f846
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
May 9, 2023 19:16
d26f846
to
dee1e90
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
2 times, most recently
from
May 28, 2023 14:35
5b507d3
to
b8202bc
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
3 times, most recently
from
September 10, 2023 06:14
f9f7681
to
9a7da5e
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
September 29, 2023 17:31
9a7da5e
to
4257c5d
Compare
renovate
bot
changed the title
Update Rust crate yew to 0.20.0
Update Rust crate yew to 0.21.0
Sep 29, 2023
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
5 times, most recently
from
November 1, 2023 19:03
cf5eb56
to
c7e7306
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
November 29, 2023 03:02
c7e7306
to
91c48b8
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
January 1, 2024 03:20
91c48b8
to
05556be
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock
|
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
2 times, most recently
from
January 4, 2024 14:34
57bf9f9
to
67ff455
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
2 times, most recently
from
January 14, 2024 00:57
691e281
to
a346dea
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
January 27, 2024 01:15
a346dea
to
d1643a1
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
January 29, 2024 15:41
d1643a1
to
26c4b18
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
February 7, 2024 01:03
26c4b18
to
2cd7b55
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
February 20, 2024 03:45
2cd7b55
to
0eec2f6
Compare
renovate
bot
force-pushed
the
renovate/yew-0.x
branch
from
February 23, 2024 09:05
0eec2f6
to
4ea0e5b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
0.19.3
->0.21.0
Release Notes
yewstack/yew (yew)
v0.21.0
Compare Source
Changelog
v0.20.0
Compare Source
Changelog
🛠 Fixes
NodeRef
not being implicitly cloned with components. [@wdcocq, #2775]use_prepared_state
&use_transitive_state
. [[@Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2650]⚡️ Features
use_effect
. [[@Muhammad Hamza](https://github.com/Muhammad Hamza), #2849]Callback::reform()
should returnCallback<T, OUT>
. [@orzogc, #2719]callback_future
incallback
docs. [@Shadlock0133, #2674]use_future
hook to make consuming futures as suspense easier. [[@Muhammad Hamza](https://github.com/Muhammad Hamza), #2609]#[cfg(feature = "render")]
andyew::Renderer
. [[@Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2498]Callback
. [[@Muhammad Hamza](https://github.com/Muhammad Hamza), #2301]function_component
creation based on function name. [[@Muhammad Hamza](https://github.com/Muhammad Hamza), #2292]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.