Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
@inquirer/[email protected]
- Add support for
Separator
in thechoices
array.
[email protected]
- Includes various fixes & new features to the different built-in prompts
- Fix: Major rework of the Typescript types. Hoping to reduce the amount of finicky type errors (or wrong types) you might've ran into.
@inquirer/[email protected]
- Choices can now be an array of string.
- Includes
@inquirer/[email protected]
adding support for{ signal: AbortSignal }
in the context options to programatically cancel a prompt.
@inquirer/[email protected]
- Search now support autocomplete like behaviours - See documentation
- Search results can now be an array of string.
- Includes
@inquirer/[email protected]
adding support for{ signal: AbortSignal }
in the context options to programatically cancel a prompt. - Fix: help tip now doesn't render if results aren't paginated or if there's no results.
@inquirer/[email protected]
- Choices can now be an array of string.
- Includes
@inquirer/[email protected]
adding support for{ signal: AbortSignal }
in the context options to programatically cancel a prompt.
@inquirer/[email protected]
- [Typescript]
value
is now generic and will be inferred from the values passed in. - [Typescript] Enforce the use of valid
key
in the choice array. - Fix: rendering of selected values once prompt is done.
- Includes
@inquirer/[email protected]
adding support for{ signal: AbortSignal }
in the context options to programatically cancel a prompt.
@inquirer/[email protected]
- Adds support for
{ signal: AbortSignal }
in the context options to programatically cancel a prompt. This is now released to all built-in prompts.
@inquirer/[email protected]
- Each choice can now provide a
description
(like for theselect
andsearch
prompts) choices
can now be an array of string.- Includes
@inquirer/[email protected]
adding support for{ signal: AbortSignal }
in the context options to programatically cancel a prompt.
@inquirer/[email protected]
- Fix a memory leak in the core. A warning would appear once the same prompt is repeated > 10 times.
The fix is released in all other packages through a patch version.
@inquirer/[email protected]
- Improve rendering performance (should reduce appearance of screen flickering)
The improvement is released in all other packages through a patch version.