v0.7.1
- Support custom tags, attributes and styles via
"string".react{Attr,Style,Tag}. - The
classattribute now gets some special treatment in that it appends rather than overwrites.
<.div(^.cls := "a", ^.cls := "b")is now the same as<.div(^.cls := "a b").