Skip to content

Releases: Araxeus/custom-electron-prompt

v1.5.7

16 Mar 21:49
Compare
Choose a tag to compare

What's Changed

  • enable wheel event in number inputs in #18 and #19
  • enable wheel event in counter prompt in #17
  • migrate to yarn PnP in #17

Package published to npm

Full Changelog: v1.5.4...v1.5.7

v1.5.4

11 Mar 23:57
Compare
Choose a tag to compare

What's Changed

  • add label option to multiInputPromptOptions in #15
  • fix multiInput main label showing even if undefined in #16

Package published to npm

Full Changelog: v1.5.2...v1.5.4

v1.5.2

11 Mar 12:39
16ed0d9
Compare
Choose a tag to compare

What's Changed

#14 :

  • fix select prompt not selecting default value

  • Add rome (https://github.com/rome/tools) as both a formatter and linter

  • Apply format suggestions using rome format . --write

  • Manually fix issues found using rome ci .

  • Add pull requests check action

  • Add rome to vscode recommended workspace extensions

Package published to npm

Full Changelog: v1.5.1...v1.5.2

v1.5.1

04 Jan 17:09
713ad4a
Compare
Choose a tag to compare
  • Allow all Electron versions greater than 10

Package published to npm

v1.5.0 ⚡

21 Apr 13:08
Compare
Choose a tag to compare
  • Minify npm package, now includes only the strict minimal (242 kB -> 46 kB)

  • Fix white flash when opening a new prompt window

  • Fix white flash when closing a prompt window (only when parentWindow is specified)

  • Add support for Electron 17 & 18

Package published to npm

v1.4.2

21 Mar 15:30
Compare
Choose a tag to compare
  • Add multiselect option to multiInput prompt, thanks to @JCurtisRMIT in #6 / @lysdexic-audio in #7

Package published to npm

v1.4.1

27 Jan 20:10
Compare
Choose a tag to compare
  • Fix nullish default values causing errors in input prompt

Package published to npm

v1.4.0

16 Dec 16:25
bd7d19a
Compare
Choose a tag to compare
  • if options.enableRemoteModule is enabled, enable the new remote module in the webcontents
  • Update supported electron version to include 13-16

Package published to npm

v1.3.1

22 Nov 16:47
Compare
Choose a tag to compare
  • Fixed a critical bug that was introduced in the last update which caused error throwing when calling a counter prompt
  • Fix usage of Backquotes in keybinds

Package published to npm

v1.2.0

16 May 10:32
Compare
Choose a tag to compare
  • Added multiInput Prompt
  • Added custom button option

Thanks to @amunim for the additions

Package published to npm