-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update version for release (pre)
- Loading branch information
1 parent
e765b62
commit 651aca4
Showing
21 changed files
with
783 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# @react-router/architect | ||
|
||
## 7.0.0-pre.0 | ||
|
||
### Major Changes | ||
|
||
- 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)) | ||
|
||
- `createCookie` | ||
- `createCookieSessionStorage` | ||
- `createMemorySessionStorage` | ||
- `createSessionStorage` | ||
|
||
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) | ||
|
||
Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed: | ||
|
||
- `createCookieFactory` | ||
- `createSessionStorageFactory` | ||
- `createCookieSessionStorageFactory` | ||
- `createMemorySessionStorageFactory` | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `react-router@7.0.0-pre.0` | ||
- `@react-router/node@7.0.0-pre.0` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# @react-router/cloudflare | ||
|
||
## 7.0.0-pre.0 | ||
|
||
### Major Changes | ||
|
||
- 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)) | ||
- 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)) | ||
|
||
- `createCookie` | ||
- `createCookieSessionStorage` | ||
- `createMemorySessionStorage` | ||
- `createSessionStorage` | ||
|
||
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) | ||
|
||
Since platform-specific packages no longer need to implement this API, the following low-level APIs have been removed: | ||
|
||
- `createCookieFactory` | ||
- `createSessionStorageFactory` | ||
- `createCookieSessionStorageFactory` | ||
- `createMemorySessionStorageFactory` | ||
|
||
### Minor Changes | ||
|
||
- The `@remix-run/cloudflare-workers` package has been deprecated. Remix consumers migrating to React Router should use the `@react-router/cloudflare` package directly. For guidance on how to use `@react-router/cloudflare` within a Cloudflare Workers context, refer to the Cloudflare Workers template. ([#11801](/~https://github.com/remix-run/react-router/pull/11801)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `react-router@7.0.0-pre.0` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.