this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#694)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
5f197fc3 477288f6

+17 -23
-5
.changeset/four-wombats-serve.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - perf: drop `@ampproject/toolbox-optimizer` to reduce the server bundle size
-5
.changeset/hip-bags-argue.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix: Ensure the protocol is correct for redirects in server actions during preview mode
-5
.changeset/loud-seas-rhyme.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - perf: drop babel to reduce the server bundle size
-7
.changeset/weak-maps-dress.md
··· 1 - --- 2 - "@opennextjs/cloudflare": minor 3 - --- 4 - 5 - Add the `routePreloadingBehavior` to the options of `defineCloudflareConfig`. 6 - 7 - The default is set to "none" as other values might increase CPU usage on cold starts.
+16
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 1.2.0 4 + 5 + ### Minor Changes 6 + 7 + - [#696](https://github.com/opennextjs/opennextjs-cloudflare/pull/696) [`de6a6cd`](https://github.com/opennextjs/opennextjs-cloudflare/commit/de6a6cd9511e6e6418fa2cd6ada38181566ac88b) Thanks [@vicb](https://github.com/vicb)! - Add the `routePreloadingBehavior` to the options of `defineCloudflareConfig`. 8 + 9 + The default is set to "none" as other values might increase CPU usage on cold starts. 10 + 11 + ### Patch Changes 12 + 13 + - [#700](https://github.com/opennextjs/opennextjs-cloudflare/pull/700) [`56e9366`](https://github.com/opennextjs/opennextjs-cloudflare/commit/56e9366b736d5999afd421975bbb4167746d4ff7) Thanks [@vicb](https://github.com/vicb)! - perf: drop `@ampproject/toolbox-optimizer` to reduce the server bundle size 14 + 15 + - [#689](https://github.com/opennextjs/opennextjs-cloudflare/pull/689) [`64a10a6`](https://github.com/opennextjs/opennextjs-cloudflare/commit/64a10a6ea4d0c7207e66e8b038b4ed8343f50caf) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Ensure the protocol is correct for redirects in server actions during preview mode 16 + 17 + - [#710](https://github.com/opennextjs/opennextjs-cloudflare/pull/710) [`903ad45`](https://github.com/opennextjs/opennextjs-cloudflare/commit/903ad452f4a551e0a54089def37e797ecad58209) Thanks [@vicb](https://github.com/vicb)! - perf: drop babel to reduce the server bundle size 18 + 3 19 ## 1.1.0 4 20 5 21 ### Minor Changes
+1 -1
packages/cloudflare/package.json
··· 1 1 { 2 2 "name": "@opennextjs/cloudflare", 3 3 "description": "Cloudflare builder for next apps", 4 - "version": "1.1.0", 4 + "version": "1.2.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",