From 4db316eb15af3d4a54418282cc9edbede1c58d88 Mon Sep 17 00:00:00 2001 From: Gregor Biswanger Date: Thu, 11 Jun 2020 23:14:02 +0200 Subject: [PATCH] Update to Electron 9.0.3 - Update Changelog --- Changelog.md | 3 +++ ElectronNET.Host/package-lock.json | 12 ++++++------ ElectronNET.Host/package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index ab9a34c..7ff8428 100644 --- a/Changelog.md +++ b/Changelog.md @@ -22,6 +22,7 @@ ElectronNET.API: * Shell-Api Enhancement: API fixes for Electron 9.0.0 / Added missing parameters / Summaries rewritten (thanks [konstantingross](https://github.com/konstantingross)) [\#417](https://github.com/ElectronNET/Electron.NET/pull/417) [\#418](https://github.com/ElectronNET/Electron.NET/pull/418) * Notification-Api Enhancement: Added missing properties in Notifications (thanks [konstantingross](https://github.com/konstantingross)) [\#410](https://github.com/ElectronNET/Electron.NET/pull/410) * BrowserWindows-Api Enhancement: Add missing API call for SetProgressBar options (thanks [konstantingross](https://github.com/konstantingross)) [\#416](https://github.com/ElectronNET/Electron.NET/pull/416) +* BrowserWindow Enhancement: Add BrowserWindow.GetNativeWindowHandle() (thanks [kdlslyv](https://github.com/kdlslyv)) [\#429](https://github.com/ElectronNET/Electron.NET/pull/429) * MacOS Enhancement: Application exit logic (thanks [dafergu2](https://github.com/dafergu2)) [\#405](https://github.com/ElectronNET/Electron.NET/pull/405) * Fixed bug: ElectronNET.API.Entities.WebPreferences.ContextIsolation [DefaultValue(true)] [\#411](https://github.com/ElectronNET/Electron.NET/issues/411) @@ -29,6 +30,8 @@ ElectronNET.WebApp (internal use): * Improvement debugging and testing new API calls (without install ElectronNET.CLI) (thanks [konstantingross](https://github.com/konstantingross)) [\#425](https://github.com/ElectronNET/Electron.NET/pull/425) * Fixed bug: Cannot find modules in ElectronHostHook (thanks [konstantingross](https://github.com/konstantingross)) [\#425](https://github.com/ElectronNET/Electron.NET/pull/425) +Thank you for donation [Phil Seeman](https://github.com/mpnow) ❤ + # Released # 8.31.2 diff --git a/ElectronNET.Host/package-lock.json b/ElectronNET.Host/package-lock.json index 5da5634..29a4253 100644 --- a/ElectronNET.Host/package-lock.json +++ b/ElectronNET.Host/package-lock.json @@ -437,9 +437,9 @@ "dev": true }, "electron": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/electron/-/electron-9.0.1.tgz", - "integrity": "sha512-PZsQ0juL5YyDfOKES3HWz7zbWidcRcmtTzFCHSNzeVMjlkWB+hQToWVczFuGEWzwbAM1rCFs9MT0V/zpYT3pqQ==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/electron/-/electron-9.0.3.tgz", + "integrity": "sha512-rY59wy50z0oWp/q69zq0UIzvtcM5j2BJbLAwEoLfVNS3DLt9wDZqRqSIBvLEBl+xWbafCnRA9haEqi7ssM94GA==", "dev": true, "requires": { "@electron/get": "^1.0.1", @@ -448,9 +448,9 @@ }, "dependencies": { "@types/node": { - "version": "12.12.43", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.43.tgz", - "integrity": "sha512-KUyZdkGCnVPuXfsKmDUu2XLui65LZIJ2s0M57noy5e+ixUT2oK33ep7zlvgzI8LElcWqbf8AR+o/3GqAPac2zA==", + "version": "12.12.47", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.47.tgz", + "integrity": "sha512-yzBInQFhdY8kaZmqoL2+3U5dSTMrKaYcb561VU+lDzAYvqt+2lojvBEy+hmpSNuXnPTx7m9+04CzWYOUqWME2A==", "dev": true } } diff --git a/ElectronNET.Host/package.json b/ElectronNET.Host/package.json index 9ccbb38..69fe607 100644 --- a/ElectronNET.Host/package.json +++ b/ElectronNET.Host/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@types/node": "^10.14.4", "@types/socket.io": "^2.1.2", - "electron": "^9.0.1", + "electron": "^9.0.3", "tslint": "^6.1.1", "typescript": "^3.8.3" }