Roland Fredenhagen
|
fa2e2248d3
|
feat: impl FromIterator for View (#945)
|
2023-04-24 20:07:27 -04:00 |
|
Ben Wishovich
|
81f330e888
|
feat: add thorough tracing throughout (#908)
|
2023-04-22 06:47:11 -04:00 |
|
Greg Johnston
|
f3b8d27c4f
|
change: add window_event_listener_untyped and deprecate window_event_listener pending 0.3.0 (#913)
|
2023-04-21 14:14:35 -04:00 |
|
Greg Johnston
|
d3a577c365
|
cargo fmt
|
2023-04-21 12:45:08 -04:00 |
|
Greg Johnston
|
b80f9e3871
|
fix: issue with ordering of class attribute and class=("fancy-name-200", true) (closes #907) (#914)
|
2023-04-21 12:42:35 -04:00 |
|
Logan B. Nielsen
|
d3d2cbed7e
|
feat: add typed window event listeners (#910)
|
2023-04-21 11:43:11 -04:00 |
|
Daniel Santana
|
7a5a776cb9
|
feat: get_untracked for node_ref. (#902)
|
2023-04-19 20:09:54 -04:00 |
|
Greg Johnston
|
6b825fec37
|
fix: erroneous non-reactive access warning in undelegated events (#900)
|
2023-04-19 20:09:05 -04:00 |
|
HJin.me
|
9524c6e289
|
fix: <For/> rendering error in SSR InOrder/Async Mode (#879)
|
2023-04-17 10:48:07 -04:00 |
|
Greg Johnston
|
683511f311
|
clippy
|
2023-04-11 14:37:54 -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 |
|
novacrazy
|
3c3d3b33f1
|
Remove unnecessary into
|
2023-04-07 17:41:27 -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 |
|
novacrazy
|
5bc0d89ce7
|
Cleanup Comment::new
|
2023-04-07 00:52:35 -05:00 |
|
novacrazy
|
342b10c232
|
Use Cow for ErrorKey
|
2023-04-07 00:52:23 -05:00 |
|
novacrazy
|
ba9d3c1602
|
Another round of inlining
|
2023-04-07 00:52:11 -05:00 |
|
novacrazy
|
de06c9b2ca
|
Fix Box<dyn> casts
|
2023-04-06 21:52:25 -05:00 |
|
novacrazy
|
84c7d00ea9
|
Use Cow<'static, str> for Attributes
|
2023-04-06 21:52:11 -05:00 |
|
novacrazy
|
8f5ae0054d
|
Second round of inlining
|
2023-04-06 21:39:29 -05:00 |
|
Nova
|
374f0c4e27
|
Merge branch 'leptos-rs:main' into main
|
2023-04-06 21:31:41 -05:00 |
|
novacrazy
|
578dd5ef35
|
Convert bubbles to associated const for more reliable const-eval and dead-code elimination
|
2023-04-06 20:55:18 -05:00 |
|
novacrazy
|
934a131deb
|
Pull out non-generic code from leptos_dom
Avoids duplicate codegen
|
2023-04-06 20:52:13 -05:00 |
|
Greg Johnston
|
5d3a360456
|
fix: correctly escape HTML special characters in text nodes during SSR (#812)
|
2023-04-06 06:52:59 -04:00 |
|
Greg Johnston
|
fa1013f7c3
|
chore: fix unused variable warning in property now that it's not memoized (#810)
|
2023-04-05 13:20:16 -04:00 |
|
Marcus Ofenhed
|
c2ff1cabf1
|
feat: Add ability to include options to event listeners (#799)
|
2023-04-04 20:50:35 -04:00 |
|
Greg Johnston
|
7bce4de682
|
fix: issues with nested <Suspense/> (closes #764) (#781)
|
2023-04-02 15:57:43 -04:00 |
|
Greg Johnston
|
210c11a733
|
docs: add runtime "strict mode" checks that warn if you’re non-reactively accessing a value (#786)
|
2023-04-01 17:41:25 -04:00 |
|
Greg Johnston
|
e78ce7e6b9
|
feat: create_blocking_resource (#752)
|
2023-04-01 11:25:00 -04:00 |
|
Greg Johnston
|
1e037ecb60
|
chore: clippy and docs warnings (#779)
|
2023-03-31 17:12:42 -04:00 |
|
Greg Johnston
|
1ff56f7bfd
|
fix: stop memoizing properties in a way that breaks prop:value (closes #768) (#772)
|
2023-03-30 19:44:38 -04:00 |
|
Greg Johnston
|
f4043cbd9f
|
fix: escape </script> and other HTML tags in serialized resources (#763)
|
2023-03-29 13:51:48 -04:00 |
|
Igor Shevchenko
|
98a9ec8335
|
chore(docs): fix a few typos (#756)
|
2023-03-27 20:06:34 -04:00 |
|
jquesada2016
|
5329561687
|
feat: add is_mounted and dyn_classes (#714)
|
2023-03-27 19:03:59 -04:00 |
|
Álvaro Mondéjar
|
509223ab2e
|
chore: Upgrade console_log to stable (#724)
|
2023-03-22 18:21:53 -04:00 |
|
Greg Johnston
|
665b0b8ed2
|
chore: make wasm-bindgen dependency optional in leptos_reactive (#723)
|
2023-03-22 17:56:52 -04:00 |
|
Greg Johnston
|
875d2d5a3a
|
chore: handle unbounded_send warnings
|
2023-03-20 09:33:58 -04:00 |
|
Greg Johnston
|
2faddd85cb
|
feat: add set_interval_with_handle and deprecate set_interval (#709)
|
2023-03-19 16:45:22 -04:00 |
|
martin frances
|
ddd463748d
|
clippy: less .clone() calls, simpler pointer passing. (#707)
|
2023-03-19 15:30:12 -04:00 |
|
Greg Johnston
|
08c56f7d6c
|
feat: add a debounce helper for event listeners (#691)
|
2023-03-19 07:10:56 -04:00 |
|
Elliot Waite
|
e1ba26b62c
|
feat: add request_animation_frame_with_handle and request_idle_callback_with_handle (#698)
|
2023-03-18 19:09:36 -04:00 |
|
Greg Johnston
|
309f0bf826
|
fix: ignore view markers in DynChild hydration (closes issue #697) (#703)
|
2023-03-18 19:01:56 -04:00 |
|
Greg Johnston
|
1698ffa7db
|
fix issues in release mode (closes #700) (#701)
|
2023-03-18 11:04:06 -04:00 |
|
Greg Johnston
|
3bd52fcc9d
|
fix: hydration errors with <Suspense/> inside components in SSR mode (#688)
|
2023-03-17 12:46:04 -04:00 |
|
Greg Johnston
|
55f9081465
|
fix: allow multiple <Suspense/> on same page during in-order or async rendering (#687)
|
2023-03-17 12:05:36 -04:00 |
|
Brett Etter
|
a8a9c575b5
|
Added IntoView for ReadSignal and RwSignal in the stable feature. (#677)
|
2023-03-15 16:40:22 -04:00 |
|
Greg Johnston
|
b8f79a7e56
|
fix: suppress spurious hydration warnings for tags in leptos_meta (#684)
|
2023-03-14 14:17:23 -04:00 |
|
Greg Johnston
|
38daaf3b72
|
chore: apply cargo machete systematically (#671)
|
2023-03-13 10:16:20 -04:00 |
|
Greg Johnston
|
591212a56a
|
feat: add fragment support for hot reloading and fix some stuff (#659)
|
2023-03-11 07:21:37 -05:00 |
|