Change8

v16.2.0-canary.42

📦 next-jsView on GitHub →
1 features🐛 2 fixes🔧 4 symbols

Summary

This release introduces support for multiple icon formats sharing a base name and updates the configuration path for ignoring Turbopack issues. It also includes several fixes related to CSS dependencies and source map generation.

Migration Steps

  1. If you were using the experimental `turbopackIgnoreIssue`, update your configuration to use `turbopack.ignoreIssue` instead.

✨ New Features

  • Support multiple icon formats with the same base name (e.g., icon.png and icon.svg).

🐛 Bug Fixes

  • Fixed CSS dependency locations in Turbopack.
  • Next-api now checks `client_source_maps` before generating source maps.

Affected Symbols