Skip to content

Releases: electron/remote

v2.0.4

27 Jan 18:51
875aab7
Compare
Choose a tag to compare

2.0.4 (2022-01-27)

Note: the publishing flow failed for v2.0.2 and v2.0.3, so this is a direct upgrade from v2.0.1.

Bug Fixes

v2.0.1

15 Sep 16:41
74453a7
Compare
Choose a tag to compare

2.0.1 (2021-09-15)

Bug Fixes

  • remove electron version check in 2.x version (#77) (74453a7)

v2.0.0

14 Sep 17:27
Compare
Choose a tag to compare

2.0.0 (2021-09-14)

Bug Fixes

  • change enableRemoteModule to .enable() for electron@14 (#72) (4bf63f8)

BREAKING CHANGES

This is an empty commit for forcing a release after a semantic-release
failure in fd928e5.

v1.2.2

14 Sep 17:13
ee2725f
Compare
Choose a tag to compare

1.2.2 (2021-09-14)

Bug Fixes

  • check for electron >= 14 and link to 2.x migration docs (#75) (ee2725f)

v1.2.1

30 Jul 19:27
02171f7
Compare
Choose a tag to compare

1.2.1 (2021-07-30)

Bug Fixes

  • add main to release branches (02171f7)

v1.2.0

17 Jun 00:23
Compare
Choose a tag to compare

1.2.0 (2021-06-17)

Features

v1.1.0

30 Mar 22:06
22f9278
Compare
Choose a tag to compare

1.1.0 (2021-03-30)

Bug Fixes

Features

  • add support for running in sandboxed renderers (#44) (4bccb15)

v1.0.4

10 Feb 19:58
6af624b
Compare
Choose a tag to compare

1.0.4 (2021-02-10)

Bug Fixes

  • handle sendToFrame() throwing an exception (#24) (4c6a5a2)

v1.0.2

23 Nov 20:14
1d35ec8
Compare
Choose a tag to compare

1.0.2 (2020-11-23)

This release supports Electron 11.

Bug Fixes

  • support new electron 11 module names (#21) (1d35ec8)

v1.0.0

23 Jun 20:21
5b46d91
Compare
Choose a tag to compare

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)