diff --git a/docs/api/commands/press.mdx b/docs/api/commands/press.mdx index a9c1dbb268..edd5040a27 100644 --- a/docs/api/commands/press.mdx +++ b/docs/api/commands/press.mdx @@ -167,10 +167,10 @@ If your application prevents the default behavior of the `beforeunload` event, t ## History -| Version | Changes | -| ----------------------------------- | ----------------------------------------------------------------------------------- | -| [14.3.0](/app/references/changelog) | Added the `.press()` command | -| [15.1.0](/app/references/changelog) | Expanded support to include named keys and single+multi-codepoint UTF-8 characters. | +| Version | Changes | +| ------------------------------------------ | ----------------------------------------------------------------------------------- | +| [15.1.0](/app/references/changelog#15-1-0) | Expanded support to include named keys and single+multi-codepoint UTF-8 characters. | +| [14.3.0](/app/references/changelog#14-3-0) | Added the `.press()` command | ## See also diff --git a/docs/api/commands/selectfile.mdx b/docs/api/commands/selectfile.mdx index aa16dc4e33..d471a17901 100644 --- a/docs/api/commands/selectfile.mdx +++ b/docs/api/commands/selectfile.mdx @@ -329,8 +329,8 @@ following: | Version | Changes | | ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | -| [9.3.0](/app/references/changelog#9-3-0) | `.selectFile()` command added | | [9.4.0](/app/references/changelog#9-4-0) | Support for `TypedArray` and `mimeType` property added. Default `fileName` name is no longer lost when working with aliases. | +| [9.3.0](/app/references/changelog#9-3-0) | `.selectFile()` command added | ### Community Recognition