Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 595 Bytes

1.7.4.md

File metadata and controls

16 lines (11 loc) · 595 Bytes

1.7.4

  • Add ReactDOM.hydrateOrRender that will hydrate the container if is has children, else render into that container.

  • Add to StateSnapshot[S] instances:

    • .withValue(S): StateSnapshot[S]
    • .withReuse.withValue(S): StateSnapshot[S]
  • Add debounce to Callback and AsyncCallback:

    • def debounce(delay: Duration): {Callback,AsyncCallback[A]}
    • def debounceMs(delayMs: Long): {Callback,AsyncCallback[A]}
  • Fix Reusability.derive when deriving instances for mutually-recursive types

  • Upgrade cats-effect to 2.1.4

  • Upgrade to Scala.JS 0.6 builds to use 0.6.33