Skip to content

v0.13.0

Compare
Choose a tag to compare
@shogowada shogowada released this 29 Apr 22:10
· 11 commits to master since this release

Features:

  • Add react-router-redux facade

Breaking changes:

  • Change signature of reducer from (Option[State], Action) => State to (Option[State], Any) => State
    • This is to make facade friendly for extensions (e.g. react-router-redux support).
  • Change package of History from io.github.shogowada.scalajs.reactjs.router to io.github.shogowada.scalajs.history