-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add support for json/text submissions #6570
Changes from all commits
acd2fae
d6da5ce
b16a724
8f18914
df081e8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@remix-run/react": minor | ||
--- | ||
|
||
Support `application/json` and `text/plain` submission encodings in `useSubmit`/`fetcher.submit` |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
"@octokit/graphql": "^4.8.0", | ||
"@octokit/plugin-paginate-rest": "^2.17.0", | ||
"@octokit/rest": "^18.12.0", | ||
"@playwright/test": "^1.28.1", | ||
"@playwright/test": "^1.35.1", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated to latest playwright so headless chromium works properly for remix-run/react-router#9865. The 1.28 version was giving a false positive on the |
||
"@remix-run/changelog-github": "^0.0.5", | ||
"@rollup/plugin-babel": "^5.2.2", | ||
"@rollup/plugin-json": "^4.1.0", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does now!