leptos/leptos_dom/src
Greg Johnston 701e3077fb chore: cargo fmt 2024-02-05 06:38:02 -05:00
..
components change: change all tracing levels to `trace` to reduce verbosity (#2176) 2024-01-13 08:19:12 -08:00
events chore: stop using std::fmt, instead used core::fmt. (#2033) 2023-11-17 15:36:13 -05:00
macro_helpers chore: new clippy warnings 2024-01-19 11:14:36 -05: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 feat: `Oco` (Owned Clones Once) smart pointer (#1480) 2023-08-26 11:43:51 -04:00
helpers.rs chore: stop using std::fmt, instead used core::fmt. (#2033) 2023-11-17 15:36:13 -05:00
html.rs chore: cargo fmt 2024-02-05 06:38:02 -05:00
hydration.rs chore: new clippy warnings 2024-01-19 11:14:36 -05:00
lib.rs fix!: remove clone in `Cow<'static, str>` `IntoView` impl (#1946) 2024-01-19 14:16:58 -05:00
logging.rs change: move logging macros into a `logging` module to avoid name conflicts with `log` and `tracing` (#1658) 2023-09-08 07:42:58 -04:00
math.rs feat: impl `From<HtmlElement<El>> for HtmlElement<AnyElement>` (#1700) 2023-09-13 19:55:48 -04:00
node_ref.rs feat: add `new` method to `NodeRef` (#1896) 2023-10-15 19:56:23 -04:00
nonce.rs feat: make `IntoAttribute` more flexible for `Option<T: IntoAttribute>` (#2130) 2023-12-30 13:10:07 -05:00
ssr.rs docs: `View::render_to_string` panic (#2200) 2024-01-19 17:07:39 -08: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