Skip to content

Releases: SBoudrias/Inquirer.js

@inquirer/search@1.0.2

22 Jul 20:32
Compare
Choose a tag to compare

Fix issue where vim/emacs keybindings would conflict with the search term input when typing letters used to navigate through the list.

@inquirer/search@1.0.1

22 Jul 20:31
Compare
Choose a tag to compare

Fix issue where typing would disallow the following

search({
    ...,
    source: async (term: string = '') => {
        ...
    },
});

inquirer@10.1.0

21 Jul 20:31
Compare
Choose a tag to compare
  • Adds the new { type: 'search' } prompt.

@inquirer/select@2.4.2

21 Jul 20:29
Compare
Choose a tag to compare

@inquirer/search@1.0.0

21 Jul 20:30
Compare
Choose a tag to compare

First release on a brand new search prompt! See documentation

@inquirer/prompts@5.3.0

21 Jul 20:31
Compare
Choose a tag to compare
  • Now includes a search prompt. import { search } from @inquirer/prompts

@inquirer/core@9.0.5

21 Jul 20:28
Compare
Choose a tag to compare

@inquirer/checkbox@2.4.2

inquirer@10.0.3

17 Jul 21:47
Compare
Choose a tag to compare
  • 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/select@2.4.0

17 Jul 21:45
Compare
Choose a tag to compare
  • Added optional short property to the choices. When defined, we'll use short instead of name when rendering the selection after submitting the prompt.