Skip to content

Commit 4843334

Browse files
committed
Start 2.x changelog
1 parent 6c40e3b commit 4843334

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
# 1.37.1
214

315
* Add the `getAppPath(name)` that maps to the

0 commit comments

Comments
 (0)