miso v1.7.1 Release Notes
Release Date: 2020-07-05 // almost 3 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_
andscript_
can now containCSS
andJS
inbody
.
- โ 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
- โ Added