deepak1556

#47259: fix: regression with directory selection in macOS dialogs

Merged
Created: May 25, 2025, 10:46:31 PM
Merged: May 27, 2025, 5:08:11 AM
4 comments
Target: main

Description of Change

Fixes #47248

Regressed with #47077

Release Notes

Notes: fix regression with directory selection in macOS dialogs

Backports

35-x-y
Merged
PR Number
#47276
Merged At
May 27, 2025, 10:18:36 AM
Released In
v35.5.0
Release Date
May 28, 2025, 11:03:13 AM
36-x-y
Merged
PR Number
#47278
Merged At
May 27, 2025, 10:17:09 AM
Released In
v36.3.2
Release Date
May 28, 2025, 11:03:18 AM
37-x-y
Merged
PR Number
#47277
Merged At
May 27, 2025, 10:17:32 AM
Released In
v37.0.0-beta.1
Release Date
May 27, 2025, 1:48:46 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