Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
This update improves Vite integration and module resolution stability during development.
Fixes Worth Knowing
- Resolved issues with HMR (Hot Module Replacement) by ensuring directive scans only trigger on import changes.
- Fixed module ID normalization by stripping optimizer query strings.
- Scoped directive and barrel setup specifically to SDK environments.
TL;DR
The SDK now defaults to Vite 8 (a fast frontend build tool) which improves build times and developer experience, with continued compatibility for Vite 7 projects.
New
- Vite 8 support is now the default.
- Vite 8-native plugin layer with Vite 7 compatibility.
Fixes Worth Knowing
- Resolved issues with Vite 8’s
optimizeDeps(dependency optimization) functionality. - Restored single-file worker output and tree-shaking for Vite 8 builds.
- Canary releases are now correctly identified.
TL;DR
The SDK now correctly links to the Vitest (JavaScript testing framework) showcase, improving developer experience.
Fixes Worth Knowing
The link to the Vitest showcase has been fixed. Additionally, some modules are now skipped during directive scanning, potentially improving build performance.
TL;DR
The SDK now correctly handles strict mode directives, resolving issues with client/server code and vendor module paths.
Fixes Worth Knowing
Resolved an issue where strict mode directives weren’t being correctly identified, which could cause errors in client/server code. Corrected vendor module paths to ensure proper loading of dependencies during development. (Dependencies are external code packages)
TL;DR
The SDK now supports unbundling React (a JavaScript library for building user interfaces), potentially improving performance and flexibility for larger projects.
New
- React can now be unbundled, allowing more control over your frontend dependencies.
- Wrangler configuration (a deployment tool) can now be specified via an environment variable.
Fixes Worth Knowing
- Fixed an issue with JSX transforms (code that looks like HTML) affecting favicon links.
- Resolved syntax errors in the routing documentation.
- React dependencies are now optional, resolving potential conflicts.