Releases: Araxeus/custom-electron-prompt
Releases · Araxeus/custom-electron-prompt
v1.5.8
What's Changed
- fix crash on Electron >=v31.x (see #26)
development changes:
- changed package manager to Bun
- replaced the deprecated Rome with Biome
Package published to npm
Full Changelog: v1.5.7...v1.5.8
v1.5.7
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
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
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
- Allow all Electron versions greater than 10
Package published to npm
v1.5.0 ⚡
-
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
- Add multiselect option to multiInput prompt, thanks to @JCurtisRMIT in #6 / @lysdexic-audio in #7
Package published to npm
v1.4.1
- Fix nullish default values causing errors in input prompt
Package published to npm
v1.4.0
- 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
- 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