Releases: sharetribe/ftw-daily
v7.0.0
Changes v7.0.0
This major release renames all the CSS files. If you have made custom components or customized existing ones, you should read the related PR for more information.
-
[change] Update sharetribe-scripts (our fork of create-react-app) to v4.0.0.
In addition to changes that CRA@v4 brought along,- We started to use
*.module.css
naming pattern for styles that use CSS Modules preprocessor. - We also turned on live CSS Custom Properties (CSS Variables).
Read the PR for more info: #1374
- We started to use
v6.5.0
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
v6.4.2
v6.4.1
v6.4.1 Changes
- [add] Add new Stripe countries Bulgaria, Cyprus, Czech Republic, Malta, and Romania to the
StripeConnectAccountForm
. Also reorder BANK_CODE & BRANCH_CODE in UI to more logical order.
#1371 - [fix] Don't pass protected data key through
ConfirmSignupForm
if protected data is empty.
#1370 - [add] Update French translation file (Spanish and German translations have still missing keys).
#1369 - [fix] Pass additional values from
ConfirmSignupForm
forward as user's protected data.
#1368
v6.4.0
v6.4.0 Changes
- [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
v6.3.1
v6.3.0
v6.3.0 Changes
Note 1: We have changed the default font to Poppins and REACT_APP_CSP is giving warnings if it's not set.
Note 2: There's a UI fix for SelectSingleFilter in v6.3.1 (The bug was in popup mode aka primary filter in desktop).
- [change] We decided to change the default font to Poppins.
#1349 - [change] Update path-to-regexp to v6.1.0
#1348 - [change] Update Helmet to v4.0.0. Show warning if environment variable REACT_APP_CSP is not set or if it's set to 'report' mode in production environmet. Set REACT_APP_CSP to 'report' mode by default in
.env-template
file.
#1347 - [change] In
StripeConnectAccountForm
show error message from Stripe if there is one when fetching account link.
#1346
v6.2.0
v6.2.0 Changes
This changeset was originally released as a patch update 6.1.2 but after reconsideration, it's released as a minor update 6.2.0.
Note: Final Form update included a new prop among input props: "checked". That prop ended up to date-picker components, which didn't like it. If you have made your own date-picker components using react-dates lib, you might need to exclude that prop too.
- [fix] remove typo #1343
- [change] Request custom image variants for avatar #1342
- [change] Some dependency updates #1337
- [fix] Use Stripe's
confirmCardPayment
function instead of deprecatedhandleCardPayment
to
confirm PaymentIntent. In addition to the rename, the arguments passed tohandleCardPayment
are
sligthly different. Otherwise, these changes should not affect the behavior of the function.
#1339
v6.1.1
v6.1.0
v6.1.0 Changes
- [fix] MainPanel: search filter bug. Address and bounds are handled outside of MainPanel, URL
params should be trusted instead of values stored to state.
#1320 - [fix] small typo. #1319
- [fix] Fix typo (which is copy-pasted in 4 files).
#1318 - [add] Update French translation file (Spanish and German translations have still missing keys).
#1316 - [fix] Sync bookingUnitType variables and update comments. Client app's API (proxy) server needs to
know about unit type. #1317