Skip to content

v6.5.0

Compare
Choose a tag to compare
@OtterleyW OtterleyW released this 16 Nov 09:28
· 716 commits to master since this release
d31b799

v6.5.0 Changes

  • [add] Add support for Google login. This works in the same way as Facebook flow so you can check
    the Facebook PR for the 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