This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
fix(deps): update rust crate leptos to 0.5.2 #18
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.5.1
->0.5.2
Release Notes
leptos-rs/leptos (leptos)
v0.5.2
Compare Source
This has a bunch of bugfixes, small docs improvements, etc. but there are actually a bunch of cool new features, mostly from our growing body of contributors. See the full changelog below, but here are some highlights (apologies if I missed anything big)
Features
extractor()
function with better APIThe
extract
API is awkward due to closure. This adds anextractor
function which is a little more ergonomic.<Portal/>
Adds a portal component that lets you render some view mounted in a location other than where it appears in the view tree.
Server Function Named Arguments
Now that we've made all server function arguments optional, this adds in the ability to pass in one or more named arguments:
Directives
Adds support for directive functions, which can be used with
use:
in the view:slice!()
macroMakes it easier to define slices. Expands to the same output as
create_slice
:What's Changed
leptos_reactive::Trigger
by @hiraginoyuki in https://github.com/leptos-rs/leptos/pull/1844extractor
functions with better API thanextract
by @gbj in https://github.com/leptos-rs/leptos/pull/1859.try_with_untracked
(closes #1880) by @gbj in https://github.com/leptos-rs/leptos/pull/1881#[must_use]
to avoid accidental()
rendering by @gbj in https://github.com/leptos-rs/leptos/pull/1885cargo make lint
forhackernews_js_fetch
by @gbj in https://github.com/leptos-rs/leptos/pull/1887ActionForm
in an island by @gbj in https://github.com/leptos-rs/leptos/pull/1888on_cleanup
(closes #1882) by @gbj in https://github.com/leptos-rs/leptos/pull/1889/
in splat routes (closes #1764) by @gbj in https://github.com/leptos-rs/leptos/pull/1890new
method toNodeRef
by @tqwewe in https://github.com/leptos-rs/leptos/pull/1896Clone
requirement onSignalWith
forResource
by @Xendergo in https://github.com/leptos-rs/leptos/pull/1895/
in more routes by @PianoPrinter in https://github.com/leptos-rs/leptos/pull/1900try_update()
andtry_set()
onResource
should not panic (closes #1915) by @gbj in https://github.com/leptos-rs/leptos/pull/1916default
andwasm
features onleptos_axum
(closes #1872) by @gbj in https://github.com/leptos-rs/leptos/pull/1883replace
property to form component by @koopa1338 in https://github.com/leptos-rs/leptos/pull/1923create_slice()
by @SadraMoh in https://github.com/leptos-rs/leptos/pull/1867wee_alloc
to make Dependabot happy by @gbj in https://github.com/leptos-rs/leptos/pull/1938</head>
tags in streaming responses (closes #1930) by @gbj in https://github.com/leptos-rs/leptos/pull/1932New Contributors
Full Changelog: leptos-rs/leptos@v0.5.1...v0.5.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Mend Renovate. View repository job log here.