Minor Changes
-
#11560
2d9a30cThanks @vicb! - Support<PACKAGE_NAME>as a placeholder for the package name inpackage.json"name": "<PACKAGE_NAME>"is replaced with the project name when c3 updates apackage.jsonusingupdatePackageName.
Previously only"<TBD>","TBD", and""were supported placeholder names. -
#11551
f261472Thanks @dario-piotrowicz! - Support RedwoodSDK in--experimentalmode -
#11520
85ec269Thanks @vicb! - Add placeholder substitution in wrangler config files.When c3 updates the config file:
- The value
"<WORKER_NAME>"is replaced with the worker name. - The value
"<COMPATIBILITY_DATE>"is replaced with the latest worked compatibility date.
- The value
-
#11576
bb47e20Thanks @dario-piotrowicz! - Support Analog in--experimentalmode
Patch Changes
-
#11557
632fb6dThanks @dario-piotrowicz! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-rwsdk 3.1.0 3.1.2 -
#11577
85d70c8Thanks @dario-piotrowicz! - Update help message not to recommend non-applicable--tscreate-next-app argumentC3 uses it's own template when running create-next-app, so providing a
--tsargument to it doesn't have any effect, the C3 help message however shows that as an example on how to pass arguments to underlying framework CLIs. The changes here update the error message to instead use svelte's--types=tsas the example -
#11563
df7cd47Thanks @petebacondarwin! - fix analog template and tests - bumping to 2.1.3 -
#11558
d53462cThanks @vicb! - fix: make sure c3 does not add duplicated types