miso v1.7.1 Release Notes

Release Date: 2020-07-05 // over 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