VerteDinde

#51548: chore: update breaking changes for Electron 42

Merged
Created: May 7, 2026, 11:46:13 AM
Merged: May 7, 2026, 12:17:02 PM
4 comments
Target: main

Description of Change

This PR documents the removal of 'showHiddenFiles' property in Linux dialogs.

Checklist

Release Notes

Notes: none

Backports

42-x-y
Merged
PR Number
#51550
Merged At
May 7, 2026, 12:32:21 PM
Released In
v42.0.1
Release Date
May 8, 2026, 9:00:23 AM
43-x-y
Merged
PR Number
#51551
Merged At
May 7, 2026, 12:32:46 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron