desktopJS 3.1.0
Features
- Add window.bringToFront() for raising z-order of a window without activation. Default implementation will fallback to invoking focus() for containers in which it is not supported. (#210)
- Add static grouping events to ContainerWindow (#213)
- Add global keyboard shortcut support with operating system (#214)
Fixes
- Replace load time declaration of fin variable with a run-time function to determine whether in OpenFin. Load time access ot the DOM causes cefsharp/chromium process to crash when loading library as a v8 extension. (#226)
- Disable OpenFin window frame whenever enabled. (#231)
Development
- chore(package): Update gulp to the latest version 🚀 (#205)
- Change from CLA to DCO. Update guidelines and add template. (#216)
- Replace gulp-webserver with gulp-connect. (#221)
- chore(package): update tslint-microsoft-contrib to version 6.0.0 🚀 (#202)
- Fix unit tests and re-enable fail on error for tests (#219)
- chore(package): update gulp-typescript to version 5.0.0 🚀 (#203)
- Update dependencies (#224)
- Until the core desktopJS package has its own readme, copy down the main readme during publish (#228)
- Fix codacy quality issues (#229)
- Remove extra comma from tsconfig (#230)
Special thanks:
@bingenito
@naknode
@psmulovics