Skip to content

Commit c6a954f

Browse files
committed
chore: format
1 parent 31d2810 commit c6a954f

File tree

7 files changed

+0
-23
lines changed

7 files changed

+0
-23
lines changed

integration/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
### Minor Changes
66

77
- Unstable Vite support for Node-based Remix apps ([#7590](https://github.com/remix-run/remix/pull/7590))
8-
98
- `remix build` 👉 `vite build && vite build --ssr`
109
- `remix dev` 👉 `vite dev`
1110

packages/react-router-architect/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
- Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
6464

6565
We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
66-
6766
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
6867
- [`createContext`](https://reactrouter.com/api/utils/createContext)
6968
- `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
@@ -287,7 +286,6 @@
287286
### Major Changes
288287

289288
- For Remix consumers migrating to React Router, the `crypto` global from the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) is now required when using cookie and session APIs. This means that the following APIs are provided from `react-router` rather than platform-specific packages: ([#11837](https://github.com/remix-run/react-router/pull/11837))
290-
291289
- `createCookie`
292290
- `createCookieSessionStorage`
293291
- `createMemorySessionStorage`
@@ -296,7 +294,6 @@
296294
For consumers running older versions of Node, the `installGlobals` function from `@remix-run/node` has been updated to define `globalThis.crypto`, using [Node's `require('node:crypto').webcrypto` implementation.](https://nodejs.org/api/webcrypto.html)
297295

298296
Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed:
299-
300297
- `createCookieFactory`
301298
- `createSessionStorageFactory`
302299
- `createCookieSessionStorageFactory`

packages/react-router-cloudflare/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
- Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
5757

5858
We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
59-
6059
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
6160
- [`createContext`](https://reactrouter.com/api/utils/createContext)
6261
- `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
@@ -255,7 +254,6 @@
255254

256255
- For Remix consumers migrating to React Router, all exports from `@remix-run/cloudflare-pages` are now provided for React Router consumers in the `@react-router/cloudflare` package. There is no longer a separate package for Cloudflare Pages. ([#11801](https://github.com/remix-run/react-router/pull/11801))
257256
- For Remix consumers migrating to React Router, the `crypto` global from the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) is now required when using cookie and session APIs. This means that the following APIs are provided from `react-router` rather than platform-specific packages: ([#11837](https://github.com/remix-run/react-router/pull/11837))
258-
259257
- `createCookie`
260258
- `createCookieSessionStorage`
261259
- `createMemorySessionStorage`
@@ -264,7 +262,6 @@
264262
For consumers running older versions of Node, the `installGlobals` function from `@remix-run/node` has been updated to define `globalThis.crypto`, using [Node's `require('node:crypto').webcrypto` implementation.](https://nodejs.org/api/webcrypto.html)
265263

266264
Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed:
267-
268265
- `createCookieFactory`
269266
- `createSessionStorageFactory`
270267
- `createCookieSessionStorageFactory`

packages/react-router-dev/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@
218218
- Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
219219

220220
We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
221-
222221
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
223222
- [`createContext`](https://reactrouter.com/api/utils/createContext)
224223
- `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
@@ -961,7 +960,6 @@
961960
```
962961
963962
This initial implementation targets type inference for:
964-
965963
- `Params` : Path parameters from your routing config in `routes.ts` including file-based routing
966964
- `LoaderData` : Loader data from `loader` and/or `clientLoader` within your route module
967965
- `ActionData` : Action data from `action` and/or `clientAction` within your route module
@@ -976,7 +974,6 @@
976974
```
977975
978976
Check out our docs for more:
979-
980977
- [_Explanations > Type Safety_](https://reactrouter.com/dev/guides/explanation/type-safety)
981978
- [_How-To > Setting up type safety_](https://reactrouter.com/dev/guides/how-to/setting-up-type-safety)
982979
@@ -1176,7 +1173,6 @@
11761173
- Vite: Provide `Unstable_ServerBundlesFunction` and `Unstable_VitePluginConfig` types ([#8654](https://github.com/remix-run/remix/pull/8654))
11771174
11781175
- Vite: add `--sourcemapClient` and `--sourcemapServer` flags to `remix vite:build` ([#8613](https://github.com/remix-run/remix/pull/8613))
1179-
11801176
- `--sourcemapClient`
11811177
11821178
- `--sourcemapClient=inline`
@@ -1513,7 +1509,6 @@
15131509
- Add support for `clientLoader`/`clientAction`/`HydrateFallback` route exports ([RFC](https://github.com/remix-run/remix/discussions/7634)) ([#8173](https://github.com/remix-run/remix/pull/8173))
15141510
15151511
Remix now supports loaders/actions that run on the client (in addition to, or instead of the loader/action that runs on the server). While we still recommend server loaders/actions for the majority of your data needs in a Remix app - these provide some levers you can pull for more advanced use-cases such as:
1516-
15171512
- Leveraging a data source local to the browser (i.e., `localStorage`)
15181513
- Managing a client-side cache of server data (like `IndexedDB`)
15191514
- Bypassing the Remix server in a BFF setup and hitting your API directly from the browser
@@ -1917,7 +1912,6 @@
19171912
- Output esbuild metafiles for bundle analysis ([#6772](https://github.com/remix-run/remix/pull/6772))
19181913
19191914
Written to server build directory (`build/` by default):
1920-
19211915
- `metafile.css.json`
19221916
- `metafile.js.json` (browser JS)
19231917
- `metafile.server.json` (server JS)
@@ -2015,7 +2009,6 @@
20152009
- built-in tls support ([#6483](https://github.com/remix-run/remix/pull/6483))
20162010
20172011
New options:
2018-
20192012
- `--tls-key` / `tlsKey`: TLS key
20202013
- `--tls-cert` / `tlsCert`: TLS Certificate
20212014
@@ -2286,7 +2279,6 @@
22862279
```
22872280
22882281
The dev server will:
2289-
22902282
- force `NODE_ENV=development` and warn you if it was previously set to something else
22912283
- rebuild your app whenever your Remix app code changes
22922284
- restart your app server whenever rebuilds succeed

packages/react-router-express/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
- Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
6464

6565
We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
66-
6766
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
6867
- [`createContext`](https://reactrouter.com/api/utils/createContext)
6968
- `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option

packages/react-router-node/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
- Stabilize middleware and context APIs. ([#14215](https://github.com/remix-run/react-router/pull/14215))
5858

5959
We have removed the `unstable_` prefix from the following APIs and they are now considered stable and ready for production use:
60-
6160
- [`RouterContextProvider`](https://reactrouter.com/api/utils/RouterContextProvider)
6261
- [`createContext`](https://reactrouter.com/api/utils/createContext)
6362
- `createBrowserRouter` [`getContext`](https://reactrouter.com/api/data-routers/createBrowserRouter#optsgetcontext) option
@@ -257,7 +256,6 @@
257256
- Remove single fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
258257

259258
- For Remix consumers migrating to React Router, the `crypto` global from the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) is now required when using cookie and session APIs. This means that the following APIs are provided from `react-router` rather than platform-specific packages: ([#11837](https://github.com/remix-run/react-router/pull/11837))
260-
261259
- `createCookie`
262260
- `createCookieSessionStorage`
263261
- `createMemorySessionStorage`
@@ -266,7 +264,6 @@
266264
For consumers running older versions of Node, the `installGlobals` function from `@remix-run/node` has been updated to define `globalThis.crypto`, using [Node's `require('node:crypto').webcrypto` implementation.](https://nodejs.org/api/webcrypto.html)
267265

268266
Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed:
269-
270267
- `createCookieFactory`
271268
- `createSessionStorageFactory`
272269
- `createCookieSessionStorageFactory`
@@ -674,12 +671,10 @@
674671
- Introduces the `defer()` API from `@remix-run/router` with support for server-rendering and HTTP streaming. This utility allows you to defer values returned from `loader` functions by returning promises instead of resolved values. This has been refered to as _"sending a promise over the wire"_. ([#4920](https://github.com/remix-run/remix/pull/4920))
675672
676673
Informational Resources:
677-
678674
- <https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26>
679675
- <https://github.com/remix-run/remix/blob/main/decisions/0004-streaming-apis.md>
680676
681677
Documentation Resources (better docs specific to Remix are in the works):
682-
683678
- <https://reactrouter.com/en/main/utils/defer>
684679
- <https://reactrouter.com/en/main/components/await>
685680
- <https://reactrouter.com/en/main/hooks/use-async-value>

packages/react-router-serve/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,12 +681,10 @@
681681
- Introduces the `defer()` API from `@remix-run/router` with support for server-rendering and HTTP streaming. This utility allows you to defer values returned from `loader` functions by returning promises instead of resolved values. This has been refered to as _"sending a promise over the wire"_. ([#4920](https://github.com/remix-run/remix/pull/4920))
682682

683683
Informational Resources:
684-
685684
- <https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26>
686685
- <https://github.com/remix-run/remix/blob/main/decisions/0004-streaming-apis.md>
687686

688687
Documentation Resources (better docs specific to Remix are in the works):
689-
690688
- <https://reactrouter.com/en/main/utils/defer>
691689
- <https://reactrouter.com/en/main/components/await>
692690
- <https://reactrouter.com/en/main/hooks/use-async-value>

0 commit comments

Comments
 (0)