From c78ac248dce7824a34303fde43501cdab1587772 Mon Sep 17 00:00:00 2001 From: Keeley Hammond Date: Tue, 17 Nov 2020 08:35:23 -0800 Subject: [PATCH] docs: update breaking changes for Electron 11 (#26526) * docs: update breaking changes for Electron 11 * docs: remove desktopCapture method, add destroy --- docs/breaking-changes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/breaking-changes.md b/docs/breaking-changes.md index 7b1bfb592e3b..750d015e7a91 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -103,7 +103,12 @@ shell.trashItem(path).then(/* ... */) ## Planned Breaking API Changes (11.0) -There are no breaking changes planned for 11.0. +### Removed: `BrowserView.{destroy, fromId, fromWebContents, getAllViews}` and `id` property of `BrowserView` +The experimental APIs `BrowserView.{destroy, fromId, fromWebContents, getAllViews}` +have now been removed. Additionally, the `id` property of `BrowserView` +has also been removed. + +For more detailed information, see [#23578](https://github.com/electron/electron/pull/23578). ## Planned Breaking API Changes (10.0)