Electron Releases - v7.1.14

npm install electron@v7.1.14
yarn add electron@v7.1.14

Release Notes

Fixes

  • Backported V8 patch to fix bug in type inference. #22428
  • Fixed "will-navigate" event not being emitted for sandboxed contents. #22329
  • Fixed Electron apps getting rejected to Mac App Store. #22299
  • Fixed an OOB access in ReadableStream::Close (https://crbug.com/1045931). #22435
  • Fixed an integer overflow crash in ICU (https://crbug.com/1044570). #22420
  • Fixed an issue with safeDialog preferences not being passed properly. #22376
  • Fixed crash with seccomp-bpf sandbox on linux and glibc 2.31. #22338