Skip to content

Commit

Permalink
docs: add missing vibrancy breaking change (electron#40893)
Browse files Browse the repository at this point in the history
docs: add missing vibranch change
  • Loading branch information
codebytere authored Jan 7, 2024
1 parent 73e7125 commit 3a22fd3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,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
Expand Down

0 comments on commit 3a22fd3

Please sign in to comment.