Saber Haj Rabiee
aab952357e
Dependabot, Attemp #2 ( #3204 )
...
* fix: remove examples and benchmarks from dependabot search path
* chore: update/upgrade deps to prevent dependabot PR pollution at first
run
* fix: increase number of pull requests from dependabot as the workspace
is pretty big
* fix: revert rkyv version as it was unexpectedly downgraded
* fix: tower in example
2024-11-07 10:55:57 -08:00
Saber Haj Rabiee
14e47e87ba
chore: add Cargo.lock
( closes #2881 ) ( #3192 )
2024-11-04 16:21:35 -05:00
Greg Johnston
c1d7f0f8d1
fix: exclude excluded server fn paths instead of unregistering them ( closes #3150 , #3175 ) ( #3176 )
2024-11-03 20:02:11 -05:00
Greg Johnston
d5894555cc
fix: allow !Send
errors in Actix extract()
( #3189 )
2024-11-03 19:53:24 -05:00
Greg Johnston
d0ef7b904d
feat: add OptionalParamSegment ( closes #2896 ) ( #3140 )
2024-10-21 21:15:14 -04:00
Greg Johnston
7904e0c395
fix: unregister server functions whose paths are in excluded routes ( closes #2735 ) ( #3138 )
2024-10-21 09:14:36 -04:00
Corvus
f3aaae857a
feat: allow axum to serve precompressed files ( #3133 )
2024-10-19 20:47:35 -04:00
Greg Johnston
4f7fa41262
fix: don't on WASM server targets unless you actually try to generate static routes ( closes #3094 ) ( #3097 )
2024-10-10 15:20:04 -04:00
vsuryamurthy
f0bcbd9cfe
remove unused dependencies leptos_axum and leptos_router ( #2960 )
...
* remove unused dependencies leptos_axum and leptos_router
* cargo fmt
* Restore http::Uri under default feature
* use axum re-exported headers instead of http directly
---------
Co-authored-by: Greg Johnston <greg.johnston@gmail.com>
2024-10-10 04:29:11 -07:00
Greg Johnston
77f05c6f4e
fix: add HEAD
support for Actix in leptos_routes
( closes #2885 ) ( #3069 )
2024-10-07 21:01:46 -04:00
jk
8feee5e5d7
Migrate rkyv 0.8.x ( #3054 )
2024-10-02 10:03:20 -07:00
Greg Johnston
0d4f3b51e9
fix: import of reactive_graph
in integrations
2024-10-01 19:38:55 -04:00
Greg Johnston
2431b19cdf
chore: reexport reactive_graph
as leptos::reactive
2024-10-01 19:36:20 -04:00
Greg Johnston
2b70961110
change: rename island-router feature so people don't use it
2024-09-30 20:08:24 -04:00
Greg Johnston
e70083708a
chore: fix dependencies
2024-09-20 16:39:21 -04:00
Greg Johnston
57bd343f4a
fix: remove Owner from thread-local when it is ordinarily dropped, to ensure cleanup ( closes #2942 ) ( #2944 )
2024-09-07 07:01:54 -04:00
Greg Johnston
e7bb859cd9
feat: add support for static routing and incremental static regeneration ( #2875 )
2024-08-31 10:33:12 -04:00
Álvaro Mondéjar Rubio
53cc479c14
chore: set tracing
as feature for all crates ( #2843 )
2024-08-23 17:34:05 -04:00
mahmoud-eltahawy
20af4928b2
chore: use workspace edition for examples and crates ( #2816 )
2024-08-12 19:25:47 -04:00
Tommy Yu
10860ebb1e
doc: more details on how redirect works ( closes #2789 ) ( #2796 )
2024-08-11 07:11:05 -04:00
Saber Haj Rabiee
b3e2040ec9
chore: upgrade dependencies ( #2765 )
2024-08-10 20:01:41 -04:00
Greg Johnston
35b457aa82
chore: update examples and doctests
2024-08-01 20:59:39 -04:00
Greg Johnston
c43b71d3fa
chore: update examples and doctests
2024-08-01 20:45:40 -04:00
Greg Johnston
05cd1bc6f0
chore: proper feature gating for imports
2024-08-01 19:43:10 -04:00
Greg Johnston
213365e4e9
chore: clippy
2024-08-01 19:43:09 -04:00
Greg Johnston
93c893f4b3
fix: use correct Request type in Actix extractor
2024-08-01 19:43:09 -04:00
Greg Johnston
4fa72a94fb
feat: allow reusing the same endpoint for server functions with different HTTP verbs in their input encodings
2024-08-01 19:43:09 -04:00
Greg Johnston
6c749f5e24
fix: provide a hydration context during route generation
2024-08-01 19:43:09 -04:00
Greg Johnston
8635887ca7
feat: optional branch-marking in HTML to support initial work on client-side islands routing
2024-08-01 19:42:51 -04:00
Greg Johnston
62cb361031
chore: clippy
2024-08-01 19:42:50 -04:00
Bruno De Simone
2c4f11b238
remove FromRef implementation from LeptosRoutes axum impl ( #2670 )
2024-08-01 19:42:50 -04:00
Greg Johnston
208ab97867
feat: move to a channel-based implementation for meta
2024-08-01 19:42:50 -04:00
Greg Johnston
d7ca969848
blocking resources
2024-08-01 19:42:50 -04:00
Greg Johnston
c76208aad0
fix: nonexistent feature
2024-08-01 19:42:50 -04:00
Greg Johnston
7e3781b5dd
support wasm-only
2024-08-01 19:42:50 -04:00
Greg Johnston
97dc3cc2e5
support wasm-only
2024-08-01 19:42:50 -04:00
Greg Johnston
61e51cbe1c
support wasm-only
2024-08-01 19:42:50 -04:00
Ben Wishovich
c676cf921d
Make get_configuration sync ( #2647 )
...
* Made get_configuraiton sync
* Update examples
2024-08-01 19:42:49 -04:00
Greg Johnston
2916873985
feat: provide static file handling/fallback directly in integration
2024-08-01 19:42:21 -04:00
Greg Johnston
a50c6b0140
can save a lookup here
2024-08-01 19:42:20 -04:00
Greg Johnston
29cf1f4814
add server redirects
2024-08-01 19:42:20 -04:00
Greg Johnston
ca68fa5a3d
fix: ensure that leptos_meta
and leptos_router
are in SSR mode if using one of the server integrations
2024-08-01 19:41:55 -04:00
Greg Johnston
56977411f2
chore: clippy and unused dependencies in integrations
2024-08-01 19:41:13 -04:00
Greg Johnston
caf797dba0
refactor integrations and add Actix integration
2024-08-01 19:41:13 -04:00
Greg Johnston
40c1f38a07
ResponseOptions support
2024-08-01 19:41:13 -04:00
Greg Johnston
9666c9c0c5
chore: clear up... a few warnings
2024-08-01 19:41:12 -04:00
Greg Johnston
b24eaedfe9
reorganizing exports and updating examples
2024-08-01 19:40:56 -04:00
Greg Johnston
53b22a9b74
clear some warnings
2024-08-01 19:40:56 -04:00
Greg Johnston
75d6763f4e
move router crates
2024-08-01 19:40:56 -04:00
Greg Johnston
2934c295b5
work on Axum integration and on error boundaries
2024-08-01 19:40:25 -04:00