All Versions
18
Latest Version
Avg Release Cycle
49 days
Latest Release
1685 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.7.1 Changes
July 05, 2020๐ 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.
-
v1.7 Changes
June 26, 2020- โ 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
-
v1.6 Changes
June 07, 2020- Properly prerender
img
,br
,hr
, etc. - โก๏ธ Update .gitignore
- โ Add
ref_
- โก๏ธ Update
mouseenter
defaults - โก๏ธ Update nixpkgs infra.
- Properly prerender
-
v1.5.2 Changes
May 17, 2020- ๐ Fixes error where
selectionStart
(and others) cause type errors to be thrown when looked up on a DOM node from Safari.
- ๐ Fixes error where
-
v1.5.1 Changes
April 24, 2020- โ Add special case for diffing properties of
checked
andvalue
.- This fixes a problem where diffing ignores that fact the input field state is different than both the old and new models.
- This is considered an edge case and only arises when both the old and new models are the exact same, yet a user has typed into an input or checked a check box.
- Solves: #578
- โ Add special case for diffing properties of
-
v1.5 Changes
March 25, 2020- Factored out
fromMisoString
into it's own classFromMisoString
(major breaking change) - ๐ Performance improvements, dead code elimination in js code.
- โ Additional documentation
- โก๏ธ Websocket API updates.
- โ Test deps. bump.
- Factored out
-
v1.4 Changes
November 16, 2019- ๐ Fixed issues related to keys patch
- ๐ Documentation updates
- โ Add
ghcjs-dom
to miso's nixpkgs
-
v1.3 Changes
October 22, 2019- โก๏ธ Update sample app hashes
- โ Added
consoleLogJSVal
, changedconsoleLog
signature. - โ Add
sample-app-jsaddle
w/ documentation - โ Add
Transition
README.md hpack
fix for GHCJS- โ Add new cachix cache
miso-haskell.cachix.com
- โ Add
onBeforeDestroyed
- ๐
isomorphic.js
bugfix.
-
v1.2 Changes
August 01, 2019- โ Add bugfix + test for keys patch dealing with prepending keys.
-
v1.1.0.0 Changes
July 22, 2019- โ Adds
jsaddle-wkwebview
and the ability to cross-compile to ARM - ๐จ Refactors examples into their own cabal package.
- ๐ท Travis CI support
- ๐ Initialize empty window when no DOM present.
- โ Adds