miso v1.7.1 Release Notes

Release Date: 2020-07-05 // almost 4 years ago
    • ๐Ÿ‘ 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.

Previous changes from v1.7

    • โž• Added textRaw
      • style_ and script_ can now contain CSS and JS in body.
    • โž• Add collapse sibling text nodes.
      • Solves the prerendering runtime failure problem.
      • Allows for consecutive text nodes to be present in a View a
    • ๐Ÿ›  Various jsaddle fixes.
    • ๐Ÿ› Bug fixes to https://haskell-miso.org (regarding links)
    • โž• Added LogLevel