Core Changes
- Add new target for middleware: #30299
- Clear up confusion around SWC being disabled for Babel while swcMinify is on: #30337
- fix missed hmr events: #30309
- Update SWC OS and CPU fields: #30341
- Fix flight loader parsing: #30345
- keep sortedMiddleware intact as it's used by the runtime: #30361
- fix rsc on windows: #30364
- lint: remove unused variable: #30370
- Fix exportRuntime and react-18 concurrent tests: #30381
- Disable loading of
.swcrc
: #30384 - Fix PerformanceObserver usage for older browsers and CI: #30387
Documentation Changes
- Add React 18 docs: #30325
- Add missing closing quote: #30336
- Fix lint on react-18 docs: #30354
- Added warning about trusted domains: #30348
- Fix typo
currentFeatures
toconcurrentFeatures
: #30356
Misc Changes
- Update manifest.json
- Ensure linux-aarch64-musl swc target skips when cached: #30331
- feat: ignore incremental TS compilation build info: #30362
- Make check release job parallel to build job: #30350
- Revert "Make check release job parallel to build job": #30388
Credits
Huge thanks to @shuding, @leotaku, @timneutkens, @sokra, @huozhi, @ijjk, @molebox, @mattfwood, @kripod, @kdy1, and @styfle for helping!