Skip to content

Releases: SBoudrias/Inquirer.js

@inquirer/prompts@4.3.2

05 Apr 14:58
Compare
Choose a tag to compare
  • Performance improvements (less flickering mainly noticeable on select/checkbox)

@inquirer/input@2.1.1

29 Mar 19:41
Compare
Choose a tag to compare
  • Bugfix: Cursor position when no value/default value is rendered.
  • Chore: Dependency bumps

@inquirer/prompts@4.3.0

12 Mar 23:35
2de191a
Compare
Choose a tag to compare
  • Errors thrown from prompts are now custom errors.

@inquirer/core@7.1.0

12 Mar 23:34
2de191a
Compare
Choose a tag to compare
  • Feat: Thrown errors from Inquirer are now all custom (so they can be filtered.) Those errors are exported from the package.

@inquirer/prompts@4.2.1

09 Mar 19:13
85fba23
Compare
Choose a tag to compare
  • Bugfix: When relying on asynchronous validation, the loader icon was broken.
  • Chore: Added tests covering the prior issue to prevent future regression of loaders.

@inquirer/core@7.0.2

09 Mar 19:12
85fba23
Compare
Choose a tag to compare
  • Bugfix: usePrefix returned broken loader frames (bug introduced with the themability capabilities)
  • Chore: Added tests covering the prior issue to prevent future regression.

@inquirer/select@2.1.0

08 Mar 14:16
c91196e
Compare
Choose a tag to compare
  • @inquirer/select now support search when typing letters (aiming to imitate how the HTML <select> search works)

@inquirer/checkbox@2.1.0

19 Feb 16:32
0dfa6bd
Compare
Choose a tag to compare
  • Allow customizing renderSelectedChoices with theme.

@inquirer/prompts@4.0.0

04 Feb 18:45
44016a4
Compare
Choose a tag to compare
  • All prompts are now themable. See each prompts documentation about the options available.
  • BREAKING: The message option of each prompt must now be a string. It could previously be an asynchronous function. See recipes for a migration option.
  • Node 18 required

@inquirer/core@7.0.0

04 Feb 18:43
44016a4
Compare
Choose a tag to compare
  • Now exposes utilities to allow theming prompts (type Theme, makeTheme)
  • message option isn't transformed by the core anymore - options are now passed through as-is to the prompt.
  • Node 18 required