v0.2.3
Compatible with leptos 0.6! (by just fixing some tests :))
One new feature: children blocks can be wrapped in either braces or parentheses. No functional differences, just a stylistic choice.
mview! {
p("these are " em("my") " " strong("children"))
}
Full Changelog: v0.2.2...v0.2.3