Ken
4518d3c89f
Have fetch example conform to docs guidance around using <ErrorBoundary> and <Transition> in conjunction ( #2035 )
...
* put `<ErrorBoundary>` inside `<Transition>`
* fix indentation
2023-11-18 08:24:30 -05:00
Greg Johnston
e47a619556
examples: add CSR with server functions example ( closes #1975 ) ( #2031 )
2023-11-18 08:24:15 -05:00
Daniel Mantei
414f5fc393
docs: reorganize deployment section ( #2036 )
...
* Update mdbook-admonish book dependency
* Move "Optimizing Binary Size" to Deploy.. chapter
* Minor text updates to the Deployment section
2023-11-17 15:40:20 -05:00
martin frances
362e3bc603
chore: stop using std::fmt, instead used core::fmt. ( #2033 )
2023-11-17 15:36:13 -05:00
taohua
4d549f70c9
docs: fix misnamed form field in <Form/>
example ( #2024 )
...
Co-authored-by: datewu <>
2023-11-17 15:27:06 -05:00
Chris
85dd726d43
docs: ActionForm
examples for indexing into struct fields ( #2017 )
...
Co-authored-by: chrisp60 <gh@cperry.me>
2023-11-17 15:22:11 -05:00
blorbb
24febe11f3
feat: impl Default
for TextProp
( #2016 )
2023-11-17 15:20:03 -05:00
Greg Johnston
64b1e9bed3
fix: use create_effect
for <Portal/>
to avoid hydration issues ( closes #2010 ) ( #2029 )
2023-11-17 15:19:07 -05:00
Greg Johnston
68c91a732d
fix: allow nested functions in Attribute
( closes #2023 ) ( #2027 )
2023-11-15 11:00:15 -05:00
blorbb
8573f22d96
fix: re-export slice!
macro ( #2008 )
2023-11-11 06:47:15 -05:00
Greg Johnston
61c7ff4256
docs: add note about context shadowing ( closes #1986 ) ( #2015 )
2023-11-10 18:04:22 -05:00
Greg Johnston
860d887931
chore: remove duplicate benchmarks in leptos_reactive
( #2014 )
2023-11-10 15:53:32 -05:00
Chris
5e929a75fa
feat: Action::new
and Action::server
( #1998 )
2023-11-10 15:53:20 -05:00
Greg Johnston
d82cf0b76a
docs: remove outdated APP_ENVIRONMENT
variable ( #2013 )
2023-11-10 14:27:45 -05:00
Greg Johnston
cb7e07496a
docs: fix CodeSandbox for resources ( #2002 )
2023-11-07 20:11:30 -05:00
Greg Johnston
17881c5c6e
docs: fix chapter 10 CodeSandbox
2023-11-07 20:07:38 -05:00
Greg Johnston
2e816b26aa
benchmarks: get benchmarks
directory working with updated tachys
2023-11-07 20:03:35 -05:00
Gabriel Hansson
68d67c9e92
book: Fix <Body/> link in metadata.md ( #1999 )
2023-11-07 16:16:47 -05:00
Greg Johnston
0dea6fdcea
fix: correctly reset island/not-island state of SSRed Suspense streaming into island ( closes #1996 ) ( #2000 )
2023-11-07 16:16:27 -05:00
Greg Johnston
530dcff86a
examples: remove incorrect CSR information for hackernews_js_fetch
example ( #1997 )
2023-11-06 14:45:26 -05:00
Greg Johnston
9d9a4932b3
fix: run <ErrorBoundary/>
in a child so siblings don't collide ( closes #1987 ) ( #1991 )
2023-11-05 21:29:35 -05:00
Greg Johnston
bfb67d45e8
examples: fix style.css
path ( closes #1992 ) ( #1994 )
2023-11-05 21:29:17 -05:00
Greg Johnston
b1e8105442
fix: treat Suspense as containing a Set of resources, not a counter (closes Suspense
only working with a single Resource
( closes #1805 , closes #1905 ) ( #1985 )
2023-11-04 11:03:36 -04:00
Greg Johnston
7aced17976
docs: clarify need to provide context to both rendering and server function handler ( #1983 )
2023-11-03 18:34:50 -04:00
Gabriel Hansson
191b40b2ac
docs: point leptos_server
docs.rs url to latest version. ( #1982 )
2023-11-03 17:05:42 -04:00
Gabriel Hansson
15ca5bec61
docs: fix <Transition/>
url in 12_transition.md ( #1980 )
2023-11-03 17:00:26 -04:00
Gabriel Hansson
ba4d226004
docs: Fix 08_parent_child.md callback example code. ( #1976 )
2023-11-03 16:58:45 -04:00
Chris
3adfd334df
fix: leptos_router::params_map!
( #1973 )
...
Fixing implementation comes with the benefit of knocking a crate out of
the deps tree (`common_macros`).
2023-11-02 16:29:50 -04:00
martin frances
d7ca5f2e96
chore: typed-builder and typed-builder-macro - bumped version numbers. ( #1958 )
2023-10-29 21:49:48 -04:00
Chris
67bdb3498f
docs: switch feature flag stable
to nightly
( #1959 )
2023-10-29 21:48:53 -04:00
Greg Johnston
9e9386b223
does this make clippy happy in CI? ( #1965 )
2023-10-29 21:48:33 -04:00
SleeplessOne1917
4029de2d42
feat: impl IntoAttribute
for TextProp
( #1925 )
2023-10-27 17:10:09 -04:00
Greg Johnston
777095670e
fix: add leptos_axum::build_static_routes
( closes #1843 ) ( #1855 )
2023-10-27 17:09:52 -04:00
koopa
a11c6303e2
feat: allow arbitrary attributes for <A/>
component ( #1953 )
2023-10-27 15:30:30 -04:00
Daniél Kerkmann
3394e316b7
docs: add ignoring #[server]
macro for helix as well ( #1951 )
...
Update helix configuration for the newest version.
To be consistent, adding the `server` ignore entry to helix as well.
Also sorting the parameters alphabetically.
2023-10-27 13:55:00 -04:00
Ari Seyhun
4b0437394c
feat: impl IntoAttribute
for Cow<'static, str>
( #1945 )
2023-10-27 13:48:43 -04:00
Ari Seyhun
d10a566e48
feat: add new
method to Trigger
( #1935 )
2023-10-27 13:48:15 -04:00
martin frances
e0cca3e7a3
workflows: bumped tj-actions/changed-files to @39. ( #1942 )
2023-10-27 13:47:56 -04:00
martin frances
0c8ab7c725
workflows: bump setup-node to version 4. ( #1944 )
2023-10-27 13:47:33 -04:00
Ari Seyhun
a2bef05a4b
perf: IntoView
and IntoAttribute
for std::fmt::Arguments
improvements ( #1947 )
...
* fix: use static str when possible in `std::fmt::Arguments` in views
* feat: impl `IntoAttribute` for `std::fmt::Arguments`
2023-10-27 13:42:27 -04:00
Greg Johnston
6361985fb1
fix: relax 'static
bound on as_child_of_current_owner
( #1955 )
2023-10-27 13:20:34 -04:00
Greg Johnston
ad290f5ed2
chore: update README.md to remove note about 0.5
2023-10-24 22:12:12 -04:00
Greg Johnston
5f53a1459e
v0.5.2
2023-10-24 21:03:29 -04:00
Greg Johnston
379623d548
chore: fix SSR tests ( #1943 )
2023-10-24 17:53:45 -04:00
Greg Johnston
db1113e5b3
fix: use separate key in hydration ID for router outlets ( closes #1909 ) ( #1939 )
2023-10-24 15:42:30 -04:00
Greg Johnston
d943a50df1
fix: misaligned </head>
tags in streaming responses ( closes #1930 ) ( #1932 )
2023-10-24 15:42:07 -04:00
Greg Johnston
eb86899e08
chore: remove wee_alloc
to make Dependabot happy ( #1938 )
2023-10-24 15:41:03 -04:00
Greg Johnston
e2842ede44
chore: fix broken doctests in leptos_reactive
2023-10-24 15:35:16 -04:00
Greg Johnston
fdd4b3d919
chore: cargo fmt
2023-10-24 15:01:33 -04:00
nikhilraojl
7771052db8
docs: clarify docs on resource source signal ( #1918 )
2023-10-24 14:29:09 -04:00