v8.2.0-beta.0
v8.2.0-beta.0
View on GitHubView PackagePublished: Jul 22, 2026

Release Notes

Features

  • add input option (#22642) (9beae37)
  • config: warn features incompatible with native loader in bundle loader (#22850) (05302b0)
  • css: export PostCSS config type for type-safe configs (#22792) (302c755)
  • dev: label network URLs with their interface name (#22830) (78accc4)
  • optimizer: support aube lockfile (#22813) (6319827)
  • optimizer: support nub lockfile (#22891) (65d3604)
  • update rolldown-related dependencies and use client-side HMR in bundled-dev (#22961) (960e9ef)
  • wasm: expand test suite, unwrap WebAssembly.Global and enable js-string builtins (#22674) (9e79b51)

Bug Fixes

Performance Improvements

  • config: skip native config compat check when warning is ignored (#23000) (18535d1)
  • optimizer: check popular package manager lockfiles first (#22909) (14fcb66)

Documentation

  • remove @experimental from resolve.tsconfigPaths JSDoc (#23006) (961643a)

Miscellaneous Chores