Core Changes
- Ensure Next.js core development sourcemaps use correct input file: #27623
- Undo sourcemap change : #27690
- URI-encode url parameter in image optimizer: #27671
- More React 17 clean up: #26775
- Enforce source/destination limit for custom routes: #27703
- Add naturalWidth/naturalHeight to
onLoadingComplete()
callback: #27695 - update webpack-sources to 3.2.0 for bugfixes and performance: #27673
- Add
next.config.js
option to override defaultkeepAlive
: #27709
Documentation Changes
- [docs] Added per page layout example with TypeScript: #27488
- Fix incorrect example in headers and rewrites docs: #27652
- Clarify in docs that
next/script
must not be innext/head
: #27534 - Improve custom server documentation.: #27693
Example Changes
- Add missing await for API request: #27676
- Update Fauna example with new guestbook: #27295
- Patch with-fauna example.: #27701
- Add with-joi example: #25759
Credits
Huge thanks to @smitssjors, @timneutkens, @zackdotcomputer, @jameshoward, @leerob, @stefanprobst, @tigger9flow, @devknoll, @styfle, @sokra, and @sergioalvz for helping!