Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
[email protected]
- Mark
@types/node
as an optional peer dependency across all packages.
[email protected]
- Added new
shortcut
config to thecheckbox
prompt. Allows to customize or disable shortcut keys for select all and invert selection.
@inquirer/[email protected]
- Mark
@types/node
as an optional peer dependency across all packages.
@inquirer/[email protected]
- Added new
shortcut
config. Allows to customize or disable shortcut keys for select all and invert selection.
[email protected]
- Replace 3rd party dependency
strip-ansi
in favour of Node built-instripVTControlCharacters
util.
@inquirer/[email protected]
- Replace 3rd party dependency
strip-ansi
in favour of Node built-instripVTControlCharacters
util.
[email protected]
- Checkbox prompt: re-added support for an array of
default
to be provided listing pre-checked checkboxes. This is a legacy interface brought back given this feature removal was an involuntary breaking change during thev12
release. The preferred interface is to provide thechecked
property to choices{ value: 'bar', checked: true }
.
@inquirer/[email protected]
- New theme option
validationFailureMode: 'keep' | 'clear'
to control the behaviour when validation fails.
@inquirer/[email protected]
- New theme option
validationFailureMode: 'keep' | 'clear'
to control the behaviour when validation fails.
@inquirer/[email protected]
- Pressing
tab
will now toggle between yes/no answers.