Releases: dmjio/miso
Releases · dmjio/miso
1.8.5
1.8.4
1.8.3
- Implemented workaround for GHC bug in 9.0.2 where hidden functions are still colliding with
Prelude
functions (e.g.elem
) - Added Haskell favicon to https://haskell-miso.org
- Indentation adjustments in JS files.
- Async version bump in JS tests.
- Support
text-1.2.5
1.8.2
1.8.1
1.8
- Added
rawHtml
combinator. Useful for converting raw HTML into virtual DOM. - Backend and frontend fully merged (@tysonzero)
styleInline
combinator (@developandplay)- Pixel Card Wars (@smelc)
- Delegate uses synchronous instead of asynchronous (@parthshah31)
- Nix refactoring
- GitHub CI
- Hosted examples via
nixops
.
1.7.1
1.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