Core Changes
- Port next-ssg getStaticProps/getServerSideProps tree shaking Babel transform to rust: #27552
- Add handling for repeated slashes: #27738
- Add/amp attribute patcher: #27700
- Add missing
removeHeader()
function to image optimizer mock res: #27763 - Fix html validation for Image component sizer: #27767
- Update has query encoding when used in path: #27762
- [ESLint] Introduce a new setup process when
next lint
is run for the first time: #26584 - remove unecessary fs.stat calls from recursive-readdir: #27769
Documentation Changes
- Add a note about the existence of 'next/script': #27725
- [ESLint] Documentation updates + bug fixes: #26331
Example Changes
- Fix create-strapi-app instruction in strapi example: #27707
- Rename environment variable in Fauna example.: #27712
- Update Fauna example to create Fauna resources properly: #27757
Misc Changes
- move
next/script
topages/_app
in script loader integration tests: #27626
Credits
Huge thanks to @tomchen, @leerob, @stefanprobst, @kdy1, @padmaia, @zeekrey, @styfle, @tigger9flow, @housseindjirdeh, and @NickKelly1 for helping!