Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 355 Bytes

0.7.1.md

File metadata and controls

5 lines (4 loc) · 355 Bytes

0.7.1 (commit log)

  • 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").