Skip to content

v8.4.0

Compare
Choose a tag to compare
@Gnito Gnito released this 02 Dec 14:19
· 383 commits to master since this release
8a789df

Changes v8.4.0

Mainly bug fixes and library updates.

  • [fix] Mobile safari zooms if input-related elements have smaller font-size than 16px. This updates
    textarea and select element styles too. #1489

  • [fix] Dependabot: Bump passport-oauth2 from 1.5.0 to 1.6.1
    #1487

  • [fix] Fix bugs in checkout process:

    • Submit button was enabled prematurely for onetime payments
    • Toggling between default card and onetime payment flows was not working correctly in case of
      error (e.g. network error).
    • Calling Stripe.confirmCardPayment when status is requires_capture is unnecessary.

    #1486

  • [change] Update many dependencies. See full list in the package.json changes in the PR.
    #1483

  • [fix] Double click issue. Show dedicated message, when current user doesn't have a pending email
    address, but there's a verification error.
    #1485

  • [change] Update comment about how scrollIntoView works with links using hash.
    #1484

  • [fix] Account pages: mobile tab navigation should only scroll horizontally
    #1481

  • [fix] Temporarily disallow Node v17, since it causes issues with dependencies.
    #1479

  • [fix] Fix modal close button text/icon alignment
    #1476