Change8

v16.1.0-canary.32

Breaking Changes
📦 next-jsView on GitHub →
1 breaking1 features🐛 2 fixes🔧 3 symbols

Summary

This release removes the custom output option from the bundle analyzer and ensures the useSearchParams constructor is available for type checking. It also includes several internal test fixes for headers and deployment actions.

⚠️ Breaking Changes

  • The custom output option for the bundle analyzer has been removed. Users relying on custom output paths or formats for bundle analysis will need to use the default output behavior.

Migration Steps

  1. Remove any custom output configurations from your bundle analyzer settings as the option is no longer supported.

✨ New Features

  • Exported the constructor for `useSearchParams` to allow for `instanceof` type checking in client-side code.

🐛 Bug Fixes

  • Fixed an issue in tests where `request.allHeaders()` was incorrectly used in synchronous `page.on()` callbacks.
  • Fixed deployment tests for GitHub Actions.

🔧 Affected Symbols

useSearchParamsbundle analyzerrequest.allHeaders