We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c40e3b commit 4843334Copy full SHA for 4843334
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# 2.37.0
2
+
3
+ * Add support for the full Electron API
4
+ * Many custom helpers have been removed in favor of accessing the Electron
5
+ APIs directly through the new properties on the `Application` object.
6
+ * `app.client.getWindowBounds()` should now be `app.browserWindow.getBounds()`
7
+ * `app.client.getClipboardText()` should now be `app.electron.clipboard.readText()`
8
+ * See the README or https://github.com/kevinsawicki/spectron/pull/18 for
9
+ full details.
10
+ * You should now use `app.transferPromiseness` instead of `app.client.transferPromiseness`
11
+ to ensure these new properties are correctly transferred to chained promises.
12
13
# 1.37.1
14
15
* Add the `getAppPath(name)` that maps to the
0 commit comments