Skip to content

Releases: SBoudrias/Inquirer.js

inquirer@12.5.0

18 Mar 20:22
83508f9
Compare
Choose a tag to compare
  • Feat (select): Introduce theme.indexMode to control displaying an index prefix in front of each choice. (defaults to hidden)
  • Fix (select): Improve search when number keys are pressed

@inquirer/select@4.1.0

15 Mar 15:35
83508f9
Compare
Choose a tag to compare
  • Feat: Introduce theme.indexMode to control displaying an index prefix in front of each choice. (defaults to hidden)
  • Fix: Improve search when number keys are pressed

@inquirer/core@10.1.9

15 Mar 15:34
83508f9
Compare
Choose a tag to compare
  • Fix: isNumberKey() returns true if 0 is pressed.

inquirer@12.4.3

08 Mar 11:28
79a0b3e
Compare
Choose a tag to compare
  • Fix an issue where inquirer would throw if Node is ran with the new --frozen-intrinsics flag.

@inquirer/prompts@7.3.3

08 Mar 11:29
79a0b3e
Compare
Choose a tag to compare
  • Fix an issue where inquirer would throw if Node is ran with the new --frozen-intrinsics flag.

This fix is also released through patches of all specific prompts packages.

@inquirer/core@10.1.8

08 Mar 11:28
79a0b3e
Compare
Choose a tag to compare
  • Fix an issue where inquirer would throw if Node is ran with the new --frozen-intrinsics flag.

This fix is also released through patches of all specific prompts packages.

inquirer@12.4.1

04 Feb 15:27
b2709b8
Compare
Choose a tag to compare
  • Mark @types/node as an optional peer dependency across all packages.

inquirer@12.4.0

04 Feb 15:26
0beb389
Compare
Choose a tag to compare
  • Added new shortcut config to the checkbox prompt. Allows to customize or disable shortcut keys for select all and invert selection.

@inquirer/prompts@7.3.1

02 Feb 18:24
b2709b8
Compare
Choose a tag to compare
  • Mark @types/node as an optional peer dependency across all packages.

@inquirer/checkbox@4.1.0

02 Feb 18:09
0beb389
Compare
Choose a tag to compare
  • Added new shortcut config. Allows to customize or disable shortcut keys for select all and invert selection.