Skip to content

Commit f4d3708

Browse files
trop[bot]nikwen
andauthored
docs: fix version of deprecation notice (#51422)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Niklas Wenzel <[email protected]>
1 parent ff343d4 commit f4d3708

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/breaking-changes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ When a cookie is deleted, the change cause remains `explicit`.
2828
When the cookie being set is identical to an existing one (same name, domain, path, and value, with no actual changes), the change cause is `inserted-no-change-overwrite`.
2929
When the value of the cookie being set remains unchanged but some of its attributes are updated, such as the expiration attribute, the change cause will be `inserted-no-value-change-overwrite`.
3030

31+
### Deprecated: `showHiddenFiles` in Dialogs on Linux
32+
33+
This property will still be honored on macOS and Windows, but support on Linux
34+
will be removed in Electron 42. GTK intends for this to be a user choice rather
35+
than an app choice and has removed the API to do this programmatically.
36+
3137
## Planned Breaking API Changes (40.0)
3238

3339
### Deprecated: `clipboard` API access from renderer processes
@@ -41,12 +47,6 @@ your preload script and expose it using the [contextBridge](https://www.electron
4147
Debug symbols for MacOS (dSYM) now use xz compression in order to handle larger file sizes. `dsym.zip` files are now
4248
`dsym.tar.xz` files. End users using debug symbols may need to update their zip utilities.
4349

44-
### Deprecated: `showHiddenFiles` in Dialogs on Linux
45-
46-
This property will still be honored on macOS and Windows, but support on Linux
47-
will be removed in Electron 42. GTK intends for this to be a user choice rather
48-
than an app choice and has removed the API to do this programmatically.
49-
5050
## Planned Breaking API Changes (39.0)
5151

5252
### Deprecated: `--host-rules` command line switch

0 commit comments

Comments
 (0)