Greg Johnston
|
d7eacf1ab5
|
chore: remove unused DocumentFragment mounting code
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
d1a4bbe28e
|
chore: fix adding attr todo for static types
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
412ecd6b1b
|
chore: remove dead iterator wrapper code
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
9bc0152121
|
chore: clean up todos in template SSR code
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
4b05cada8f
|
chore: remove dead code for rendering guards
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
a818862704
|
chore: tidy up todos on EitherKeepAlive
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
173487debc
|
fix: add add_any_attr() for AnyView<R>
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
449d96cc9a
|
feat: add wrapper to support add_any_attr() fixes
|
2024-09-20 20:41:51 -04:00 |
|
Greg Johnston
|
5bf6c94bb2
|
chore: remove some testing combinations
|
2024-09-20 20:11:44 -04:00 |
|
Greg Johnston
|
2a62dcf27e
|
chore: fix unused import
|
2024-09-20 18:18:11 -04:00 |
|
Greg Johnston
|
e72f12d32b
|
chore: clean up tests
|
2024-09-20 17:31:11 -04:00 |
|
Greg Johnston
|
cbc4caef19
|
chore: fix testing
|
2024-09-20 16:36:40 -04:00 |
|
Greg Johnston
|
1743724420
|
chore: AsRef/AsMut
|
2024-09-20 15:46:15 -04:00 |
|
Greg Johnston
|
f28dac1093
|
chore: remove unused debug info from HtmlElement
|
2024-09-19 15:38:52 -04:00 |
|
Greg Johnston
|
ff28544fb2
|
feat: add BoxedView wrapper
|
2024-09-19 15:38:52 -04:00 |
|
Greg Johnston
|
5af7b54c9c
|
perf: optimize inert HTML elements (#2989)
|
2024-09-18 19:42:07 -04:00 |
|
Greg Johnston
|
b621ead607
|
fix: forward subscribers for already-resolved Suspend during client-side build
|
2024-09-16 21:10:02 -04:00 |
|
Greg Johnston
|
66cf21f650
|
fix: Ok => Err transition with Suspend (closes #2957)
|
2024-09-16 21:02:30 -04:00 |
|
Greg Johnston
|
efc6fc017d
|
fix: forward subscribers for already-resolved Suspend during hydration
|
2024-09-10 06:59:47 -04:00 |
|
Greg Johnston
|
346efd66f5
|
chore: remove unused cancellation logic for now
|
2024-09-09 21:19:55 -04:00 |
|
Greg Johnston
|
7c0889e873
|
fix: do not retrigger parent effect when Suspend's resources resolve (closes #2956)
|
2024-09-09 18:10:48 -04:00 |
|
Greg Johnston
|
5a57d48913
|
beta5
|
2024-09-08 19:40:32 -04:00 |
|
Greg Johnston
|
32bea69c28
|
fix: implement dry_resolve on Suspend so that resources created inside a Suspend are registered (closes #2917) (#2940)
|
2024-09-06 14:49:37 -04:00 |
|
Greg Johnston
|
7831e4ad05
|
next beta release
|
2024-08-31 11:59:05 -04:00 |
|
Baptiste
|
be20ecd366
|
fix: implement Copy and Clone for HtmlElement without needing Rndr to be Clone/copy (#2889)
|
2024-08-28 07:25:51 -04:00 |
|
Greg Johnston
|
5790d8ad12
|
fix: derive various traits on Dom to make it easier to derive traits on structs that take a generic Renderer
|
2024-08-28 07:25:08 -04:00 |
|
Oliver
|
88d4f14541
|
added attributes to source element (#2883)
Co-authored-by: Oliver Nordh <oliver.nordh@proton.me>
|
2024-08-26 19:27:01 -04:00 |
|
Álvaro Mondéjar Rubio
|
53cc479c14
|
chore: set tracing as feature for all crates (#2843)
|
2024-08-23 17:34:05 -04:00 |
|
Greg Johnston
|
b932bd5e04
|
Merge pull request #2859 from leptos-rs/2743
Add `Resource::refetch()` and `Resource::update()`
|
2024-08-19 07:23:41 -04:00 |
|
Tomer Hanochi
|
78dc8b4410
|
fix: make any_spawner optional and dependent on the reactive_graph feature (#2858)
|
2024-08-18 16:32:20 -04:00 |
|
Greg Johnston
|
c6bf525270
|
chore: version bump for tachys and meta bug
|
2024-08-18 16:25:53 -04:00 |
|
Greg Johnston
|
1b276e1e02
|
Revert "fix: run unmount logic for element children (closes #2832) (#2834)"
This reverts commit 951f4a73ee.
|
2024-08-16 17:43:55 -04:00 |
|
Greg Johnston
|
a898d3f2f7
|
beta2 release
|
2024-08-14 20:13:14 -04:00 |
|
Greg Johnston
|
951f4a73ee
|
fix: run unmount logic for element children (closes #2832) (#2834)
|
2024-08-14 19:59:54 -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 |
|
mahmoud-eltahawy
|
20af4928b2
|
chore: use workspace edition for examples and crates (#2816)
|
2024-08-12 19:25:47 -04:00 |
|
Greg Johnston
|
7b62ad44d2
|
feat: restore hot reloading for 0.7 (#2775)
|
2024-08-12 16:11:30 -04:00 |
|
Greg Johnston
|
5fe58369f5
|
fix: only implement global attributes on HtmlElement, not on all renderable types, to improve autocomplete (#2811)
|
2024-08-11 13:21:08 -04:00 |
|
Saber Haj Rabiee
|
b3e2040ec9
|
chore: upgrade dependencies (#2765)
|
2024-08-10 20:01:41 -04:00 |
|
Greg Johnston
|
d1248d3faf
|
fix: hydration for attributes with Option<_> (closes #2793) (#2794)
|
2024-08-08 14:11:26 -04:00 |
|
martin frances
|
97e0222061
|
chore: cargo outdated, bump rustc-hash to version 2.0.0, no additional fixup needed. (#2778)
|
2024-08-05 20:53:16 -04:00 |
|
luoxiaozero
|
a7aedee4fd
|
feat: adds ForEnumerate component that gives reactive access to current index in list (#2773)
|
2024-08-05 20:52:18 -04:00 |
|
Corvus
|
f180941b7b
|
feat: complete img and video attributes set (#2774)
|
2024-08-05 20:38:20 -04:00 |
|
Corvus
|
f174688974
|
feat: provide deprecated create_node_ref (#2777)
|
2024-08-05 20:33:58 -04:00 |
|
Corvus
|
3dbedfc871
|
feat: reintroduce custom events (#2762)
|
2024-08-04 08:21:10 -04:00 |
|
luoxiaozero
|
026152d20e
|
fix: correctly rebuild reactive attributes to avoid stale signals (#2763)
|
2024-08-04 08:16:02 -04:00 |
|
Greg Johnston
|
00fb8f29d3
|
fix: do not pass SendWrappers through Suspense (closes #2756)
|
2024-08-02 10:27:35 -04:00 |
|
Greg Johnston
|
c88409a333
|
fix: update reactive views for new requirements
|
2024-08-01 19:43:09 -04:00 |
|
Greg Johnston
|
11011c2bda
|
fix: correct async resolution for islands (closes #2734)
|
2024-08-01 19:43:09 -04:00 |
|