We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9049ef8 commit 9035013Copy full SHA for 9035013
doc/changelog/1.0.0-RC.md
@@ -68,6 +68,7 @@ See https://github.com/japgolly/scalajs-react/blob/v1.0.0-RC1/doc/changelog/1.0.
68
* Add `Reusable.ap(ra: Reusable[A], rb: Reusable[B])(f: (A, B) => C): Reusable[C]`
69
* Add `Reusable[A]#ap[B](rf: Reusable[A => B]): Reusable[B]`
70
* Add `Reusable[A]#tuple[B](rb: Reusable[B]): Reusable[(A, B)]`
71
+* Upgrade to React to 15.5.4.
72
* Upgrade to Scala.JS 0.6.15.
73
* Upgrade to Scala to 2.11.11 and 2.12.2.
74
* Upgrade to Scalaz 7.2.11.
0 commit comments