Andrew Hlynskyi
e5c8d52c6d
chore: enable all features for docs.rs ( #4526 )
2026-01-07 21:53:15 -05:00
Greg Johnston
72e0abc75c
chore: bump versions after recent release ( #4462 )
2025-11-24 17:29:23 -05:00
Zak Stucke
9bf5b22633
Force cleanup even if there are other references to the root owner
2025-11-02 15:24:26 +02:00
Greg Johnston
bbf5bf9170
chore: publish patch releases
2025-09-29 15:21:22 -04:00
Greg Johnston
68477d2b76
fix: preload correct __wasm_split.*.js file ( closes #4322 ) ( #4327 )
2025-09-24 17:00:55 -04:00
Saber Haj Rabiee
8079956d1b
fix: decouple versioning for members
2025-07-21 22:43:58 -07:00
Greg Johnston
839eb9ac1c
fix: correctly handle preloads when they do or don't exist
2025-07-18 08:30:02 -04:00
Greg Johnston
7559b27361
feat: support preloading split WASM files from a manifest
2025-07-17 14:06:20 -04: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
cdee2a9476
feat: "islands router" for client-side navigations when in islands mode ( #3502 )
2025-02-28 14:01:33 -05:00
Greg Johnston
f252460d02
fix: wait for blocking resources before sending subsequent chunks ( close #3280 ) ( #3282 )
2024-12-02 16:44:36 -08:00
Saber Haj Rabiee
14e47e87ba
chore: add Cargo.lock ( closes #2881 ) ( #3192 )
2024-11-04 16:21:35 -05:00
Greg Johnston
2431b19cdf
chore: reexport reactive_graph as leptos::reactive
2024-10-01 19:36:20 -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
Saber Haj Rabiee
b3e2040ec9
chore: upgrade dependencies ( #2765 )
2024-08-10 20:01:41 -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
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
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
b41fde3ff9
work related to 0.7 blog port
2024-08-01 19:40:24 -04:00
Greg Johnston
39607adc94
initial work on meta
2024-08-01 19:40:24 -04:00
Chris
fb5d8513ff
docs: generate link to definition ( #2656 )
2024-07-03 06:46:02 -04:00
Greg Johnston
bfac4cba2a
chore: cargo fmt
2024-03-31 14:12:33 -04:00
zakstucke
fd2817de26
Allow CDN_PKG_PATH at runtime as well as current build time, preferring it when available. ( #2466 )
2024-03-28 08:30:54 +00:00
Ben Wishovich
1da2fff706
Fix missed stuff ( #2398 )
2024-03-02 17:57:20 -08:00
Paul Hansen
b431315f7c
fix(ci): "needless borrow" error
2024-03-01 09:21:58 -06:00
Paul Hansen
6a83161368
chore: add MSRV ( #2360 )
2024-02-28 07:19:09 -05:00
Marc-Stefan Cassola
4b00c16cb9
added hashes generated from cargo-leptos ( #2373 )
...
* added hashes generated from cargo-leptos
* Added config option to disable frontend file name hash
2024-02-27 16:28:27 -08:00
zoomiti
95bd9cc544
feat: use CDN_PKG_PATH at build time to set alternate base URL for JS/WASM bundles ( #2281 ) ( #2283 )
2024-02-15 20:21:47 -05:00
Greg Johnston
d943a50df1
fix: misaligned </head> tags in streaming responses ( closes #1930 ) ( #1932 )
2023-10-24 15:42:07 -04:00
Greg Johnston
238d61ce1e
feat: experimental islands ( #1660 )
2023-09-08 16:33:00 -04:00
IcosaHedron
d9e83121c1
feat: add reload websocket configuration and enable env configuration ( #1613 )
2023-09-01 20:51:46 -04:00
Matt Cuneo
a789100e22
feat: allow autoreload websocket connection to work outside of localhost ( #1548 )
...
* Updated client reloading to use window.location.protocol/host to determine websocket connection. Added optional config reload_external_port to provide further control of the client websocket connection. These changes allow reloading while accessing the served site from outside of localhost.
2023-08-25 15:54:22 -04:00
Greg Johnston
dbc707adcd
feat/change: adopt reactive ownership model and drop cx/Scope ( #918 )
2023-08-21 19:31:37 -04:00
mateusvmv
4001561987
fix: scoping of JS variable names in inline scripts ( #1489 )
2023-08-03 08:46:06 -04:00
martin frances
1e002c2c2f
chore: Removed call to .into(), plus minor touch to docs. ( #1396 )
2023-07-20 08:07:31 -04:00
Greg Johnston
8e68699435
feat: add support for adding CSP nonces ( #1348 )
2023-07-14 16:37:18 -04:00
Joseph Cruz
7902e7edb7
ci: speed up verification ( #1347 )
...
* build: introduce ci task
* refactor(ci): rename cargo make task runner
* ci: add ci workflow
* ci: remove redundant workflows
2023-07-14 14:37:17 -04:00
Greg Johnston
4ad223277d
fix: duplicated meta content during async rendering ( #1352 )
2023-07-14 13:14:19 -04:00
Joseph Cruz
3481a6ee53
build: run tasks from workpace or member directory ( #1339 )
2023-07-13 16:46:51 -04:00
Greg Johnston
5d48911f01
fix: check LEPTOS_OUTPUT_NAME correctly at compile time ( #1338 )
2023-07-13 10:49:13 -04:00
Ben Wishovich
72f8bf4e20
feat: remove need for LEPTOS_OUTPUT_NAME env var after compilation ( #899 )
2023-04-23 15:20:47 -04:00
Ben Wishovich
81f330e888
feat: add thorough tracing throughout ( #908 )
2023-04-22 06:47:11 -04:00
Greg Johnston
42360d109b
change: insert <head> metadata tags at the beginning of the head, not the end ( #731 )
2023-03-31 14:51:27 -04:00