fix(deps): update rust crate leptos to v0.8.20#77
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
2 times, most recently
from
November 29, 2023 06:32
870317b to
a271c7a
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
January 16, 2024 00:15
a271c7a to
9f78c49
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update artifacts 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: sources/web-gen/Cargo.lockFile name: sources/web-gen-api/Cargo.lock |
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
January 17, 2024 03:23
9f78c49 to
5b42fef
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
January 19, 2024 18:04
5b42fef to
5855aa9
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
January 26, 2024 20:50
5855aa9 to
0127136
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
January 27, 2024 02:57
0127136 to
84f9fac
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
January 30, 2024 14:43
84f9fac to
8850635
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
February 1, 2024 01:33
8850635 to
c30000f
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
February 19, 2024 22:34
c30000f to
f76325e
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
February 29, 2024 22:49
f76325e to
7061aa2
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
March 3, 2024 03:39
7061aa2 to
e8f09a8
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
March 4, 2024 01:34
e8f09a8 to
83c35ca
Compare
dezren39
force-pushed
the
main
branch
6 times, most recently
from
March 12, 2024 21:25
cb00f56 to
462a05e
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
April 2, 2024 15:34
83c35ca to
d68893d
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
April 10, 2024 17:02
d68893d to
60c05fb
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
May 1, 2024 09:16
60c05fb to
1c928f8
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
May 5, 2024 10:12
1c928f8 to
18e9e09
Compare
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
July 12, 2024 10:43
18e9e09 to
4042406
Compare
renovate
Bot
force-pushed
the
renovate/leptos-0.x
branch
from
November 30, 2024 18:41
4042406 to
61706c2
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.
This PR contains the following updates:
0.4.5→0.8.00.4→0.8Release Notes
leptos-rs/leptos (leptos)
v0.8.19Compare Source
A patch release, mostly of bugfixes.
Note: one of these includes a behavior change, which is that the primary server function encodings now respect the Axum/Actix request body size limits, rather than ignoring them. If you are accustomed to sending very large data (for example, a POST request > 2mb) via server functions, you may need to increase the request body size limit via Actix
PayloadConfigor AxumDefaultBodyLimit(see docs for each server framework.)Multipart data (file uploads) are not affected.
What's Changed
OwnedView(closes #4769) by @gbj in #4771Nonce::from_valuefor externally-supplied CSP nonces by @anagrius in #4786#[prop(marker)]option by @Baptistemontan in #4774lazy_preloadmacro by @edmondj in #4729leptos_macrodocs by @gbj in #4811New Contributors
Full Changelog: leptos-rs/leptos@v0.8.18...v0.8.19
v0.8.17Compare Source
What's Changed
bitcode's serde integration codec by @rpfontana in #4585::stdineither_ofby @DanikVitek in #4583New Contributors
Full Changelog: leptos-rs/leptos@v0.8.16...v0.8.17
v0.8.16Compare Source
What's Changed
IntoAnyAttributein macro expansion from #4481 by @gbj in #4500AnyViewWithAttrs(closes #4512) by @gbj in #4513reactive_storesby @gbj in #4516'staticreturn annotation for<A/>(closes #4525) by @gbj in #4531docs.rsby @ahlinc in #4526parking_lot(cf. #4410) by @gbj in #4520Websocketprotocol respect custom server URL by @adoyle0 in #4538file_and_error_handler_with_contextinto tower services by @metatoaster in #4528cargo-nextestwith--lockedby @gbj in #4560linear-mapdependency by @alexisfontaine in #4563transparenttoShow/ShowLetto work around #4470 by @gbj in #4519_to fix inert SVGuse_elements by @pheki in #4569AttributeValueforMaybePropby @QaidVoid in #4575DeserializeforSignal<T>(closes #4533) by @gbj in #4576New Contributors
Full Changelog: leptos-rs/leptos@v0.8.15...v0.8.16
v0.8.15Compare Source
What's Changed
ShowLetnow accepts staticOptionvalues. by @maccesch in #4467IntoAnyAttributewhen using erase_components by @ToxicMushroom in #4481New Contributors
Full Changelog: leptos-rs/leptos@v0.8.14...v0.8.15
v0.8.14Compare Source
What's Changed
From<Fn() -> T> for Signal<T>,ArcSignal<T>,Callback<T, _>and similar by @zakstucke in #4273Full Changelog: leptos-rs/leptos@v0.8.13...v0.8.14
v0.8.13Compare Source
What's Changed
Debugtrait bound on tuplesPossibleRouteMatchimplementation by @alexisfontaine in #4428SendWrappererrors on server (closes #4432, #4402) by @gbj in #4433New Contributors
Full Changelog: leptos-rs/leptos@v0.8.12...v0.8.13
v0.8.12Compare Source
What's Changed
Full Changelog: leptos-rs/leptos@v0.8.11...v0.8.12
v0.8.11Compare Source
What's Changed
MaybePropReadUntrackedimplementation. by @Buzzec in #4360scrollendevent to view macro by @adoyle0 in #4379NodeRefby implementingIsDisposedby @gbj in #4367debug_loganddebug_errorin logging module by @mahdi739 in #4335effect::immediate::batchby @QuartzLibrary in #4344server_fnfeature propagation by @arpadav in #4375AtIndex(closes #4385) by @gbj in #4389dry_resolve()call onSuspend(closes #4402) by @gbj in #4404bitcodeencoding/decoding to server fn IO by @arpadav in #4376New Contributors
Full Changelog: leptos-rs/leptos@v0.8.10...v0.8.11
v0.8.10Compare Source
What's Changed
subsecondand an example by @gbj in #4307__wasm_split.*.jsfile (closes #4322) by @gbj in #4327New Contributors
Full Changelog: leptos-rs/leptos@v0.8.9...v0.8.10
v0.8.9Compare Source
This includes patch releases to the
reactive_graph,tachys,wasm_split_macros,server_fn,leptos, androutercrates.What's Changed
Vec<AnyAttribute>(closes #4268) by @gbj in #4270referrerpolicyattribute toaelement by @adoyle0 in #4299Full Changelog: leptos-rs/leptos@v0.8.8...v0.8.9
v0.8.8What's Changed
commandandcommandforattributes for button by @mskorkowski in #4194Patchfor a struct with generic arguments by @mskorkowski in #4175task::spawnmaintains reactive ownership (closes #4203) by @gbj in #4206Vec<_>to optimize large subscriber sets (see #4138) by @gbj in #4201hydrate_asyncthroughOwnedViewproperly (closes #4219) by @gbj in #4220non_snake_caseanddead_codelints to run within component functions by @yescallop in #3198<ShowLet>component similar to<Show>but forOptionby @maccesch in #4227valueproperty to support quirky<select>behavior by @gbj in #4235<Show>accept signals in addition to closures by @maccesch in #4236leptos_serverby @gbj in #4250New Contributors
Full Changelog: leptos-rs/leptos@v0.8.6...v0.8.8
v0.8.6Compare Source
Just a patch release, mostly to support
#[server] #[lazy]for lazy server functions.Going forward, patch releases for various crates will have version numbers that are not coupled to one another, and will only be bumped when they've actually changed; so this release is 0.8.6 for
leptos,leptos_macro, andserver_fn_macro, but does not arbitrarily bump other packages that haven't changed.See 0.8.5 for notes on WASM splitting.
What's Changed
Full Changelog: leptos-rs/leptos@v0.8.5...v0.8.6
v0.8.5: : WASM code splitting released!Compare Source
This release includes WASM code-splitting/lazy-loading support, in tandem with the latest
cargo-leptosrelease.You can use the
lazy_routesexample to understand what this means!Essentially, though, there are two patterns:
#[lazy]macro to make any given function lazy#[lazy_route]to designate a route with a lazy-loaded view, which is loaded concurrently with the route's data#[lazy]converts a (sync or async) function into a lazy-loaded async function#[lazy_route]lets you split routes into a "data" half and a "view" half, which will be concurrently loaded by the router. This works with nested routing: so if you have ViewD and ViewE, then the router will concurrently load D's data, D's (lazy) view, E's data, and E's (lazy) view, before navigating to the page.Our whole July stream was dedicated to the topic, if you want more in depth discussion.
What's Changed
Full Changelog: leptos-rs/leptos@v0.8.4...v0.8.5
v0.8.4Compare Source
There are some small bugfixes in here, as well as improvements to the hot-reloading code. This is mostly intended to be a sort of "last patch" before merging the code-splitting changes in #3988, so that there is a patch people can pin to in case those inadvertently introduce any regressions.
What's Changed
debug_log!,debug_error!,console_debug_logandconsole_debug_errorby @mahdi739 in #4160New Contributors
Full Changelog: leptos-rs/leptos@v0.8.3...v0.8.4
v0.8.3Compare Source
This is a minor patch release. It does include a significant re-write of how ownership/context work with nested routes (#4091). This should close a number of bugs. However, it's always possible that changes like this introduce regressions. Please test to see whether you have any issues with context and nested routing, and let me know. (We have a new
regressionexample set up to add e2e regression tests for issues going forward.)What's Changed
SsrMode::PartiallyBlocked(closes #3963) by @marcuswhybrow in #3964Vec<_>before it is mounted (closes #3962) by @gbj in #3966Resource::write()and similar functions (see #3959) by @gbj in #3984#[component]macro by @mondeja in [#3989](https://redirect.gConfiguration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.