Skip to content

Releases: SBoudrias/Inquirer.js

inquirer@12.9.1

12 Aug 20:37
15b1e9c

Choose a tag to compare

  • Replace external-editor dependency with new @inquirer/external-editor. This remove the vulnerable tmp transitive dependency from the dependency tree.

@inquirer/prompts@7.8.1

12 Aug 20:37
15b1e9c

Choose a tag to compare

  • Replace external-editor dependency with new @inquirer/external-editor. This remove the vulnerable tmp transitive dependency from the dependency tree.

inquirer@12.9.0

28 Jul 21:32
69944cc

Choose a tag to compare

  • Search prompt: New instructions config to allow localizing the help tips.

@inquirer/search@3.1.0

28 Jul 21:32
69944cc

Choose a tag to compare

  • New instructions config to allow localizing the help tips.

@inquirer/prompts@7.8.0

28 Jul 21:32
69944cc

Choose a tag to compare

  • Search prompt: New instructions config to allow localizing the help tips.

inquirer@12.8.2

21 Jul 20:58
5fbae89

Choose a tag to compare

  • Fix #1786 select prompt with indexMode: number theme option didn't properly calculate the items indexes if separators where present in between choices.

inquirer@12.8.1

21 Jul 13:45
ec2f7c7

Choose a tag to compare

  • Fixes: a transitive dependency (run-aysnc) loaded devDependencies unexpectedly. This is now fixed upstream. Rel #1791

@inquirer/select@4.3.1

21 Jul 20:57
5fbae89

Choose a tag to compare

  • Fix #1786 indexMode: number theme option didn't properly calculate the items indexes if separators where present in between choices.

@inquirer/prompts@7.7.1

21 Jul 20:58
5fbae89

Choose a tag to compare

  • Fix #1786 select prompt with indexMode: number theme option didn't properly calculate the items indexes if separators where present in between choices.

inquirer@12.8.0

20 Jul 21:07
c1a755f

Choose a tag to compare

  • Select prompt: When pressing a number key, we'll ignore separators in counting the index of the item to jump to.
  • Checkbox prompt: When pressing a number key, we'll ignore separators in counting the index of the item to select.