-
#14314
5c3bb11Thanks @harryzcy! - Bump esbuild to 0.28.1This update includes several bug fixes from esbuild versions 0.27.3 through 0.28.1. See the esbuild changelog for details.
-
#12823
784c5cbThanks @petebacondarwin! - Add frame-ancestors CSP and postMessage origin validation to quick-editMitigate
postMessageorigin bypass:- Add Content-Security-Policy frame-ancestors header to quick-edit Worker responses, restricting which origins can embed the editor iframe
- Add client-side origin validation to the window.onmessage handler in workbench.ts, rejecting PORT messages from untrusted origins
- Inject allowed parent origins from server into HTML for client-side use
- Localhost origins are conditionally included when running via wrangler dev
-
#12154
e36c0c9Thanks @petebacondarwin! - UseX-Forwarded-Hostheader for extension authority when behind a proxyWhen Quick Edit is accessed through a proxy, the
X-Forwarded-Hostheader is now used to determine the authority for loading builtin extensions. This ensures extensions load correctly when the Worker is behind a reverse proxy. The header value is only used if it matches*.devprod.cloudflare.devfor security.
-
#11878
e84e8faThanks @dario-piotrowicz! - Fix relative path computation when the root folder name appears multiple times in a pathPreviously, the logic assumed the root folder appeared exactly once in the path. When the root folder name appeared more than once, file modifications were not correctly detected.
For example, if the root folder is
my-worker, a path like/my-worker/my-worker/util.jswould incorrectly return/instead of/my-worker/util.js.
- #11448
2b4813bThanks @edmundhung! - Builds package with esbuildv0.27.0
- #10347
2e5b880Thanks @petebacondarwin! - bump the quick editor version to trigger a release
- #10338
d419fd8Thanks @CarmenPopoviciu! - Dummy changeset
- #9649
ec9b417Thanks @petebacondarwin! - patch release to trigger a test release
- #7040
44c954bThanks @penalosa! - Try and ensure thed.tstypes are definitely the ones loaded inquick-edit-extension
- #6998
720a91dThanks @edmundhung! - chore: fix build config
- #6962
a204747Thanks @edmundhung! - feat: lower autosave delay to 200ms
- #6738
d818634Thanks @edmundhung! - fix: set readOnly property when writing files
- #6624
66f5b25Thanks @edmundhung! - fix: quick editor deploy script setup
- #6546
addb210Thanks @edmundhung! - feat: hide wrangler.toml and package.json withsearch.excludesupport added
- #6558
2a5b648Thanks @edmundhung! - fix: disable autosave on quick editor to avoid context reset without explicit user action
-
#6029
f5ad1d3Thanks @threepointone! - chore: Normalize some dependencies in workers-sdkThis is the first of a few expected patches that normalize dependency versions, This normalizes
undici,concurrently,@types/node,react,react-dom,@types/react,@types/react-dom,eslint,typescript. There are no functional code changes (but there are a couple of typecheck fixes).