Skip to content8.2.0 (2026-07-30)
Features
- add
input to server.fs.allow (#23035) (95a3cda)
- bundled-dev: reload once after rebuild instead of via the fallback page (#23106) (b24381d)
- bundled-dev: support worker file update accepted by HMR (#23068) (0d04351)
- config: include column in config incompatibility location (#23064) (8a24572)
- dev: resolve interface name for explicit host in network URLs (#22965) (3ac77d9)
Bug Fixes
- bundledDev: print build errors to the terminal when an HMR update fails (#23024) (41c4658)
- deps: update all non-major dependencies (#23069) (4c07b74)
- hmr: preserve environment snapshot during server restart (#22992) (b1186c3)
- importAnalysis: interop imports injected into optimized dep files by plugins (#23029) (8c2a87d)
- module-runner: keep stack trace interception working when
Object.prototype is frozen (#23073) (599c5b0)
- server: strip base in indexHtml module graph lookup (#22932) (fa005d1)
- support resolving top-level input option with plugins (#23101) (41df81a)
Documentation
- config: correct cacheDir default fallback description (#23060) (aafa103)
Tests