Skip to content

Releases: japgolly/scalajs-react

v0.5.4

27 Nov 23:14
v0.5.4
Compare
Choose a tag to compare

�* 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

25 Nov 02:03
v0.5.3
Compare
Choose a tag to compare
  • 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.2

22 Nov 05:52
v0.5.2
Compare
Choose a tag to compare

Release notes in HISTORY.md.

v0.5.1

29 Oct 04:47
v0.5.1
Compare
Choose a tag to compare
  • 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.5.0

19 Oct 23:45
v0.5.0
Compare
Choose a tag to compare

Release notes in HISTORY.md.

v0.4.1

15 Sep 06:35
v0.4.1
Compare
Choose a tag to compare
  • Upgrade to scalatags 0.4.0.
  • Component builder supports multiple callbacks.
  • JS source maps point to Github.