Skip to content

1.7.1

Compare
Choose a tag to compare
@dmjio dmjio released this 05 Jul 18:35
· 97 commits to master since this release
  • Allows for adding multiple classes together
view _ = div_ [ class_ "foo", class_ "bar" ] [ ]

Will be shown on the DOM as class="foo bar"

  • Bug fixes related to isomorphic rendering.