erickzhao

#48878: docs: remove electronegativity

Merged
Created: Nov 10, 2025, 3:29:07 PM
Merged: Nov 10, 2025, 7:37:12 PM
3 comments
Target: main

Closes electron/website#906

Electronegativity stopped working with modern Electron versions, so let's remove it from the docs. I'll also open a follow-up PR to deprecate the Forge plugin.

notes: none

Backports

39-x-y
Merged
PR Number
#48887
Merged At
Nov 11, 2025, 2:59:08 AM
Released In
Not yet
Release Date
Not yet
40-x-y
Merged
PR Number
#48886
Merged At
Nov 11, 2025, 2:59:20 AM
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