Skip to content

Commit 980add6

Browse files
committed
Fix up changelogs
1 parent e3d6fbc commit 980add6

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

packages/create-react-router/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 7.1.4
44

5+
_No changes_
6+
57
## 7.1.3
68

79
_No changes_

packages/react-router/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,13 @@
55
### Patch Changes
66

77
- Internal reorg to clean up some duplicated route module types ([#12799](https://github.com/remix-run/react-router/pull/12799))
8-
98
- Properly handle status codes that cannot have a body in single fetch responses (204, etc.) ([#12760](https://github.com/remix-run/react-router/pull/12760))
10-
119
- Stop erroring on resource routes that return raw strings/objects and instead serialize them as `text/plain` or `application/json` responses ([#12848](https://github.com/remix-run/react-router/pull/12848))
12-
1310
- This only applies when accessed as a resource route without the `.data` extension
1411
- When accessed from a Single Fetch `.data` request, they will still be encoded via `turbo-stream`
15-
16-
- REMOVE: limit matchRoutes optimization to client side ([#12882](https://github.com/remix-run/react-router/pull/12882))
17-
1812
- Optimize Lazy Route Discovery path discovery to favor a single `querySelectorAll` call at the `body` level instead of many calls at the sub-tree level ([#12731](https://github.com/remix-run/react-router/pull/12731))
19-
20-
- - Properly bubble headers as `errorHeaders` when throwing a `data()` result ([#12846](https://github.com/remix-run/react-router/pull/12846))
13+
- Properly bubble headers as `errorHeaders` when throwing a `data()` result ([#12846](https://github.com/remix-run/react-router/pull/12846))
2114
- Avoid duplication of `Set-Cookie` headers could be duplicated if also returned from `headers`
22-
2315
- Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12800](https://github.com/remix-run/react-router/pull/12800))
2416

2517
## 7.1.3

0 commit comments

Comments
 (0)