diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md
index 87f16af2ae..2a872bb98d 100644
--- a/docs/src/release-notes-js.md
+++ b/docs/src/release-notes-js.md
@@ -119,6 +119,10 @@ WebServer is now considered "ready" if request to the specified port has any of
## Version 1.22
+
+
+
+
### Highlights
- Components Testing (preview)
@@ -189,6 +193,10 @@ WebServer is now considered "ready" if request to the specified port has any of
## Version 1.21
+
+
+
+
### Highlights
- New role selectors that allow selecting elements by their [ARIA role](https://www.w3.org/TR/wai-aria-1.2/#roles), [ARIA attributes](https://www.w3.org/TR/wai-aria-1.2/#aria-attributes) and [accessible name](https://w3c.github.io/accname/#dfn-accessible-name).
@@ -237,6 +245,10 @@ This version was also tested against the following stable channels:
## Version 1.20
+
+
+
+
### Highlights
- New options for methods [`method: Page.screenshot`], [`method: Locator.screenshot`] and [`method: ElementHandle.screenshot`]:
@@ -303,6 +315,10 @@ This version was also tested against the following stable channels:
## Version 1.19
+
+
+
+
### Playwright Test Update
- Playwright Test v1.19 now supports *soft assertions*. Failed soft assertions
@@ -387,6 +403,10 @@ This version was also tested against the following stable channels:
## Version 1.18
+
+
+
+
### Locator Improvements
- [`method: Locator.dragTo`]
@@ -488,6 +508,10 @@ This version was also tested against the following stable channels:
## Version 1.17
+
+
+
+
### Frame Locators
Playwright 1.17 introduces [frame locators](./api/class-framelocator) - a locator to the iframe on the page. Frame locators capture the logic sufficient to retrieve the `iframe` and then locate elements in that iframe. Frame locators are strict by default, will wait for `iframe` to appear and can be used in Web-First assertions.
@@ -546,6 +570,10 @@ Playwright Trace Viewer is now **available online** at https://trace.playwright.
## Version 1.16
+
+
+
+
### 🎭 Playwright Test
#### API Testing
@@ -676,6 +704,10 @@ This version of Playwright was also tested against the following stable channels
## Version 1.15
+
+
+
+
### 🎭 Playwright Library
#### 🖱️ Mouse Wheel
@@ -733,6 +765,10 @@ By using `npx playwright test --debug` it will enable the [Playwright Inspector]
## Version 1.14
+
+
+
+
### 🎭 Playwright Library
#### ⚡️ New "strict" mode