VerteDinde

#51548: chore: update breaking changes for Electron 42

Merged
Created: May 7, 2026, 1:46:13 PM
Merged: May 7, 2026, 2: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, 2:32:21 PM
Released In
v42.0.1
Release Date
May 8, 2026, 11:00:23 AM
43-x-y
Merged
PR Number
#51551
Merged At
May 7, 2026, 2:32:46 PM
Released In
v43.0.0-alpha.2
Release Date
May 13, 2026, 3:00:14 PM

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