Skip to content

v1.0.0-beta.36

Choose a tag to compare

@justinvdm justinvdm released this 03 Dec 15:47
· 548 commits to main since this release

What's Changed

  • chore(deps): update starter-peer-deps by @renovate[bot] in #909
  • chore(deps): update dependency @cloudflare/workers-types to v4.20251202.0 by @renovate[bot] in #912
  • chore(config): migrate Renovate config - autoclosed by @renovate[bot] in #916
  • chore: Upgrade react packages to 19.2.1 by @justinvdm in #918

Switched the starter from React canary builds to the latest stable release to pick up security fixes sooner and make versioning easier to reason about (semver instead of canary hashes). This also avoids confusion around peer-dependency warnings and works better with Renovate, which struggled to compare <semver>-<hash>-<date> canary versions.

RWSDK’s React peer dependency ranges remain wide enough to support both stable and canary builds, so projects that prefer canaries for RSC can continue using them until React’s guidance changes.

Full Changelog: v1.0.0-beta.35...v1.0.0-beta.36