From cd1e3f5bb06d54cb7b37c63b2dba2afed026b900 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 6 Feb 2023 20:45:50 +1100 Subject: [PATCH] Update v3 changes --- v3/V3 Changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v3/V3 Changes.md b/v3/V3 Changes.md index e484efd4f..f2fe55308 100644 --- a/v3/V3 Changes.md +++ b/v3/V3 Changes.md @@ -45,6 +45,8 @@ When emitting an event in JS, it now sends the event to the application. This wi The Window API has largely remained the same, however there are a few changes to note. +- Windows now have a Name that identifies them. This is used to identify the window when emitting events. + ## ClipBoard The clipboard API has been simplified. There is now a single `Clipboard` object that can be used to read and write to the clipboard. The `Clipboard` object is available in both Go and JS. `SetText()` to set the text and `Text()` to get the text.