Saber Haj Rabiee
0e65034b01
feat(CI): run minimal-versions only on release tag
2025-06-01 09:18:41 -07:00
Saber Haj Rabiee
e1549c5ab3
chore: unify all deps + exact versioning in root workspace for better maintenance
2025-06-01 09:18:40 -07:00
Saber Haj Rabiee
624e91bb2a
feat(CI): add checking minimal-versions
2025-06-01 08:55:41 -07:00
Saikat Das
f37d124d6a
Fix typo ( #4025 )
2025-05-29 12:39:32 -07:00
benwis
5d0e683b0f
Update tachys to v0.2.3
2025-05-29 12:37:21 -07:00
lcnr
f34e3a5bc9
remove unnecessary where-clauses ( #4023 )
...
they may cause tachys to break with -Znext-solver
2025-05-29 12:35:50 -07:00
martin frances
d7dd6a1109
chore: bump rkyv to 0.8.10. ( #4018 )
2025-05-27 21:15:59 -04:00
Greg Johnston
ff81d34084
fix: fix <select> value by ensuring HTML children are mounted before building attributes ( closes #4005 ) ( #4008 )
2025-05-27 21:15:41 -04:00
Soso
40a7aba3bc
feat: impl AttributeValue for Cow<'_, str> ( #4013 )
2025-05-27 21:15:12 -04:00
Greg Johnston
d4dcafd908
Merge pull request #4015 from leptos-rs/3042v2
...
Fix context issues with nesting routing
2025-05-27 21:12:58 -04:00
Greg Johnston
82ccbbf806
copy-paste errors
2025-05-25 15:32:33 -04:00
Greg Johnston
5ba45bb1ed
fix: allow Outlet to access context provided in parent view ( closes #3042 )
2025-05-24 17:51:22 -04:00
Greg Johnston
06dfa37eee
feat: allow joining two context trees
2025-05-24 17:50:51 -04:00
Nicolas Cura
e82a0bbc7f
chore: handle_response_inner public to be used in custom file_and_error_handler ( closes #3996 ) ( #3998 )
2025-05-23 14:51:08 -04:00
Álvaro Mondéjar Rubio
4a972fc09e
Merge pull request #4003 from mondeja/document-prop-attrs
...
docs: document `#[prop(default = ...)]` and `#[prop(name = ...)]`
2025-05-23 14:49:59 -04:00
Greg Johnston
07cf649e3b
Merge pull request #3994 from leptos-rs/3983
...
fix: don't use `Arc::ptr_eq` for string comparison (closes #3983 )
2025-05-19 19:15:17 -04:00
Greg Johnston
0e9598b799
fix: don't assume classList is unchanged when rebuilding a class effect for the first time ( #3983 part two)
2025-05-19 09:42:33 -04:00
Greg Johnston
82303d7e33
fix: don't use Arc::ptr_eq for string comparison ( closes #3983 )
2025-05-19 09:27:17 -04:00
Álvaro Mondéjar Rubio
c4354ac965
fix: forward missing lint attributes passed to #[component] macro ( #3989 )
2025-05-18 20:38:16 -04:00
Dennis Waldherr
7de550685a
docs: provide error message if file hashing is enabled but no hash file is present ( #3990 )
...
Co-authored-by: Dennis Waldherr <bytekeeper@mailbox.org >
2025-05-18 20:30:53 -04:00
mskorkowski
b1f3f6023e
fix: smooshed static segments no longer matches the path #3968 ( #3973 )
...
* fix: smooshed static segments no longer matches the path #3968
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-05-18 20:29:40 -04:00
Greg Johnston
c189c3a45d
fix: meta tags not properly rendered inside synchronously-available Suspend ( closes #3976 ) ( #3991 )
2025-05-18 20:29:14 -04:00
Eric Roman
3903867f82
Fix spelling typos. ( #3965 )
2025-05-17 08:49:57 +02:00
Greg Johnston
a42fa452fc
feat: add missing Resource::write() and similar functions (see #3959 ) ( #3984 )
2025-05-16 09:23:28 -04:00
Saber Haj Rabiee
cd48a6ac8c
fix: remove non-existent feature dep in leptos_macro ( #3985 )
2025-05-16 09:23:04 -04:00
Greg Johnston
34c14adcb8
fix: render identical branch structure for out-of-order and async streaming of Suspense ( closes #3970 ) ( #3977 )
2025-05-15 19:44:46 -04:00
Saber Haj Rabiee
50cee1d614
chore: upgrade rand and getrandom ( #3840 )
...
* chore: update rand and getrandom
* fix: use rng instead of thread_rng
* fix: enable getrandom wasm js backend in build.rs
2025-05-15 11:17:32 +02:00
Saber Haj Rabiee
7ca691305f
chore: unify all deps with min occurrences of 2 ( #3854 )
2025-05-14 20:34:33 -04:00
Greg Johnston
830882f330
fix: allow rebuilding Vec<_> before it is mounted ( closes #3962 ) ( #3966 )
2025-05-12 15:26:05 -04:00
Scott Little
13110a35e2
fix: add namespace to g in svg portals ( closes #3958 ) ( #3960 )
2025-05-09 16:44:40 -04:00
Marcus Whybrow
304dc081a2
fix: correct doc comment for SsrMode::PartiallyBlocked ( closes #3963 ) ( #3964 )
2025-05-09 09:39:00 -07:00
Serhii Shliakhov
14f6bc658e
fix: deprecated parameters js warning ( #3956 )
2025-05-09 08:04:15 -04:00
Eric Roman
09894aaca9
Remove unnecessary "crate::" prefix in a documentation example. ( #3952 )
2025-05-08 07:43:27 -07:00
Greg Johnston
2ee4444bb4
v0.8.2
v0.8.2
2025-05-06 14:09:35 -04:00
Luxalpa
03a1c1e7a6
fix: ensure unique style caching hashes ( #3947 )
2025-05-06 14:00:29 -04:00
Greg Johnston
12e49ed996
Merge pull request #3950 from leptos-rs/3945
...
fix: correct order of meta content relative to surrounding tags (closes #3945 )
2025-05-06 13:59:28 -04:00
Greg Johnston
1e281e9e74
fix(examples): bugfix revealed a pre-existing bug with meta tags in the hackernews demo!
2025-05-06 11:49:43 -04:00
Greg Johnston
bd475f89d0
fix: correct order of meta content relative to surrounding tags ( closes #3945 )
2025-05-06 11:19:19 -04:00
Greg Johnston
3d91b5e90f
v0.8.1
v0.8.1
2025-05-05 21:39:43 -04:00
Greg Johnston
96d8d5218c
Merge pull request #3942 from leptos-rs/3907
...
Some `islands_router` improvements
2025-05-05 21:33:57 -04:00
Greg Johnston
84caa35cef
feat: add .map() and .and_then() on LocalResource ( #3941 )
2025-05-05 21:20:34 -04:00
Greg Johnston
fc8b55161c
fix: remove extra marker node after text node when marking a branch ( closes #3936 ) ( #3940 )
2025-05-05 21:20:16 -04:00
Greg Johnston
657052466b
fix: use a runtime check rather than an unnecessary Either to determine how to render islands (see #3896 ; closes #3929 ) ( #3938 )
2025-05-05 19:41:29 -04:00
william light
efe8336363
reactive_stores: implement PartialEq and Eq for Store ( #3915 )
...
StoredValue also has these implemented and does the same thing.
2025-05-05 14:32:42 -04:00
Greg Johnston
770881842c
fix: correctly provide context through islands to children ( closes #3928 ) ( #3933 )
2025-05-05 13:00:40 -04:00
Greg Johnston
0d540ef02f
fix: ensure that nested children of a RenderEffect are dropped while dropped a RenderEffect ( closes #3922 ) ( #3926 )
2025-05-05 13:00:20 -04:00
Saber Haj Rabiee
dc1885ad92
feat: check the counter_isomorphic release build with the leptos_debuginfo flag ( #3918 )
2025-05-04 15:22:04 -04:00
Eric Roman
61bf87439a
Fix some typos in the documentation/examples for reactive store. ( #3924 )
2025-05-03 20:50:13 -04:00
Greg Johnston
308568e520
fix(CI): prevent regreession from nightly clippy in autofix ( #3917 )
...
* fix(CI): prevent regreession from nightly clippy in autofix
* chore: format
* chore: update nightly to 2025-04-16 (proc-macro span, #3852 )
* chore: improve the autofix ci workflow
* fix: adjust ServerFn macro test stderr based on nightly-2025-04-16
* fix: limit server_fn server macro trybuild tests nightly only
2025-05-03 20:47:42 -04:00
Greg Johnston
1b0f32dc4c
fix: clear and re-throw errors in correct order ( #3923 )
2025-05-03 20:46:57 -04:00