Core Changes
- Rename
next/script
interface Props to ScriptProps: #26990 - Don't lazy-load already-loaded image in client-side transition: #26968
- Loosen
next/image
TS types forwidth
andheight
: #26991 - Add
dangerously-unoptimized
loader for next/image: #26847 - Fix hash change events not firing with i18n: #26994
- Loosen
next/image
TS types forsrc
: #26996 - Provide Next.js postcss version to cssnano-simple: #26952
- Rename next/image
dangerously-unoptimized
tocustom
and warn when applicable: #26998
Documentation Changes
- Update data-fetching.md: #27018
Example Changes
- Fix (trailingSlash: true) causes issue in auth0 example: #27010
Misc Changes
- fix error message during create-next-app: #26980
- Add page with next/image to stats-app: #26973
- [ESLint] Removes image rule as error in Core Web Vitals config: #26967
Credits
Huge thanks to @andys-github, @styfle, @atcastle, @darshkpatel, @destruc7i0n, @timneutkens, @housseindjirdeh, @tanys123, and @papaponmx for helping!