Skip to content

v8.5.0

Compare
Choose a tag to compare
@OtterleyW OtterleyW released this 16 Nov 09:48
· 823 commits to master since this release
d8be5f3

v8.5.0 Changes

Updates from upstream (FTW-daily v6.5.0)

  • [add] Add support for Google login. This works in the same way as Facebook flow so you can check
    the Facebook PR for more details.
    #1376
  • [fix] Routes component got double rendered due to Redux container HOC. Because navigation could
    happen twice, loadData was also called twice.
    #1380
  • [fix] 401 return code when rendering on SSR.
    #1379