Skip to content

Commit cf02bef

Browse files
delbaoliveirahuozhi
authored andcommitted
15.2: Add version history for devIndicators and note on deprecated options (#76611)
We added a new option to `devIndicators` (`position`) and removed the previous options from the docs. This PR adds a version history with a note about the deprecated options.
1 parent 8cf8b98 commit cf02bef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/01-app/04-api-reference/05-config/01-next-config-js/devIndicators.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ Check your route for any of these conditions, and if you are not able to statica
4949
When exporting [`getServerSideProps`](/docs/pages/building-your-application/data-fetching/get-server-side-props) or [`getInitialProps`](/docs/pages/api-reference/functions/get-initial-props) from a page, it will be marked as dynamic.
5050

5151
</PagesOnly>
52+
53+
## Version History
54+
55+
| Version | Changes |
56+
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
57+
| `v15.2.0` | Improved on-screen indicator with new `position` option. `appIsrStatus`, `buildActivity`, and `buildActivityPosition` options have been deprecated. |
58+
| `v15.0.0` | Static on-screen indicator added with `appIsrStatus` option. |

0 commit comments

Comments
 (0)