From 0aa201b56856448880d8564e97a0da6461164c29 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 20 Sep 2022 15:50:57 -0700 Subject: [PATCH 1/2] docs: add missing browser versions to 1.26 release --- docs/src/release-notes-csharp.md | 11 +++++++++++ docs/src/release-notes-java.md | 11 +++++++++++ docs/src/release-notes-js.md | 11 +++++++++++ docs/src/release-notes-python.md | 11 +++++++++++ 4 files changed, 44 insertions(+) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 430265d18d240..d8859f4d6f2b9 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -35,6 +35,17 @@ event. To align with web specification, the `WaitUntilState.DOMContentLoaded` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `WaitUntil: WaitUntilState.Load` to wait for all iframes. +## Browser Versions + +* Chromium 106.0.5249.30 +* Mozilla Firefox 104.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 105 +* Microsoft Edge 105 + ## Version 1.25 ### New .runsettings file support diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index c5738aa11eb81..5db1e77881f58 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -33,6 +33,17 @@ event. To align with web specification, the `WaitUntilState.DOMCONTENTLOADED` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `setWaitUntil(WaitUntilState.LOAD)` to wait for all iframes. +## Browser Versions + +* Chromium 106.0.5249.30 +* Mozilla Firefox 104.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 105 +* Microsoft Edge 105 + ## Version 1.25 ### New APIs & changes diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index fab7e1f28e262..dc747e656f19c 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -46,6 +46,17 @@ event. To align with web specification, the `'domcontentloaded'` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `waitUntil: 'load'` to wait for all iframes. +## Browser Versions + +* Chromium 106.0.5249.30 +* Mozilla Firefox 104.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 105 +* Microsoft Edge 105 + ## Version 1.25
diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index c6574cde13f0b..b062f04d6a9cd 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -33,6 +33,17 @@ event. To align with web specification, the `'domcontentloaded'` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `wait_until="load"` to wait for all iframes. +## Browser Versions + +* Chromium 106.0.5249.30 +* Mozilla Firefox 104.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 105 +* Microsoft Edge 105 + ## Version 1.25 ### Announcements From d13bbe2589f71bd64af77bff7fd06b4aa0562d4b Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 20 Sep 2022 15:53:43 -0700 Subject: [PATCH 2/2] add # --- docs/src/release-notes-csharp.md | 2 +- docs/src/release-notes-java.md | 2 +- docs/src/release-notes-js.md | 2 +- docs/src/release-notes-python.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index d8859f4d6f2b9..a7dd0edb544a6 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -35,7 +35,7 @@ event. To align with web specification, the `WaitUntilState.DOMContentLoaded` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `WaitUntil: WaitUntilState.Load` to wait for all iframes. -## Browser Versions +### Browser Versions * Chromium 106.0.5249.30 * Mozilla Firefox 104.0 diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 5db1e77881f58..d4675abc90545 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -33,7 +33,7 @@ event. To align with web specification, the `WaitUntilState.DOMCONTENTLOADED` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `setWaitUntil(WaitUntilState.LOAD)` to wait for all iframes. -## Browser Versions +### Browser Versions * Chromium 106.0.5249.30 * Mozilla Firefox 104.0 diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index dc747e656f19c..b1144aac657e9 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -46,7 +46,7 @@ event. To align with web specification, the `'domcontentloaded'` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `waitUntil: 'load'` to wait for all iframes. -## Browser Versions +### Browser Versions * Chromium 106.0.5249.30 * Mozilla Firefox 104.0 diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index b062f04d6a9cd..2edeabc139cd5 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -33,7 +33,7 @@ event. To align with web specification, the `'domcontentloaded'` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `wait_until="load"` to wait for all iframes. -## Browser Versions +### Browser Versions * Chromium 106.0.5249.30 * Mozilla Firefox 104.0