-
Notifications
You must be signed in to change notification settings - Fork 379
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…oduct Update readme to mention ftw-product
Fix modal close button text/icon alignment
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
… within the current view
…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
These are pinned down to the same versions required in sharetribe-scripts.
Update dependencies
…us is requires_capture creates an error
Fix checkout process
Bumps [passport-oauth2](https://github.com/jaredhanson/passport-oauth2) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/jaredhanson/passport-oauth2/releases) - [Changelog](https://github.com/jaredhanson/passport-oauth2/blob/master/CHANGELOG.md) - [Commits](jaredhanson/passport-oauth2@v1.5.0...v1.6.1) --- updated-dependencies: - dependency-name: passport-oauth2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…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
New release: v8.4.0
…8.4.0-from-upstream
Gnito
force-pushed
the
update-v8.4.0-from-upstream
branch
from
December 2, 2021 15:04
7796a21
to
ed2c066
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 thelocalizeAndFormatDate
function insrc/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:
error (e.g. network error).
#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