Skip to content

desktopJS 2.3.0

Choose a tag to compare

@bingenito bingenito released this 17 May 17:33
3c52738

Features

  • Allow passing of options in resolveContainer through to the container registrations condition and create callbacks (#139)
  • Add support for linking windows to state changes of other windows. Minimize and restore all windows from the main window or within window groups. (#138)
  • Provide access to username/appname OpenFin registerUser override for licensing api (#142)
  • Relative url support for ElectronContainer.createWindow (#143)
  • Add support for querying screen/display information (#149)
  • Add minimize, maximize and restore window instance methods to ContainerWindow (#152)
  • Allow override of default behavior of registring W3C notification api with options to resolveContainer (#153)
  • Change window.open shim to take variable arguments instead of fixed list. (#154)
  • Propagate Electron and OpenFin application level window created events instead of emitting our own (#156)
  • Pass all arguments provided to window.open shim (#159)

Development

  • chore(package): update typedoc to version 0.11.1 (#133)
  • chore(package): update remap-istanbul to version 0.11.0 (#135)
  • Remove unnecessary devDependencies (#137)
  • Correct readme spelling errors (#144)
  • chore(package): update gulp-jasmine to version 4.0.0 (#145)
  • Fix failing registry tests (#147)
  • Fix registry tests (#150)
  • Cleanup async reject errors in tests (#157)

Special thanks to all contributors to this release:

@bingenito
@psmulovics