Core Changes
- [ESLint] Adds
process.exit
tonext lint
success output: #28299
Misc Changes
- Use temp repo copy while linking packages: #28301
Credits
Huge thanks to @housseindjirdeh for helping!
Assets
2
Core Changes
- fix development mode bug with pages with "+" and other special characters: #28122
- let loaders automatically infer source map setting: #28204
- Avoid fs write
next-env.d.ts
on read-only filesystems: #28206 - Document usage of suspense option of next/dynamic: #28210
- Add warning when parent styles break
next/image
: #28221 - Use
zen-observable
library: #28214 - Fix HMR when custom _app or _document is removed: #28227
- Add relationship between issuer and module to traces: #28192
- Update generating next-server dependencies: #28223
Documentation Changes
Misc Changes
- docs: make contributing.md more contributor-friendly: #27913
Credits
Huge thanks to @urko-pineda, @davecaruso, @sokra, @kevinold, @ctjlewis, @chrislloyd, @huozhi, @styfle, @devknoll, and @timneutkens for helping!
Assets
2
Core Changes
- Add support for Jaeger trace target: #28129
- Enable pure client suspense in blocking rendering: #28165
- Add entrypoint tracing: #25538
- Add module type to build-module trace: #28128
Documentation Changes
- doc: fix typo: #28146
- docs: corrected the link to the example: #28175
- ESLint Plugin: Prefer next script component when using the inline script for Google Analytics.: #25147
Example Changes
- Replace CSS tag with JS import: #28143
Misc Changes
- fix(tests): fixes typo in basic integration test: #28158
- Fix crash of lint rule no-document-import-in-page: #28148
Credits
Huge thanks to @timneutkens, @oscarafuentes, @AryanBeezadhur, @bmuenzenmeyer, @huozhi, @tdkn, and @rgabs for helping!
Assets
2
Core Changes
- Fix revalidate for initial notFound: true paths: #28097
- Add proper error when failing to load next.config.js: #28099
- Fix: wrong link error message: #28127
Documentation Changes
- Docs: Mention 3rd option 'blocking' for fallback: #28077
- Add a Styling Section to next/image component docs: #28055
- Improve React Strict Mode documentation.: #28139
Example Changes
- Examples: Jotai: #27940
- Remove
licence
from allexample/package.json
that has them: #28007 - Add ci script to check examples: #28009
Misc Changes
Credits
Huge thanks to @gu-stav, @sampoder, @Thisen, @ijjk, @oBusk, @huozhi, and @leerob for helping!
Assets
2
Core Changes
- Render as a concatenation of streams: #28082
- Add support for dynamic HTML: #28085
- Support suspense in next dynamic: #27611
- Handle blob urls in image component: #27975
- Bypass webpack compilation for precompiled @next/polyfills-nomodule: #27596
- Update
util
to 0.12.4: #27939 - Remove duplicate doctypes: #28089
Documentation Changes
- [DOCS] Update testing docs: #28064
- [ESLint] Disallow <Script /> inside _document.js & <Script /> inside the next/head component: #27257
Misc Changes
- Refactor development-logs removing duplicated code.: #28049
- Fix gh action workflow when docs changed: #28092
Credits
Huge thanks to @delbaoliveira, @andersonleite, @devknoll, @huozhi, @stefanprobst, @timneutkens, @awareness481, @agektmr, and @styfle for helping!