Skip to content

Commit fb8108f

Browse files
authored
Merge branch 'main' into vicb/es2024
2 parents a2a84d8 + f1b76f7 commit fb8108f

File tree

37 files changed

+604
-167
lines changed

37 files changed

+604
-167
lines changed

.changeset/clean-memes-spend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dependabot-update-11495.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/famous-wasps-read.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Support Qwik in `--experimental` mode

.changeset/forty-glasses-think.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": minor
3+
---
4+
5+
Support Qwik projects in autoconfig

.changeset/old-bulldogs-wonder.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-cloudflare": minor
3+
---
4+
5+
Add React & Vue to C3's experimental mode
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"wrangler": minor
3+
"@cloudflare/workers-utils": minor
4+
---
5+
6+
Add support for "targeted" placement mode with region, host, and hostname fields
7+
8+
This change adds a new mode to `placement` configuration. You can specify one of the following fields to target specific external resources for Worker placement:
9+
10+
- `region`: Specify a region identifier (e.g., "aws:us-east-1") to target a region from another cloud service provider
11+
- `host`: Specify a host with (required) port (e.g., "example.com:8123") to target a TCP service
12+
- `hostname`: Specify a hostname (e.g., "example.com") to target an HTTP resource
13+
14+
These fields are mutually exclusive - only one can be specified at a time.
15+
16+
Example configuration:
17+
18+
```toml
19+
[placement]
20+
host = "example.com:8123"
21+
```

.changeset/social-baboons-show.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-adults-open.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
fix: remove unnecessary step in qwik templates
6+
7+
The step that modifies the `src/entry.cloudflare-pages.tsx` file doesn't seem to change the file in any way anymore, so it's been removed

packages/create-cloudflare/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-cloudflare
22

3+
## 2.57.1
4+
5+
### Patch Changes
6+
7+
- [#11507](https://github.com/cloudflare/workers-sdk/pull/11507) [`7b24eb0`](https://github.com/cloudflare/workers-sdk/commit/7b24eb0bfbc0adb5c56d634dac9156fa5b2d3701) Thanks [@jamesopstad](https://github.com/jamesopstad)! - fix: React Router configuration mismatch with v7.10.0
8+
39
## 2.57.0
410

511
### Minor Changes

packages/create-cloudflare/e2e/tests/cli/cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ describe("Create Cloudflare CLI", () => {
555555
npm create cloudflare -- --framework next -- --ts
556556
pnpm create cloudflare --framework next -- --ts
557557
Allowed Values:
558-
gatsby, svelte, docusaurus, astro, tanstack-start, angular, solid
558+
gatsby, svelte, docusaurus, astro, tanstack-start, angular, solid, qwik, vue, react
559559
--platform=<value>
560560
Whether the application should be deployed to Pages or Workers. This is only applicable for Frameworks templates that support both Pages and Workers.
561561
Allowed Values:

0 commit comments

Comments
 (0)