leptos/leptos_dom/src
2024-08-01 19:41:11 -04:00
..
components chore: bump nightly version in examples (#2479) 2024-04-01 15:16:53 -04:00
events feat: allow spreading of both attributes and event handlers (#2432) 2024-04-05 14:30:34 -04:00
macro_helpers fix: remove unnecessary 'static lifetime from argument in function Style::as_value_string() (#2683) 2024-07-12 11:53:48 -04:00
components.rs change: change all tracing levels to trace to reduce verbosity (#2176) 2024-01-13 08:19:12 -08:00
directive.rs feat: add directives with use: (#1821) 2023-10-19 16:15:36 -04:00
events.rs docs: runtime error if setting the same event listener 2x rather than silent failure (#2383) 2024-03-07 16:49:23 -05:00
helpers.rs make WindowListenerHandle Send + Sync so it can be remove via on_cleanup 2024-08-01 19:41:11 -04:00
html.rs feat: allow spreading of both attributes and event handlers (#2432) 2024-04-05 14:30:34 -04:00
hydration.rs chore: new clippy warnings 2024-01-19 11:14:36 -05:00
lib.rs module restructuring for 0.7 2024-08-01 19:40:56 -04:00
logging.rs work related to 0.7 blog port 2024-08-01 19:40:24 -04:00
math.rs feat: impl From<HtmlElement<El>> for HtmlElement<AnyElement> (#1700) 2023-09-13 19:55:48 -04:00
node_ref.rs fix: only issue NodeRef warning in debug mode (necessary to compile in --release) (#2587) 2024-05-11 15:05:17 -04:00
nonce.rs feat: make IntoAttribute more flexible for Option<T: IntoAttribute> (#2130) 2023-12-30 13:10:07 -05:00
ssr.rs chore: bump nightly version in examples (#2479) 2024-04-01 15:16:53 -04:00
ssr_in_order.rs change: change all tracing levels to trace to reduce verbosity (#2176) 2024-01-13 08:19:12 -08:00
svg.rs feat: impl From<HtmlElement<El>> for HtmlElement<AnyElement> (#1700) 2023-09-13 19:55:48 -04:00
transparent.rs feat/change: adopt reactive ownership model and drop cx/Scope (#918) 2023-08-21 19:31:37 -04:00