chore: bump leptos from 0.6.12 to 0.6.15
Bumps leptos from 0.6.12 to 0.6.15.
Release notes
Sourced from leptos's releases.
v0.6.14
Hello everyone, The biggest change in this update is to handle wasm-bindgen 0.2.93 and web_sys 0.3.70 Thanks to
@sabifyand@macceschfor those PRs. As always, let us know if there's issues.What's Changed
- fix: untrack children in Portal to avoid re-triggering it accidentally (closes #2693) by
@gbjin leptos-rs/leptos#2713- chore: fix some comments by
@renshuncuiin leptos-rs/leptos#2712- Mnior: As of rust1.80: cargo clippy now reports doc indentation issues. by
@martinfrances107in leptos-rs/leptos#2728- chore(ci): update nightly by
@gbjin leptos-rs/leptos#2755- chore: update gloo-net and reqwest to http 1.0 (closes #2688) (leptos 0.6) by
@sabifyin leptos-rs/leptos#2751- fix: update
wasm-bindgenandweb-sysfor leptos 0.6 by@sabifyin leptos-rs/leptos#2830New Contributors
@renshuncuimade their first contribution in leptos-rs/leptos#2712Full Changelog: https://github.com/leptos-rs/leptos/compare/v0.6.13...v0.6.14
v0.6.13
This release mostly includes a series of small bugfixes (see below), but also includes a fix for the annoying issues we'd been having with rust-analyzer (#2527).
What's Changed
- Fix failing CI by
@gbjin leptos-rs/leptos#2611- fix: extract dyn_bindings impl into DynBindings trait by
@Upboltin leptos-rs/leptos#2619- docs: remove duplicated code block in example of For by
@tversteegin leptos-rs/leptos#2622- fix: try_with should not panic on disposed resources (closes #2620) by
@otopetrikin leptos-rs/leptos#2621- fix
rkyvfeature interaction with Axum integration by@gbjin leptos-rs/leptos#2631- style: simplify string interpolation by
@hamirmahalin leptos-rs/leptos#2626- Russian book branch: Translating titles of sections in SUMMARY by
@solweoin leptos-rs/leptos#2542- docs: Add docs for
ToChildrenby@spencewenskiin leptos-rs/leptos#2643- book_ru: SUMMARY.md by
@kakserpomin leptos-rs/leptos#2648- fix: ensure everything is disposed of consistently by
@Giovanni-Tablyin leptos-rs/leptos#2639- Server function streaming with serializable types by
@ealmloffin leptos-rs/leptos#2623- fix: do not unescape / and other route characters when following a link by
@gbjin leptos-rs/leptos#2651- feat: Add Compression to Hacker News w/ Islands Example by
@Th3Whit3Wolfin leptos-rs/leptos#2613- docs: generate link to definition by
@chrisp60in leptos-rs/leptos#2656- Fix of #2652 by
@domwstin leptos-rs/leptos#2653- Fixed several warnings in check pipeline by
@domwstin leptos-rs/leptos#2654- add impl IntoStyle for Style by
@alfatmin leptos-rs/leptos#2682- Remove unnecessary 'static lifetime from argument in Style::as_value_string() by
@alfatmin leptos-rs/leptos#2683- fix: move lint rules outside of quote_spanned by
@Ar4ysin leptos-rs/leptos#2709New Contributors
@otopetrikmade their first contribution in leptos-rs/leptos#2621@hamirmahalmade their first contribution in leptos-rs/leptos#2626@spencewenskimade their first contribution in leptos-rs/leptos#2643@kakserpommade their first contribution in leptos-rs/leptos#2648@Th3Whit3Wolfmade their first contribution in leptos-rs/leptos#2613@domwstmade their first contribution in leptos-rs/leptos#2653@alfatmmade their first contribution in leptos-rs/leptos#2682Full Changelog: https://github.com/leptos-rs/leptos/compare/v0.6.12...v0.6.13
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)