Skip to content

v0.7.1

Compare
Choose a tag to compare
@japgolly japgolly released this 08 Jan 06:16
· 2793 commits to master since this release
v0.7.1
  • Support custom tags, attributes and styles via "string".react{Attr,Style,Tag}.
  • The class attribute 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").