This repository has been archived by the owner on May 22, 2020. It is now read-only.
HarsimranSingh
released this
24 Sep 21:26
·
112 commits
to develop
since this release
New Features
- Added window.center API to programmatically move a window to the center of the current screen
Enhancements
- Improved application startup stability when launching consecutive applications in conjunction with the Layouts service
- Improved Scaling support for additional custom settings
- Updated
customData
type on DefinitelyTyped to be any type, as opposed to a string
Resolved Issues
- Resolved issues where a mini window could appear after a sequence of Maximize -> Minimize -> Maximize -> Restore
- Resolved issue with page content not displaying after a window is restored from minimized state
- Resolved issues relating to disabled frames and incorrect number of requestors
- Resolved issue with duplicate UUIDs on application startup
- Resolved issue with page content not displaying after a window is restored from minimized state
- Resolved issue where a click on a frameless window did not work on Mac
- Resolved issue where
window.confirm
always returned false - Resolved some issues related to iframes and the v2 API
- Resolved issue where clearing the cache on startup could lead to Uncaught js exception in main process errors.
- Resolved issue where Channel onDisconnection from the provider (on client disconnection) was not working multi-runtime.
- Resolved issue where bounds-changed and bounds-changing events did not include scaled bounds.