Releases: japgolly/scalajs-react
Releases · japgolly/scalajs-react
v0.5.4
�* Added nop
and _nop
to ReactS.Fix{,T}
.
- Added
T[A]
to ReactS.Fix{,T}
.
- Added
ReactS.liftIO
(workaround for Intellij).
- Made
ReactS.>>
lazy.
v0.5.3
- Deprecated and renamed
StateT.liftR
in favour of liftS
.
- Workaround for Scala's type inference failing with
StateT.liftS
on functions.
Instead of f(_).liftS
, f.liftS
is now available and is confirmed to work in _runState
.
v0.5.1
- Fixed Scalatags rejecting
VDom
.
- Added
ScalazReact.ReactS.setM
.
- Added
Listenable.install{IO,F}
, added M[_]
to Listenable.installS
.
- Added
LogLifecycle
which when applied to a component, logs during each lifecycle callback.
v0.4.1
- Upgrade to scalatags 0.4.0.
- Component builder supports multiple callbacks.
- JS source maps point to Github.