-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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) (#5097)
- Loading branch information
Showing
36 changed files
with
368 additions
and
37 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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# `create-remix` | ||
|
||
## 1.11.0-pre.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 1.10.1 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# `@remix-run/architect` | ||
|
||
## 1.11.0-pre.0 | ||
|
||
### Patch Changes | ||
|
||
- use `@architect/functions`' built-in types ([#4898](https://github.com/remix-run/remix/pull/4898)) | ||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 1.10.1 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# `@remix-run/cloudflare-pages` | ||
|
||
## 1.11.0-pre.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 1.10.1 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# `@remix-run/cloudflare-workers` | ||
|
||
## 1.11.0-pre.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 1.10.1 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
@@ -1,5 +1,26 @@ | ||
# `@remix-run/cloudflare` | ||
|
||
## 1.11.0-pre.0 | ||
|
||
### Patch Changes | ||
|
||
- 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 loaders by passing promises instead of resolved values. This has been refered to as "promise over the wire". ([#4920](https://github.com/remix-run/remix/pull/4920)) | ||
|
||
Informational Resources: | ||
|
||
- https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26 | ||
- https://github.com/remix-run/remix/blob/main/decisions/0004-streaming-apis.md | ||
|
||
Documentation Resources (better docs specific to remix are in the works): | ||
|
||
- https://reactrouter.com/en/main/utils/defer | ||
- https://reactrouter.com/en/main/components/await | ||
- https://reactrouter.com/en/main/hooks/use-async-value | ||
- https://reactrouter.com/en/main/hooks/use-async-error | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 1.10.1 | ||
|
||
### Patch Changes | ||
|
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,12 @@ | ||
# @remix-run/css-bundle | ||
|
||
## 1.10.0-pre.0 | ||
|
||
### Minor Changes | ||
|
||
- Add unstable support for CSS Modules via the `future.unstable_cssModules` feature flag ([#4852](https://github.com/remix-run/remix/pull/4852)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` |
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 |
---|---|---|
@@ -1,5 +1,26 @@ | ||
# `@remix-run/deno` | ||
|
||
## 1.11.0-pre.0 | ||
|
||
### Patch Changes | ||
|
||
- 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 loaders by passing promises instead of resolved values. This has been refered to as "promise over the wire". ([#4920](https://github.com/remix-run/remix/pull/4920)) | ||
|
||
Informational Resources: | ||
|
||
- https://gist.github.com/jacob-ebey/9bde9546c1aafaa6bc8c242054b1be26 | ||
- https://github.com/remix-run/remix/blob/main/decisions/0004-streaming-apis.md | ||
|
||
Documentation Resources (better docs specific to remix are in the works): | ||
|
||
- https://reactrouter.com/en/main/utils/defer | ||
- https://reactrouter.com/en/main/components/await | ||
- https://reactrouter.com/en/main/hooks/use-async-value | ||
- https://reactrouter.com/en/main/hooks/use-async-error | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 1.10.1 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
@@ -1,5 +1,26 @@ | ||
# `@remix-run/dev` | ||
|
||
## 1.11.0-pre.0 | ||
|
||
### Minor Changes | ||
|
||
- Specify "file" as loader for .fbx, .glb, .gltf, .hdr, and .mov files. ([#5030](https://github.com/remix-run/remix/pull/5030)) | ||
- Add unstable support for [Vanilla Extract](https://vanilla-extract.style) via the `future.unstable_vanillaExtract` feature flag ([#5040](https://github.com/remix-run/remix/pull/5040)) | ||
- Add unstable support for CSS side-effect imports via the `future.unstable_cssSideEffectImports` feature flag ([#4919](https://github.com/remix-run/remix/pull/4919)) | ||
- Add unstable support for CSS Modules via the `future.unstable_cssModules` feature flag ([#4852](https://github.com/remix-run/remix/pull/4852)) | ||
|
||
### Patch Changes | ||
|
||
- update flat-routes invalid character error message to include link to React Router proposal ([#5013](https://github.com/remix-run/remix/pull/5013)) | ||
- Bump peer dependency on `@remix-run/serve` to match current release ([`809f51955`](https://github.com/remix-run/remix/commit/809f519553d8d4a6fdc2f9a68ffc3710562a90cf)) | ||
- Add flat routes convention ([#4880](https://github.com/remix-run/remix/pull/4880)) | ||
- update flat route module check for file colocation ([#5034](https://github.com/remix-run/remix/pull/5034)) | ||
- don't allow `*` to be anywhere in flat route segment ([#5014](https://github.com/remix-run/remix/pull/5014)) | ||
- suport `handle` in md(x) frontmatter ([#4865](https://github.com/remix-run/remix/pull/4865)) | ||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
- `@remix-run/[email protected]` | ||
|
||
## 1.10.1 | ||
|
||
### Patch Changes | ||
|
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
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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# `@remix-run/express` | ||
|
||
## 1.11.0-pre.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 1.10.1 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# `@remix-run/netlify` | ||
|
||
## 1.11.0-pre.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@remix-run/[email protected]` | ||
|
||
## 1.10.1 | ||
|
||
### Patch Changes | ||
|
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.