Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
inquirer@12.4.1
- Mark
@types/node
as an optional peer dependency across all packages.
inquirer@12.4.0
- Added new
shortcut
config to thecheckbox
prompt. Allows to customize or disable shortcut keys for select all and invert selection.
@inquirer/prompts@7.3.1
- Mark
@types/node
as an optional peer dependency across all packages.
@inquirer/checkbox@4.1.0
- Added new
shortcut
config. Allows to customize or disable shortcut keys for select all and invert selection.
inquirer@12.3.3
- Replace 3rd party dependency
strip-ansi
in favour of Node built-instripVTControlCharacters
util.
@inquirer/core@10.1.5
- Replace 3rd party dependency
strip-ansi
in favour of Node built-instripVTControlCharacters
util.
inquirer@12.3.0
- 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/input@4.1.0
- New theme option
validationFailureMode: 'keep' | 'clear'
to control the behaviour when validation fails.
@inquirer/editor@4.2.0
- New theme option
validationFailureMode: 'keep' | 'clear'
to control the behaviour when validation fails.
@inquirer/confirm@5.1.0
- Pressing
tab
will now toggle between yes/no answers.