Skip to content

create-cloudflare@2.40.0

Choose a tag to compare

@workers-devprod workers-devprod released this 04 Mar 07:22
· 2958 commits to main since this release
3f475e5

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" package

    The 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-script

    This 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.