Skip to content

electron v22.3.2

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 03 Mar 19:22
· 94 commits to 22-x-y since this release
5d3eea5

Release Notes for v22.3.2

Fixes

  • Fixed an issue where minWidth/minHeight and maxWidth/maxHeight would not be enforced if the user set an aspectRatio on macOS. #37458 (Also in 23, 24)
  • Fixed an issue where passing both hasReply and actions to a main process Notification on macOS resulted in the first action being obscured and unavailable. #37447 (Also in 23, 24)
  • Fixed window could not go back to maximized state when restored on Linux. #37360 (Also in 23, 24)

Other Changes

  • Improved error messages for contents.takeHeapSnapshot. #37459 (Also in 23, 24)