fix(deps): update rust crate leptos_meta to v0.7.8 - autoclosed #52
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.7.0
->0.7.8
Release Notes
leptos-rs/leptos (leptos_meta)
v0.7.8
Compare Source
A minor release with some quality of life improvements and bugfixes
What's Changed
either_of
minimum version in workspace by @gbj in https://github.com/leptos-rs/leptos/pull/3612()
by @gbj in https://github.com/leptos-rs/leptos/pull/3615Debug
forArcField
andField
by @mahdi739 in https://github.com/leptos-rs/leptos/pull/3660/
separator (closes #3527) by @gbj in https://github.com/leptos-rs/leptos/pull/3662bind:group
to correct location (closes #3678) by @gbj in https://github.com/leptos-rs/leptos/pull/3680NodeRef::on_load()
to avoid re-triggering it if you read something reactively (closes #3684) by @gbj in https://github.com/leptos-rs/leptos/pull/3686ImmediateEffect
by @QuartzLibrary in https://github.com/leptos-rs/leptos/pull/3650ImmediateEffect
follow up by @QuartzLibrary in https://github.com/leptos-rs/leptos/pull/3692impl Patch
besyn::Index
instead ofusize
by @DanikVitek in https://github.com/leptos-rs/leptos/pull/3700New Contributors
Full Changelog: leptos-rs/leptos@v0.7.7...v0.7.8
v0.7.7
If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.
This is a small patch release including primarily bugfixes, and some small ergonomic improvements.
What's Changed
From<ArcField<T>>
forField<T>
by @gbj in https://github.com/leptos-rs/leptos/pull/3533Attribute
forEither<A, B>
by @alexisfontaine in https://github.com/leptos-rs/leptos/pull/3556cargo install --locked
forcargo-leptos
installation by @gbj in https://github.com/leptos-rs/leptos/pull/3559style:
etc. (closes #3554) by @gbj in https://github.com/leptos-rs/leptos/pull/3558erase_components
onEither<A, B>
by @alexisfontaine in https://github.com/leptos-rs/leptos/pull/3572store
attribute signature error message by @DanikVitek in https://github.com/leptos-rs/leptos/pull/3567:capture
flag for events to handle them during capture phase (closes #3457) by @gbj in https://github.com/leptos-rs/leptos/pull/3575<fieldset>
attributes by @alexisfontaine in https://github.com/leptos-rs/leptos/pull/3581New Contributors
Full Changelog: leptos-rs/leptos@v0.7.5...v0.7.7
v0.7.5
Compare Source
If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.
This is a small patch release including primarily bugfixes.
What's Changed
ErrorBoundary
through reactive views (closes #3487) by @gbj in https://github.com/leptos-rs/leptos/pull/3492#[lazy]
macros to support lazy loading and code splitting by @gbj in https://github.com/leptos-rs/leptos/pull/3477leptos_0.8
branch by @gbj in https://github.com/leptos-rs/leptos/pull/3500node_ref
after{..}
on arbitrary components by @gbj in https://github.com/leptos-rs/leptos/pull/3503either_of
): Extent API; Implement other iterator methods; Update deps by @DanikVitek in https://github.com/leptos-rs/leptos/pull/3478matches
method for Callback and UnsyncCallback by @geoffreygarrett in https://github.com/leptos-rs/leptos/pull/3520New Contributors
Full Changelog: leptos-rs/leptos@v0.7.4...v0.7.5
v0.7.4
Compare Source
If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.
This is a small patch release including a couple of bugfixes,
What's Changed
leptos_meta
components (closes #3482) by @gbj in https://github.com/leptos-rs/leptos/pull/3485New Contributors
Full Changelog: leptos-rs/leptos@v0.7.3...v0.7.4
v0.7.3
Compare Source
If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.
This is a small patch release including a couple of bugfixes, as well as the ability to destructure prop value in components with a new
#[prop(name = ...)]
syntax (see #3382)What's Changed
console
feature ofweb-sys
forreactive_graph
by @alexisfontaine in https://github.com/leptos-rs/leptos/pull/3406getrandom
needsjs
feature (used whennonce
feature is active) (closes #3409) by @gbj in https://github.com/leptos-rs/leptos/pull/3410file_and_error_handler
by @spencewenski in https://github.com/leptos-rs/leptos/pull/3408#[track_caller]
s by @mscofield0 in https://github.com/leptos-rs/leptos/pull/3422islands
mention fromleptos_axum
by @chrisp60 in https://github.com/leptos-rs/leptos/pull/3423Default
to stores by @mscofield0 in https://github.com/leptos-rs/leptos/pull/3432Dispose
forStore
by @mscofield0 in https://github.com/leptos-rs/leptos/pull/3429erase_components
with AttributeInterceptor by @gbj in https://github.com/leptos-rs/leptos/pull/3435New Contributors
Full Changelog: leptos-rs/leptos@v0.7.2...v0.7.3
v0.7.2
Compare Source
If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.
This is a small patch release including a couple of bugfixes, importantly to the hydration of static text nodes on
nightly
.What's Changed
popovertarget
andpopovertargetaction
for the<button>
element by @Figments in https://github.com/leptos-rs/leptos/pull/3379From<ArcStore<T>>
forStore<T, S>
by @mscofield0 in https://github.com/leptos-rs/leptos/pull/3389let:
syntax (closes #3387) by @gbj in https://github.com/leptos-rs/leptos/pull/3391nightly
(closes #3395) by @gbj in https://github.com/leptos-rs/leptos/pull/3396New Contributors
Full Changelog: leptos-rs/leptos@v0.7.1...v0.7.2
v0.7.1
Compare Source
If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.
This is just a small patch release, two weeks after the 0.7.0 release, geared toward fixing in bugs and filling in API holes since then.
What's Changed
Vec<_>
in the DOM (closes #3321) by @gbj in https://github.com/leptos-rs/leptos/pull/3324!Send
Actix APIs in server functions by @gbj in https://github.com/leptos-rs/leptos/pull/3326scroll
prop to<A/>
component to control scrolling behavior (closes #2666) by @gbj in https://github.com/leptos-rs/leptos/pull/3333either!
macro by @bicarlsen in https://github.com/leptos-rs/leptos/pull/3337<noscript>
(closes #3360) by @gbj in https://github.com/leptos-rs/leptos/pull/3363ToChildren::to_children
docs. by @bicarlsen in https://github.com/leptos-rs/leptos/pull/3352usize
by @marcuswhybrow in https://github.com/leptos-rs/leptos/pull/3346Signal::derive()
behavior by @gbj in https://github.com/leptos-rs/leptos/pull/3351InertElement
(closes #3368) by @gbj in https://github.com/leptos-rs/leptos/pull/3370cargo-semver-checks
on PRs by @gbj in https://github.com/leptos-rs/leptos/pull/3375New Contributors
Full Changelog: leptos-rs/leptos@v0.7.0...v0.7.1
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 was generated by Mend Renovate. View the repository job log.