- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 732
Comparing changes
Open a pull request
base repository: leptos-rs/leptos
base: v0.7.7
head repository: leptos-rs/leptos
compare: v0.7.8
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2a2675d - Browse repository at this point
Copy the full SHA 2a2675dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a39add5 - Browse repository at this point
Copy the full SHA a39add5View commit details -
projects/bevy3d_ui Migrate to leptos 0.7.7 (#3596)
* projects/bevy3d_ui Migrate to leptos 0.7.7 * Minor: projects/bevy3d_ui - Better Meta.
Configuration menu - View commit details
-
Copy full SHA for 3a9a089 - Browse repository at this point
Copy the full SHA 3a9a089View commit details -
projects/bevy3d_ui: Bevy migration (#3597)
-bevy = "0.14.1" +bevy = "0.15.2" <https://bevyengine.org/learn/migration-guides/0-14-to-0-15/>
Configuration menu - View commit details
-
Copy full SHA for 5604f3e - Browse repository at this point
Copy the full SHA 5604f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a11325 - Browse repository at this point
Copy the full SHA 2a11325View commit details -
Minor: Bump itertools to "0.14.0" (#3593)
The crate is used by "leptos_macro","reactive_stores" and "tachys" So the definition of itertools can be centralized up into the root workspace
Configuration menu - View commit details
-
Copy full SHA for b81f719 - Browse repository at this point
Copy the full SHA b81f719View commit details -
Configuration menu - View commit details
-
Copy full SHA for e27801a - Browse repository at this point
Copy the full SHA e27801aView commit details -
Minor: "wasm-bindgen" - Moved the crate definition up to the root wor…
…kspace (#3588) * Minor: "wasm-bindgen" - Moved the crate definition up to the root workspace This synchronizes the version number amongst all sub-projects. [Where the definition is "optional" manual adjustment is still required] * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 16d6636 - Browse repository at this point
Copy the full SHA 16d6636View commit details
Commits on Feb 13, 2025
-
* Resolved this warning see while running cargo outdated warning: Feature js of package getrandom has been obsolete in version 0.3.1 Now using the feature "wasm_js" * the crate "getrandom" needs special configuration. * getrandom_backend - a more generic config. * Removed the crate getrandom
Configuration menu - View commit details
-
Copy full SHA for 96b125d - Browse repository at this point
Copy the full SHA 96b125dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e84b527 - Browse repository at this point
Copy the full SHA e84b527View commit details -
projects/bevy3d_ui: Bevy - Bugfix, clippy and crate bump (#3603)
The bugfix is related to access to a signal " bevy3d_ui-b20a0a6a298e7144.js:2637 At src/routes/demo1.rs:24:23, you access a reactive_graph::signal::read::ReadSignal<bevy3d_ui::demos::bevydemo1::scene::Scene> (defined at src/routes/demo1.rs:19:39) outside a reactive tracking context. This might mean your app is not responding to changes in signal values in the way you expect. " The solution is to use .get_untracked() inside an "effect" block. Lots of small clippy fixes. Also here are the crates that have been bumped -wasm-bindgen = "0.2.92" -wasm-bindgen-test = "0.3.42" -web-sys = "0.3.69" +wasm-bindgen = "0.2.100" +wasm-bindgen-test = "0.3.50" +web-sys = "0.3.77"
Configuration menu - View commit details
-
Copy full SHA for 590728e - Browse repository at this point
Copy the full SHA 590728eView commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 68f4d46 - Browse repository at this point
Copy the full SHA 68f4d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc1a34 - Browse repository at this point
Copy the full SHA 8cc1a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d3784e - Browse repository at this point
Copy the full SHA 1d3784eView commit details
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 04cb036 - Browse repository at this point
Copy the full SHA 04cb036View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f27d6 - Browse repository at this point
Copy the full SHA a9f27d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4804dac - Browse repository at this point
Copy the full SHA 4804dacView commit details -
Configuration menu - View commit details
-
Copy full SHA for f975b8d - Browse repository at this point
Copy the full SHA f975b8dView commit details -
serde_json is common to (#3610)
integrations/actix leptos/server oco server_fn This is a defensive PR - Putting the crate definition into the root workspcace makes it less likely to get difficult to trace version slip bugs. This does not help where sede_json is optional so care manual review is required.
Configuration menu - View commit details
-
Copy full SHA for 37cf25f - Browse repository at this point
Copy the full SHA 37cf25fView commit details
Commits on Feb 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7c34b4a - Browse repository at this point
Copy the full SHA 7c34b4aView commit details
Commits on Feb 19, 2025
-
fix: allow decoding already-decoded URI components (closes #3606) (#3628
) * fix: allow decoding already-decoded URI components (closes #3606) * clippy
Configuration menu - View commit details
-
Copy full SHA for 6ecc681 - Browse repository at this point
Copy the full SHA 6ecc681View commit details
Commits on Feb 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 284a724 - Browse repository at this point
Copy the full SHA 284a724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 362c300 - Browse repository at this point
Copy the full SHA 362c300View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddd243d - Browse repository at this point
Copy the full SHA ddd243dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 885f4a1 - Browse repository at this point
Copy the full SHA 885f4a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc254d - Browse repository at this point
Copy the full SHA 5bc254dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 848fd72 - Browse repository at this point
Copy the full SHA 848fd72View commit details
Commits on Feb 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c75397e - Browse repository at this point
Copy the full SHA c75397eView commit details
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 42988b1 - Browse repository at this point
Copy the full SHA 42988b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92b8268 - Browse repository at this point
Copy the full SHA 92b8268View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a1a2c - Browse repository at this point
Copy the full SHA f7a1a2cView commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1363b94 - Browse repository at this point
Copy the full SHA 1363b94View commit details
Commits on Feb 27, 2025
-
feat: make
ImmediateEffect
more robustThe goal here is to make the behavior under recursion better defined.
Configuration menu - View commit details
-
Copy full SHA for 83fcf86 - Browse repository at this point
Copy the full SHA 83fcf86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 374a020 - Browse repository at this point
Copy the full SHA 374a020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41d01ce - Browse repository at this point
Copy the full SHA 41d01ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e9340 - Browse repository at this point
Copy the full SHA 79e9340View commit details
Commits on Feb 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 80ed74c - Browse repository at this point
Copy the full SHA 80ed74cView commit details -
chore: examples/server_fns_axum - Bumped various packages (not axum). (…
…#3655) tower-http tower thiserror strum notify axum has breaking changes and so will addressed in a separate PR.
Configuration menu - View commit details
-
Copy full SHA for 5da4c43 - Browse repository at this point
Copy the full SHA 5da4c43View commit details
Commits on Mar 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 825e89f - Browse repository at this point
Copy the full SHA 825e89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6232f64 - Browse repository at this point
Copy the full SHA 6232f64View commit details
Commits on Mar 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 63c9549 - Browse repository at this point
Copy the full SHA 63c9549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 083f9c6 - Browse repository at this point
Copy the full SHA 083f9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9384e3 - Browse repository at this point
Copy the full SHA e9384e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eaaff0 - Browse repository at this point
Copy the full SHA 5eaaff0View commit details
Commits on Mar 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 38a3aae - Browse repository at this point
Copy the full SHA 38a3aaeView commit details
Commits on Mar 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 58f1bf9 - Browse repository at this point
Copy the full SHA 58f1bf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a919710 - Browse repository at this point
Copy the full SHA a919710View commit details -
Configuration menu - View commit details
-
Copy full SHA for f752e32 - Browse repository at this point
Copy the full SHA f752e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for d76e5bb - Browse repository at this point
Copy the full SHA d76e5bbView commit details
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5e9d6e2 - Browse repository at this point
Copy the full SHA 5e9d6e2View commit details
There are no files selected for viewing