Skip to content

Commit 1260952

Browse files
authored
Update CHANGELOG.md
1 parent dac9d78 commit 1260952

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -864,14 +864,16 @@ You can also check out the docs [here](https://reactrouter.com/en/dev/guides/api
864864

865865
### Minor Changes
866866

867-
- The first future flag being introduced is `future.v7_normalizeFormMethod` which will normalize the exposed `useNavigation()/useFetcher()` `formMethod` fields as uppercase HTTP methods to align with the `fetch()` (and some Remix) behavior. ([#10207](https://github.com/remix-run/react-router/pull/10207))
868-
869-
- When `future.v7_normalizeFormMethod` is unspecified or set to `false` (default v6 behavior),
870-
- `useNavigation().formMethod` is lowercase
871-
- `useFetcher().formMethod` is lowercase
872-
- When `future.v7_normalizeFormMethod === true`:
873-
- `useNavigation().formMethod` is UPPERCASE
874-
- `useFetcher().formMethod` is UPPERCASE
867+
#### future.v7_normalizeFormMethod
868+
869+
The first future flag being introduced is `future.v7_normalizeFormMethod` which will normalize the exposed `useNavigation()/useFetcher()` `formMethod` fields as uppercase HTTP methods to align with the `fetch()` (and some Remix) behavior. ([#10207](https://github.com/remix-run/react-router/pull/10207))
870+
871+
- When `future.v7_normalizeFormMethod` is unspecified or set to `false` (default v6 behavior),
872+
- `useNavigation().formMethod` is lowercase
873+
- `useFetcher().formMethod` is lowercase
874+
- When `future.v7_normalizeFormMethod === true`:
875+
- `useNavigation().formMethod` is UPPERCASE
876+
- `useFetcher().formMethod` is UPPERCASE
875877

876878
### Patch Changes
877879

0 commit comments

Comments
 (0)