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