From 542a2f9c434db0e273ffe0f52fda17e9e9663f82 Mon Sep 17 00:00:00 2001 From: Jenni Laakso Date: Thu, 15 Oct 2020 11:19:12 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7148ab9..b9952c5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,20 @@ https://github.com/sharetribe/flex-template-web/ ## Upcoming version 2020-XX-XX +## [v8.4.0] 2020-10-15 + +### Updates from upstream (FTW-daily v6.4.0) + +- [add] Add Facebook login as a first step towards supporting social logins and SSO in FTW. This PR + introduces new endpoints createUserWithIdp and loginWithIdp and strategy for logging in with + Facebook. See the PR for the more detailed view of the changes. #1364 +- [fix] Fix missing proptype warnings in TransactionPage and TransactionPanel tests. #1363 +- [fix] Improve error handling by passing error details forward instead of creating a new error that + hides the details when making API call to FTW server. #1361 +- [fix] Remove duplicate page schema from body. #1355 + +[v8.4.0]: https://github.com/sharetribe/ftw-hourly/compare/v8.3.1...v8.4.0 + ## [v8.3.1] 2020-08-19 - [fix] Fix popup-button in SelectSingleFilterPopup.css and adjust Footer with correct baselines.