v9.2.0
Minor Changes
- Enable New Chunking Behavior: #9731
- Enable New CSS Support by Default: #9927
- Separate Self Size and First Load Size: #10014
- Add New CSS Documentation: #10072
- [experimental] Add required
permanent: boolean
field to redirect: #10044
Patches
- Add with-mobx-keystone-typescript example: #9844
- Test 3rd Party CSS Modules: #9924
- Fix get(Static|Initial)Props re-running when updating query: #9907
- Add a missing word to the Static Optimization doc: #9926
- Fixup the Static HTML Export doc: #9928
- Fix mistakes in the Custom Server doc: #9930
- Fix mistakes in the Deployment doc: #9925
- Fix Safari Script Test Count: #9932
- Fix js template to be TS compatible: #9941
- Fix getting data in class based example: #9938
- Don't bundle prop-types to then tree shake it: #9944
- Remove experiment: #9945
- Remove async from void functions in page-loader: #9948
- Remove rewriteUrlForNextExport from bundles when option is not enabled: #9946
- Allow for shortened names for certain items: #9949
- Add assetPrefix when fetching script and style dependencies: #9933
- Fix Tests: #9963
- Allow libs that ends with
next/dist
such asi18next
,next-i18next
,react-i18next
to be external: #9956 - Use
<script defer>
by default, matching<script type=module>
: #9966 - Test strictly matching
next/dist
packages: #9968 - Add docs for catch all routes: #9967
- Docs: Fix imports in router API reference: #9977
- Typo fix: #9979
- Removed <br> from docs: #9972
- Fix Browserslist Integration for CSS: #9985
- Simplify
<Link>
Prefetch Deduping: #9987 - Updated docs for pathname: #9964
- Test That Custom Properties Are Not Compiled: #9984
- Use optional chaining syntax: #9975
- Don't prepend a slash on empty path: #9973
- Proposing a new example "with-typescript-graphql": #9803
- Update static-file-serving.md: 805e4bb
- Update static-file-serving.md: #10006
- Merge branch 'canary' of github.com:zeit/next.js into fix/docs-static-file: 3497e7c
- Test Importing Global CSS in CSS Modules: #10008
- With cookie auth latest: #10005
- Add with redux wrapper hooks: #9954
- Fix typo on code comment for pages docs: #10011
- Docs: Fix Some Syntax Highlighting: #10013
- Test Custom Properties in CSS Modules: #10007
- Switches analytics relay test from dev to prod: #10017
- Add Back Comments: #10019
- Keep Chunk Hash in Build Output: #10020
- Ensure Build Output Does Not Contain
<buildId>
: #10021 - Example: fix npm/yarn install/run instructions: #10023
- Fix
public/
file name encoding: #10022 - Update css examples to use built-in CSS support: #10029
- Add Links to Global CSS Error: #10031
- Docs(errors): CSS Imported by a Dependency: #10032
- Add warning when API resolves without the request being finished: #9999
- Add
with-chakra-ui
example: #10033 - Docs(errors): CSS Modules Imported by a Dependency: #10034
- Add refresh header for 308 redirect for IE11 compatibility: #10042
- Disable New CSS For Sass, Less, and Stylus: #10043
- Fix missing quotes around
in
operator check for PerformanceObserver: #10018 - [Docs] Add missing import in custom App code example: #10047
- Change "wil" to "will": #10050
- Correct spelling: withApollo: #10055
- Fix typo in API Routes documentation.: #10054
- Change example link to be equal to query property: #10052
- Update server.js: #10056
- Ignore CSS Ordering Warnings: #10068
- Update basic-export to use zero config support: #10079
- Chore: Minor code refactor to eliminate redundant code: #10051
- Add more details to the deployment doc: #10085
- Fix modern + granularChunk hydration failing: #9727
- Added with-styled-components-rtl example: #10074
- Removes performance measures and marks for concurrent and blocking modes: #10088
- Replace __NEXT_SPR with __N_SSG Identifier: #10090
- Error on CSS in Custom Document: #10091
- Fix reading Component.__N_SSG: #10037
- Add Test for PR #10037: #10093
- Apply some renames for SSG related code: #10099
- Fix Legacy CSS with Granular Chunks: #10101
- Fixing observing paint types in safari bug: #10076
- Update readme to link to the new docs: #10096
Credits
Huge thanks to @EvgeniyKumachev, @ijjk, @cullylarson, @Timer, @jerrygreen, @iwgx, @timneutkens, @bmathews, @felixmosh, @lfades, @MoritzKn, @jvink, @afzalsayed96, @Janpot, @piglovesyou, @ttakehiro, @jeremenichelli, @ahmadawais, @prateekbh, @TyWMick, @mathdroid, @KB1RMA, @lcandiago, @singingwolfboy, @leerob, @bokuweb, @chibicode, @jamesgeorge007, @janicklas-ralph, @aganglada, @housseindjirdeh, and @tomas-c for helping!