Releases: p-sam/electron-prompt
Releases · p-sam/electron-prompt
v1.7.0
- 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
- electron v12 compatibility (thanks @BramEsposito)
- CI testing done on node 14
- Add screenshot to the README
v1.6.1
v1.6.0
- 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
v1.5.0
v1.4.0
- 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
v1.3.0
- 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
- 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)