Minor Changes
- #8197
acd42a8
Thanks @dom96! - Python Workers template now includes package for autocomplete and type hints
Patch Changes
-
#8324
94729a6
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To sv 0.6.16 0.6.23 -
#8290
5b047e4
Thanks @petebacondarwin! - ensure that git commits are generated -
#8013
bc62d24
Thanks @petebacondarwin! - add experimental React templates using the Cloudflare Vite plugin -
#8232
59cb914
Thanks @emily-shen! - fix: stop c3 adding a duplicate./wrangler.jsonc
when using --existing-scriptThis should mean dev and deploy on projects initialised using
create-cloudflare --existing-script
start working again. Note there will still be an extraneous./src/wrangler.toml
, which will require a separate fix in the dashboard. This file can be manually deleted in the meantime.