From 397531d2ac4af6b87d7e175d4c97b475682aeb87 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 28 Mar 2022 15:06:11 -0500 Subject: [PATCH] docs: simplify skipTaskbar breaking changes text (#33479) --- docs/breaking-changes.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/breaking-changes.md b/docs/breaking-changes.md index c44fcc257ef52..7dcbaaff47e3a 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -29,19 +29,15 @@ renderers. ### Removed: `skipTaskbar` on Linux -See `skipTaskbar` discussion in 19.0 below. This feature is not available on -Wayland. Since most modern Linux desktops are transitioning to Wayland, this -feature will be removed for Linux. - -## Planned Breaking API Changes (19.0) - -### Unsupported: `skipTaskbar` on Linux - On X11, `skipTaskbar` sends a `_NET_WM_STATE_SKIP_TASKBAR` message to the X11 window manager. There is not a direct equivalent for Wayland, and the known workarounds have unacceptable tradeoffs (e.g. Window.is_skip_taskbar in GNOME requires unsafe mode), so Electron is unable to support this feature on Linux. +## Planned Breaking API Changes (19.0) + +None + ## Planned Breaking API Changes (18.0) ### Removed: `nativeWindowOpen`