OvermindDL1
72d6af9c84
fix: use once_cell crate until OnceLock stabilized ( closes #890 )
...
* Fixes #890 that was using OnceLock, which is nightly only, by adding the once_cell crate as a dependency.
* Make `cargo fmt` happy
2023-04-18 16:31:04 -04:00
Filip Dutescu
8198cd0b68
chore(readme): add link to Matrix bridge ( #894 )
...
While the project offers a [Matrix][matrix] bridge, it is nowhere shown.
One would need to join the [Discord][discord] server and search through
it to find it.
To make it easier to join through [Matrix][matrix], add a badge in the
project `README.md`.
[matrix]: https://matrix.org/
[discord]: https://discord.com/
Fixes : #893
Signed-off-by: Filip Dutescu <filip@hucksy.dev>
2023-04-18 15:30:00 -04:00
Greg Johnston
fe68b47ba2
perf: tiny optimization on primitive child values ( #887 )
2023-04-17 22:09:10 -04:00
Greg Johnston
384d39543c
fix: dispose of scope when server fns return error ( closes #862 ) ( #888 )
2023-04-17 22:08:47 -04:00
agilarity
225e62d12f
examples: split counter without macros web test ( #884 )
2023-04-17 20:26:31 -04:00
Greg Johnston
3905a2aa60
docs: SSR modes
2023-04-17 17:00:52 -04:00
Greg Johnston
ff6ce2dac0
docs: add SSR mode videos
2023-04-17 16:03:36 -04:00
Greg Johnston
16675cbff2
docs: add chapter on styling
2023-04-17 11:50:50 -04:00
HJin.me
9524c6e289
fix: <For/> rendering error in SSR InOrder/Async Mode ( #879 )
2023-04-17 10:48:07 -04:00
Mark Catley
bc316c648c
feat: add expect_context
function ( #864 )
...
Most of the time when using use_context it would be a bug if the context
wasn't present and appropriate to panic. This is a convenience function
that has that behavior.
2023-04-17 10:47:50 -04:00
Matt Crane
6753ba21c4
fix: allow server functions to work with non-Cargo build systems with SERVER_FN_OVERRIDE_KEY
env var ( #878 )
2023-04-17 08:46:32 -04:00
Greg Johnston
efbe32e081
feat: add non-animation base classes to <AnimatedOutlet/>
and <AnimatedRoutes/>
( #877 )
2023-04-17 08:12:22 -04:00
Kamil Ogórek
55fd6d44f9
docs: Add per-project toolchain override readme ( #876 )
2023-04-16 16:30:20 -04:00
Mustafa Zaki Assagaf
90972f2d94
fix: updated nix flakes lock files on session auth axum examples to fix once_cell doesn't compile ( #872 )
2023-04-15 13:32:59 -04:00
Greg Johnston
7382c7e51c
feat: add the ability to specify animations on route transitions ( #736 )
2023-04-14 18:20:42 -04:00
Greg Johnston
8a6d129575
examples: fix error handling in fetch example ( #870 )
2023-04-14 16:13:14 -04:00
Stackingttv
e20c77710d
docs: fixed typo in life cycle docs ( #869 )
2023-04-14 15:12:18 -04:00
Greg Johnston
93da88eac0
feat: add ability to set node_ref
and pass additional attributes to <Form/>
and friends ( #853 )
2023-04-14 14:25:52 -04:00
agilarity
5072539917
examples: fix counter_without_macros
test ( #863 )
2023-04-14 14:06:53 -04:00
Chris Roth
78c59df1d1
docs: fix match statement ( #860 )
2023-04-14 14:05:21 -04:00
Greg Johnston
75e40eafb2
docs: add "Life Cycle of a Page Load"
2023-04-14 13:30:53 -04:00
Álvaro Mondéjar
274a1ac5f0
Remove &
at the end of params queries ( #854 )
2023-04-12 17:04:22 -04:00
Greg Johnston
17040a4af4
fix: custom events in SSR mode ( #852 )
2023-04-12 13:21:36 -04:00
Greg Johnston
b09a5f905e
docs: emit error when trying to combine global class and dynamic class in a bugged way ( #850 )
2023-04-11 21:15:07 -04:00
Greg Johnston
683511f311
clippy
2023-04-11 14:37:54 -04:00
Greg Johnston
151c58733b
docs: clean up methods
documentation
2023-04-11 14:37:12 -04:00
Greg Johnston
012ff56cd6
fix static text nodes with curly braces in SSR ( #849 )
2023-04-11 12:46:32 -04:00
Nova
493c805993
feat: Trigger
primitive and reactive-system cleanups ( #838 )
2023-04-10 17:47:52 -04:00
Greg Johnston
764192af36
feat: allow multiple HTTP request methods/verbs ( #695 )
2023-04-10 16:42:15 -04:00
Greg Johnston
f969fd7eff
fix: don't entity-encode HTML special characters inside <script>
or <style>
( closes #837 ) ( #846 )
2023-04-10 13:15:15 -04:00
Greg Johnston
2c7ee0d415
feat: rustls
feature for reqwest
and any other relevant dependencies ( #842 )
2023-04-10 13:15:00 -04:00
Snêu
5430c78e18
docss: correct broken MaybeSignal
link ( #840 )
2023-04-10 07:37:41 -04:00
Greg Johnston
6b052557d1
fix: correct todo_app_sqlite
README ( closes #845 )
2023-04-10 07:17:46 -04:00
Nova
70f3edb0f5
fix: fix leaks in memos, and in scope parent tracking ( #841 )
2023-04-09 16:36:53 -04:00
Greg Johnston
4e1f963750
Merge pull request #831 from novacrazy/main
...
Various optimizations, size reductions and stability improvements
2023-04-08 09:04:13 -04:00
novacrazy
3c3d3b33f1
Remove unnecessary into
2023-04-07 17:41:27 -05:00
novacrazy
be7b9eea25
Merge branch 'main' of https://github.com/leptos-rs/leptos
2023-04-07 14:09:10 -05:00
Greg Johnston
016ad6b7a6
feat: make __Props
imports unnecessary ( closes #746 ) ( #828 )
2023-04-07 15:06:10 -04:00
Greg Johnston
5dab35447a
update README.md
2023-04-07 13:19:35 -04:00
Greg Johnston
63be819533
tests: update benchmarks ( #827 )
...
* tests: add Criterion benchmarking and move reactive benchmarks into `leptos_reactive`
* tests: updated SSR benchmarks
2023-04-07 13:04:26 -04:00
Aaron Karras
af8afb1204
perf: use local pools for axum handlers ( #815 )
2023-04-07 11:35:16 -04:00
Mark Catley
2170be8e01
chore: deny warnings on github actions ( #814 )
...
Enabling on all except for checking examples to start. I'll fix those
and add it as a follow up.
Closes #795
2023-04-07 09:28:48 -04:00
Greg Johnston
1187a506dd
fix: server functions with url
as argument name (closes issue #823 ) ( #825 )
2023-04-07 09:28:31 -04:00
Greg Johnston
ff5ceddbe2
fix: correctly pass server fn errors to client ( #822 )
2023-04-07 08:12:10 -04:00
Greg Johnston
41a5e09caa
docs: add sandbox links and max height ( #824 )
2023-04-07 07:38:12 -04:00
novacrazy
60b96c9118
Couple more inline tweaks
2023-04-07 05:28:50 -05:00
novacrazy
7ccb2d9f44
Simplify SsrMode enum
2023-04-07 05:10:55 -05:00
novacrazy
2c2090a194
Return Cow from as_value_string
2023-04-07 05:09:49 -05:00
novacrazy
de9b2998ac
More inlining
2023-04-07 05:09:24 -05:00
novacrazy
29b81a3d50
Another round of inlining
2023-04-07 01:44:18 -05:00