Greg Johnston
|
5af7b54c9c
|
perf: optimize inert HTML elements (#2989)
|
2024-09-18 19:42:07 -04:00 |
|
Greg Johnston
|
fc06980c60
|
feat: directly implement IntoIterator on keyed fields
|
2024-09-14 21:22:16 -04:00 |
|
Greg Johnston
|
5ab865e89d
|
example: fix so we remove by ID, not by id-as-index
|
2024-09-14 18:33:36 -04:00 |
|
Greg Johnston
|
3646bf31b0
|
example: only show date if in scheduling mode
|
2024-09-14 17:00:31 -04:00 |
|
Greg Johnston
|
dc9fbb0585
|
Merge branch 'main' into more-stores
|
2024-09-13 17:31:54 -04:00 |
|
Greg Johnston
|
d7b2f9d05b
|
feat: keyed store fields, with keyed iteration
|
2024-09-13 17:21:09 -04:00 |
|
Greg Johnston
|
69c4090d32
|
example: update stores example to show enum matching
|
2024-09-13 12:12:05 -04:00 |
|
Greg Johnston
|
4e4fb8ab10
|
chore(examples): SsrMode is no longer clone (#2954)
|
2024-09-08 19:39:15 -04:00 |
|
Greg Johnston
|
45380a258a
|
feat: add support for simple enums in stores
|
2024-09-08 13:56:32 -04:00 |
|
Tommy Yu
|
4dea1195e2
|
examples: include axum_js_ssr for discussion of integrating JS libraries (#2878)
|
2024-09-08 13:42:14 -04:00 |
|
Matt Kane
|
05e08166c4
|
chore: update suspense_test example to use Resource::map (#2877)
|
2024-09-07 20:56:30 -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
|
a7db918775
|
docs: update main documentation of leptos crate (#2853)
|
2024-08-28 07:44:29 -04:00 |
|
niklass-l
|
6bba233ba7
|
Add support for postcard codec in server_fn (#2879)
* Add support for postcard codec
* Add postcard feature set exclusions
* Add postcard server fn encoding example
|
2024-08-26 13:58:23 -07:00 |
|
Greg Johnston
|
c5dea52e69
|
chore: restore Playwright tests for counters example (#2864)
|
2024-08-20 13:38:22 -04:00 |
|
Greg Johnston
|
2a26a648ba
|
examples: fix/update GTK example, and remove web parallels (#2839)
|
2024-08-14 19:47:33 -04:00 |
|
Saber Haj Rabiee
|
db1c15f4e4
|
fix: fix web-sys warnings in server_fn (#2828)
* fix: fix web-sys warnings in server_fn
* fix: update web-sys to 0.3.70
* fix: web-sys clipboard api in 0.3.70
|
2024-08-13 15:46:34 -07:00 |
|
Saber Haj Rabiee
|
e01dfbf497
|
fix: update to wasm-bindgen 0.2.93 (#2827)
|
2024-08-13 15:21:57 -07:00 |
|
Greg Johnston
|
7b62ad44d2
|
feat: restore hot reloading for 0.7 (#2775)
|
2024-08-12 16:11:30 -04:00 |
|
Greg Johnston
|
27dbadb7d2
|
fix: allow generic parameters for directive functions (closes #2808) (#2812)
|
2024-08-11 20:37:57 -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 |
|
Álvaro Mondéjar Rubio
|
0ae67cf122
|
chore: clean up examples (#2779)
|
2024-08-05 21:23:17 -04:00 |
|
Greg Johnston
|
1d97494e19
|
fix: update syntax now that dispatch returns something
|
2024-08-03 11:52:09 -04:00 |
|
Greg Johnston
|
43421c56d5
|
example: use a local signal for the input
|
2024-08-01 19:43:09 -04:00 |
|
Saber Haj Rabiee
|
efe832e39a
|
fix: hackernews_js_fetch example for leptos_0.7 (#2678)
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
1f2b13a976
|
feat: allow !Send signals
|
2024-08-01 19:42:51 -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
|
28fcfe4a46
|
example: use path! macro in router example
|
2024-08-01 19:42:51 -04:00 |
|
Greg Johnston
|
4107203da2
|
examples: update to Suspend::new()
|
2024-08-01 19:42:51 -04:00 |
|
Greg Johnston
|
3b09312e1a
|
chore: clippy
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
0a89f151be
|
feat: type-erased store Field structs
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
c771ab7e71
|
examples: revert changes to counter
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
3515469835
|
feat: iteration over reactive store list
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
6590749956
|
docs: initial work on porting docs from 0.6 to 0.7
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
6ca3639c3e
|
fix: improved API for unsync actions that doesn't require SendWrapper on input
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
37db7b5d0a
|
chore: leptosfmt
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
e2721d53bd
|
fix: invalid p/ul relationship causing hydration issue
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
0cf3113812
|
feat: local resources with .await
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
2006eca1a0
|
Form component in 0.7
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
a68653b385
|
feat: automatically replace Suspense blocks if they are still waiting to be flushed, without JS (replaces PartiallyBlocked)
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
8502745036
|
chore: update test output
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
64fc6cd514
|
restore fallback for compressed version
|
2024-08-01 19:42:50 -04:00 |
|
Greg Johnston
|
38d51b01d7
|
feat: support reactive and asynchronous ProtectedRoute conditions
|
2024-08-01 19:42:49 -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
|
fc59cdaf61
|
examples: update directives tests
|
2024-08-01 19:42:49 -04:00 |
|
Greg Johnston
|
18b33c7606
|
updated directives example
|
2024-08-01 19:42:49 -04:00 |
|
Greg Johnston
|
3ebea79e05
|
preliminary work on directives (not useful yet until we have an ElementExt that allows you to do things declaratively from an Element
|
2024-08-01 19:42:49 -04:00 |
|
Greg Johnston
|
5b7f5e3db3
|
hackernews islands example
|
2024-08-01 19:42:49 -04:00 |
|
Greg Johnston
|
ae14644806
|
update static file serving in Axum examples
|
2024-08-01 19:42:21 -04:00 |
|