leptos/leptos_macro
Greg Johnston 13f7cb9a9a
fix: add missing attribute-escaping logic in `leptos_meta` and `class` attributes in SSR (closes #1238) (#1241)
2023-06-27 11:53:23 -04:00
..
example feat: pass components with no props directly into the view as a function that takes only `Scope` (#1144) 2023-06-05 20:48:22 -04:00
src fix: add missing attribute-escaping logic in `leptos_meta` and `class` attributes in SSR (closes #1238) (#1241) 2023-06-27 11:53:23 -04:00
tests feat: RSX parser with recovery after errors, and unquoted text (#1054) 2023-05-21 06:45:53 -04:00
.gitignore Initial commit 2022-07-31 16:46:14 -04:00
Cargo.toml change: migrate to `nightly` and `csr` features rather than `stable` and `default-features = false` (#1227) 2023-06-26 21:12:14 -04:00