Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update v10.4.0 from upstream (FTW-daily v8.4.0) #177

Merged
merged 59 commits into from
Dec 2, 2021

Conversation

Gnito
Copy link
Collaborator

@Gnito Gnito commented Dec 2, 2021

v10.4.0 2021-12-02

  • [fix] When changing calendar month, the current month was not set correctly. (Selecting date
    closes the react-dates calendar and today was saved instead of currently selected one.)
    #176

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

  • [change] Use en-US defaults for all time formatting. This changes the format from "23:00" to
    "11:00 PM" in places where it wasn't consistent
    . This can be controlled with the hourCycle
    option in the formattingOptions parameter given to the localizeAndFormatDate function in
    src/util/dates.js.

    To get the former behavior back, use hourCycle: 'h24'. See full list of options here:

    https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/hourCycle

    This change also fixes the date util tests in a local environment.

    #171

Updates from upstream (FTW-daily v8.4.0)

  • [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 was 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

thomasmalbaux and others added 30 commits September 30, 2021 16:08
Temp fix: Node v17 caused issues with Create React App build
Fix Account pages: mobile tab navigation should only scroll horizontally
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…parse-1.5.3

Bump url-parse from 1.5.1 to 1.5.3
…ntoView-with-hash

Update comment about scroll into view with hash
…cation-double-click

Fix message for email verification double click
cookie-parser, path-to-regexp, query-string
kpuputti and others added 27 commits December 1, 2021 16:28
These are pinned down to the same versions required in
sharetribe-scripts.
…port-oauth2-1.6.1

Bump passport-oauth2 from 1.5.0 to 1.6.1
Update changelog for dependabot update
…lect

Update font-size for textarea and select: otherwise mobile Safari zooms
@Gnito Gnito force-pushed the update-v8.4.0-from-upstream branch from 7796a21 to ed2c066 Compare December 2, 2021 15:04
@Gnito Gnito merged commit 1441059 into master Dec 2, 2021
@Gnito Gnito deleted the update-v8.4.0-from-upstream branch December 2, 2021 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants