Skip to content

Releases: p-sam/electron-prompt

v1.7.0

12 Sep 16:44
Compare
Choose a tag to compare
  • Remove doc-ready dependency (thanks @robertpatrick)
  • Replace Travis with Github actions
  • XO code style updated to 0.44
  • replace deprecated url.format with win.loadFile
  • Fallback to @electron/remote if required, add note about alternate solution (thanks for the suggestion and POC @kimlimjustin)

v1.6.2

19 Mar 09:19
Compare
Choose a tag to compare
  • electron v12 compatibility (thanks @BramEsposito)
  • CI testing done on node 14
  • Add screenshot to the README

v1.6.1

23 Jan 14:47
Compare
Choose a tag to compare
  • Fix clicking cancel exits app (thanks @Julusian)

v1.6.0

29 Jul 11:23
Compare
Choose a tag to compare
  • Added option to show the prompt window in taskbar (thanks @si458)
  • Fixes the icon default value for electron >= 9
  • Set minimizable, maximizable and fullscreenable now set to false
  • Form validation also happens when pressing enter now
  • Minor design changes:
    • Prefer system fonts
    • Leave some space for form validation message to display without increasing the window size

v1.5.1

25 Jan 17:29
Compare
Choose a tag to compare
  • Fixes Enter key not submitting the form anymore on v1.5.0 (#54)

v1.5.0

14 Jan 13:47
Compare
Choose a tag to compare
  • Added capability to change the OK/Cancel button texts (thanks @hcsuk)
  • Form validation happens on submit

v1.4.0

11 Oct 09:46
Compare
Choose a tag to compare
  • Added an option to set minWidth and minHeight
  • Added an option for menubar visibility (thanks @sanappa)
  • Fixed a regression on vertical alignment and label ellipsis
  • Fixed the minimum height, which would make the window have a scrollbar on Windows (#44)
  • Menubar visibility now defaults to false (to make it consistent across all platforms)
  • [dev] xo updated to 0.25.3

v1.3.1

14 May 09:30
Compare
Choose a tag to compare
  • [dev] Update to xo 0.24.0
  • Electron 5.x support

v1.3.0

20 Dec 09:00
Compare
Choose a tag to compare
  • code style updated to xo 0.23
  • (#27) add optional path of a custom CSS file to stylize the prompt window (Thanks to @AndersonMamede)
  • (#28) Add optional parameter so the label can be interpreted as HTML (Thanks to @AndersonMamede)

v1.2.0

30 Aug 15:42
Compare
Choose a tag to compare
  • README.md update to fix the build badge
  • (#20) Removed a check in the parent arg which was not working in a renderer context (Thanks to @thewizardplusplus)
  • (#22) Pressing the Esc key now cancels the prompt (Thanks to @thewizardplusplus)
  • (#23) Default text is selected when the prompt opens (Thanks to @thewizardplusplus)