Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
[email protected]
- Adds the new
{ type: 'search' }
prompt.
@inquirer/[email protected]
@inquirer/[email protected]
First release on a brand new search prompt! See documentation
@inquirer/[email protected]
- Now includes a
search
prompt.import { search } from @inquirer/prompts
@inquirer/[email protected]
@inquirer/[email protected]
[email protected]
- Fix: Re-added missing
short
on select and checkbox prompt. - Fix: Remove type requiring a
close
method on prompt class instances (it wasn't required.)
@inquirer/[email protected]
- Added optional
short
property to the choices. When defined, we'll useshort
instead ofname
when rendering the selection after submitting the prompt.
@inquirer/[email protected]
- Added optional
short
property to the choices. When defined, we'll useshort
instead ofname
when rendering the selection after submitting the prompt. This is added to maintain compatibility with theinquirer
API.
[email protected]
- Fix issue with plugins relying on internal
inquirer
packages file structure.