create-cloudflare@2.40.0
·
2958 commits
to main
since this release
Minor Changes
- #8197
acd42a8Thanks @dom96! - Python Workers template now includes package for autocomplete and type hints
Patch Changes
-
#8324
94729a6Thanks @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
5b047e4Thanks @petebacondarwin! - ensure that git commits are generated -
#8013
bc62d24Thanks @petebacondarwin! - add experimental React templates using the Cloudflare Vite plugin -
#8232
59cb914Thanks @emily-shen! - fix: stop c3 adding a duplicate./wrangler.jsoncwhen using --existing-scriptThis should mean dev and deploy on projects initialised using
create-cloudflare --existing-scriptstart 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.