From 81f6620c50da1847afd19342b86a15aacbc902f3 Mon Sep 17 00:00:00 2001 From: electron-bot Date: Mon, 8 Jan 2024 06:04:44 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20update=20ref=20to=20docs=20(?= =?UTF-8?q?=F0=9F=A4=96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/latest/breaking-changes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/latest/breaking-changes.md b/docs/latest/breaking-changes.md index eb8609d..5c4529f 100644 --- a/docs/latest/breaking-changes.md +++ b/docs/latest/breaking-changes.md @@ -162,6 +162,18 @@ systemPreferences.on('high-contrast-color-scheme-changed', () => { /* ... */ }) nativeTheme.on('updated', () => { /* ... */ }) ``` +### Removed: Some `window.setVibrancy` options on macOS + +The following vibrancy options have been removed: + +* 'light' +* 'medium-light' +* 'dark' +* 'ultra-dark' +* 'appearance-based' + +These were previously deprecated and have been removed by Apple in 10.15. + ### Removed: `webContents.getPrinters` The `webContents.getPrinters` method has been removed. Use