Skip to content

Commit 9f85d38

Browse files
committed
Merge branch 'main' into release-next
2 parents 9bc6d95 + 3709255 commit 9f85d38

File tree

9 files changed

+41
-37
lines changed

9 files changed

+41
-37
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Date: YYYY-MM-DD
242242

243243
## v2.15.0
244244

245-
Date: 2025-11-19
245+
Date: 2024-11-19
246246

247247
### Patch Changes
248248

contributors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
- apeltop
5252
- appden
5353
- Aprillion
54+
- Ar1f007
5455
- arange
5556
- archwebio
5657
- arekmaz
@@ -232,6 +233,7 @@
232233
- gotgenes
233234
- GOWxx
234235
- graham42
236+
- greg-hoarau
235237
- GregBrimble
236238
- GSt4r
237239
- guatedude2
@@ -553,13 +555,15 @@
553555
- pyr0gan
554556
- ramiroazar
555557
- RATIU5
558+
- raulfdm
556559
- raulrpearson
557560
- real34
558561
- realjokele
559562
- redabacha
560563
- reggie3
561564
- reichhartd
562565
- remix-run-bot
566+
- rhryansu
563567
- richardhunghhw
564568
- riencoertjens
565569
- risv1
@@ -630,6 +634,7 @@
630634
- sobrinho
631635
- souredoutlook
632636
- squidpunch
637+
- staticWagomU
633638
- staylor
634639
- stephanerangaya
635640
- stephenwade

docs/start/future-flags.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ export async function loader({}: LoaderFunctionArgs) {
454454
}
455455
```
456456

457-
If you were using the second parameter of `json`/`defer` to set a custom status or headers on your response, you can continue doing do via the new `data` API:
457+
If you were using the second parameter of `json`/`defer` to set a custom status or headers on your response, you can continue doing so via the new `data` API:
458458

459459
```diff
460460
-import { json } from "@remix-run/node";
@@ -542,7 +542,7 @@ remix({
542542
This package matches the API of React Router v7's `@react-router/dev/routes`, making the React Router v7 migration as easy as possible.
543543

544544
```shellscript nonumber
545-
npm install --dev @remix-run/route-config
545+
npm install -D @remix-run/route-config
546546
```
547547

548548
This provides the core `RouteConfig` type as well as a set of helpers for configuring routes in code.
@@ -564,7 +564,7 @@ This is a good way to check that your new `routes.ts` file is being picked up su
564564
👉 **Install `@remix-run/fs-routes` and use it in `routes.ts`**
565565

566566
```shellscript nonumber
567-
npm install --dev @remix-run/fs-routes
567+
npm install -D @remix-run/fs-routes
568568
```
569569

570570
This package matches the API of React Router v7's `@react-router/fs-routes`, making the React Router v7 migration as easy as possible.
@@ -573,9 +573,8 @@ This package matches the API of React Router v7's `@react-router/fs-routes`, mak
573573
574574
```ts filename=app/routes.ts
575575
import { flatRoutes } from "@remix-run/fs-routes";
576-
import type { RouteConfig } from "@remix-run/route-config";
577576

578-
export const routes: RouteConfig = flatRoutes();
577+
export default flatRoutes();
579578
```
580579

581580
👉 **If you used the `routes` config option, add `@remix-run/routes-option-adapter` and use it in `routes.ts`**
@@ -587,7 +586,7 @@ To make migration easier, an adapter package is available that converts Remix's
587586
To get started, first install the adapter:
588587

589588
```shellscript nonumber
590-
npm install --dev @remix-run/routes-option-adapter
589+
npm install -D @remix-run/routes-option-adapter
591590
```
592591

593592
This package matches the API of React Router v7's `@react-router/remix-routes-option-adapter`, making the React Router v7 migration as easy as possible.

templates/cloudflare-workers/tailwind.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ export default {
66
extend: {
77
fontFamily: {
88
sans: [
9-
'"Inter"',
9+
"Inter",
1010
"ui-sans-serif",
1111
"system-ui",
1212
"sans-serif",
13-
'"Apple Color Emoji"',
14-
'"Segoe UI Emoji"',
15-
'"Segoe UI Symbol"',
16-
'"Noto Color Emoji"',
13+
"Apple Color Emoji",
14+
"Segoe UI Emoji",
15+
"Segoe UI Symbol",
16+
"Noto Color Emoji",
1717
],
1818
},
1919
},

templates/cloudflare/tailwind.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ export default {
66
extend: {
77
fontFamily: {
88
sans: [
9-
'"Inter"',
9+
"Inter",
1010
"ui-sans-serif",
1111
"system-ui",
1212
"sans-serif",
13-
'"Apple Color Emoji"',
14-
'"Segoe UI Emoji"',
15-
'"Segoe UI Symbol"',
16-
'"Noto Color Emoji"',
13+
"Apple Color Emoji",
14+
"Segoe UI Emoji",
15+
"Segoe UI Symbol",
16+
"Noto Color Emoji",
1717
],
1818
},
1919
},

templates/express/tailwind.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ export default {
66
extend: {
77
fontFamily: {
88
sans: [
9-
'"Inter"',
9+
"Inter",
1010
"ui-sans-serif",
1111
"system-ui",
1212
"sans-serif",
13-
'"Apple Color Emoji"',
14-
'"Segoe UI Emoji"',
15-
'"Segoe UI Symbol"',
16-
'"Noto Color Emoji"',
13+
"Apple Color Emoji",
14+
"Segoe UI Emoji",
15+
"Segoe UI Symbol",
16+
"Noto Color Emoji",
1717
],
1818
},
1919
},

templates/remix-javascript/tailwind.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ export default {
44
extend: {
55
fontFamily: {
66
sans: [
7-
'"Inter"',
7+
"Inter",
88
"ui-sans-serif",
99
"system-ui",
1010
"sans-serif",
11-
'"Apple Color Emoji"',
12-
'"Segoe UI Emoji"',
13-
'"Segoe UI Symbol"',
14-
'"Noto Color Emoji"',
11+
"Apple Color Emoji",
12+
"Segoe UI Emoji",
13+
"Segoe UI Symbol",
14+
"Noto Color Emoji",
1515
],
1616
},
1717
},

templates/remix/tailwind.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ export default {
66
extend: {
77
fontFamily: {
88
sans: [
9-
'"Inter"',
9+
"Inter",
1010
"ui-sans-serif",
1111
"system-ui",
1212
"sans-serif",
13-
'"Apple Color Emoji"',
14-
'"Segoe UI Emoji"',
15-
'"Segoe UI Symbol"',
16-
'"Noto Color Emoji"',
13+
"Apple Color Emoji",
14+
"Segoe UI Emoji",
15+
"Segoe UI Symbol",
16+
"Noto Color Emoji",
1717
],
1818
},
1919
},

templates/spa/tailwind.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ export default {
66
extend: {
77
fontFamily: {
88
sans: [
9-
'"Inter"',
9+
"Inter",
1010
"ui-sans-serif",
1111
"system-ui",
1212
"sans-serif",
13-
'"Apple Color Emoji"',
14-
'"Segoe UI Emoji"',
15-
'"Segoe UI Symbol"',
16-
'"Noto Color Emoji"',
13+
"Apple Color Emoji",
14+
"Segoe UI Emoji",
15+
"Segoe UI Symbol",
16+
"Noto Color Emoji",
1717
],
1818
},
1919
},

0 commit comments

Comments
 (0)