Core Changes
- fix(next-mdx): resolve webpack loader: #17983
- Move sizes var declaration just before used: #18402
- fix(next/head): assign bool attrs to match server: #20748
- Fix notFound false pages returning 404: #19861
- Add pr section to azure config: #20758
- refactor(client): add return types: #20728
- Support for custom image loaders via image component prop: #20216
- Ensure path starts with / when deleting index basePath with query: #20766
Documentation Changes
- Clarify ctx.query type on getServerSideProps: #20327
- Add documentation for rewrite params query passing behavior: #20757
Example Changes
- Update database config explanation in with-firebase-app example: #20709
- New example: /with-storybook-styled-jsx-scss: #18570
- Update withUser to useUser in README.md of the example with-iron-session: #20723
- Update with-antd example: #19699
- Add new example for rate limiting API routes.: #19509
- Remove an undefined parameter: #20762
- with-sitemap example - fix deploy button: #20774
- with-strict-csp example - fix deploy button since repo was moved: #20777
- Fix with-react-intl example: #20763
- Move
window
check to after initializing Firebase: #20764 - Updated deploy button URL: #20756
Misc Changes
- Bring back indicator documentation with a note that the feature has been removed
Credits
Huge thanks to @merceyz, @matamatanot, @mongolyy, @justinphilpott, @mjr, @fireairforce, @awareness481, @leerob, @jvarho, @ijjk, @gr-qft, @tarunama, @ciruz, @kaykdm, @atcastle, @thomaswang, and @c316 for helping!