You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/nativeapi/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 0.2.0
2
+
3
+
***Breaking:** regenerate the Dart API from the new code generator; the object identity/lifecycle model is unified and many signatures changed
4
+
***Breaking:** rework the event system — `EventEmitter` and the separate `WindowEvent`/`MenuEvent`/`TrayIconEvent` classes are replaced by typed event listeners on each object
5
+
* Add `Application` API
6
+
* Add `KeyboardMonitor` API
7
+
* Add `Shortcut` and `ShortcutManager` APIs for global shortcuts
8
+
* Add `ImageAsset` widget helper
9
+
* Fix tray icon bounds on multi-display setups (macOS)
10
+
* Fix macOS global shortcuts never firing
11
+
1
12
## 0.1.4
2
13
3
14
* Fix macOS menu item disabled state not being respected
0 commit comments