Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Electron 12 compatibility #139

Merged
merged 4 commits into from May 2, 2021

Conversation

dusansimic
Copy link
Contributor

@dusansimic dusansimic commented Apr 29, 2021

Removing remote to be compatible with Electron 12 and removing renderer support so we don't need to implement workarounds for remote module.

Closes: #133

Removing remote to be compatible with Electron 12 and removing renderer
support so we don't need to implement workarounds for use of remote.
index.js Outdated Show resolved Hide resolved
readme.md Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
@sindresorhus sindresorhus changed the title Remove remote and renderer support Fix Electron 12 compatibility Apr 29, 2021
dusansimic and others added 2 commits May 2, 2021 13:22
Fix grammar in error message and readme.

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
Check for renderer process only when creating context menu, not when
require-ing the module.
@sindresorhus sindresorhus merged commit 004d476 into sindresorhus:main May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove remote module?
2 participants