Skip to content

v0.2.3

Compare
Choose a tag to compare
@blorbb blorbb released this 27 Jan 08:11
· 49 commits to main since this release

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