Releases: electron/remote
Releases · electron/remote
v2.0.4
v2.0.1
v2.0.0
2.0.0 (2021-09-14)
Bug Fixes
BREAKING CHANGES
- This removes the
enableRemoteModule
option in favor of a new.enable()
method for enabling the remote module on a particular WebContents. See https://github.com/electron/remote/blob/main/docs/migration-2.md for migration instructions.
This is an empty commit for forcing a release after a semantic-release
failure in fd928e5.
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0.4
v1.0.2
v1.0.0
1.0.0 (2020-06-23)
Bug Fixes
- add desktopCapturer to module names (378f6b2)
- call ELECTRON_RENDERER_CALLBACK on non-internal channel (9e7d751)
- default import is renderer side (2766e23)
- don't rely on directory name for stack filtering (02e0ce1)
- fix location tracer (48caf98)
- make process enumerable so it can be re-exported (19c246e)
- return an exception instead of null when disabled (2fb775a)
- setRemoteCallbackFreer takes frameId (95603f0)