zoy-l

#48579: docs: modify the thickFrame doc

Merged
Created: Oct 17, 2025, 2:06:33 AM
Merged: Oct 27, 2025, 12:38:06 PM
6 comments
Target: main

Description of Change

Previously, the docs only stated that disabling thickFrame removes window shadows and animations, but did not clearly indicate that resizing via window edges would also be disabled.

It was previously working in a kind of “coincidental” way.

refer: https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles

Checklist

Release Notes

Notes: none

Backports

38-x-y
Merged
PR Number
#48678
Merged At
Oct 27, 2025, 12:51:45 PM
Released In
Not yet
Release Date
Not yet
39-x-y
Merged
PR Number
#48677
Merged At
Oct 27, 2025, 12:58:27 PM
Released In
v39.0.0
Release Date
Oct 27, 2025, 3:16:47 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