Skip to content

Releases: sharetribe/ftw-daily

v7.0.0

17 Nov 16:25
423bd4e
Compare
Choose a tag to compare

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

v6.5.0

16 Nov 09:28
d31b799
Compare
Choose a tag to compare

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

30 Oct 07:52
7972a7b
Compare
Choose a tag to compare

v6.4.2 Changes

  • [fix] Fix the issue with form on AuthenticationPage not showing on smaller screens when using
    Safari as browser. #1377

v6.4.1

20 Oct 11:02
71c55d7
Compare
Choose a tag to compare

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

15 Oct 08:09
c5843a2
Compare
Choose a tag to compare

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

19 Aug 20:48
40a20c6
Compare
Choose a tag to compare

v6.3.1 Changes

  • [fix] Fix popup-button in SelectSingleFilterPopup.css and adjust Footer with correct baselines.
    #1353

v6.3.0

19 Aug 12:09
9765859
Compare
Choose a tag to compare

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

12 Aug 12:56
b1d4b70
Compare
Choose a tag to compare

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 deprecated handleCardPayment to
    confirm PaymentIntent. In addition to the rename, the arguments passed to handleCardPayment are
    sligthly different. Otherwise, these changes should not affect the behavior of the function.
    #1339

v6.1.1

21 Jul 12:22
85374e0
Compare
Choose a tag to compare

Changes v6.1.1

  • [fix] Fix config script for NodeJS v14.5.0
    #1327

v6.1.0

01 Jul 10:46
645818d
Compare
Choose a tag to compare

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