Skip to content

Releases: SBoudrias/Inquirer.js

@inquirer/figures@1.0.0

12 Apr 18:52
Compare
Choose a tag to compare
  • Fork of figures to get new features and CJS support. We plan on maintaining it ourselves for now.

@inquirer/core@8.0.0

12 Apr 19:10
Compare
Choose a tag to compare
  • [Breaking] usePagination() doesn't return help tips anymore (and also doesn't take a theme argument anymore.) Help tips are now solely the responsibility of prompt implementation.

@inquirer/checkbox@2.3.0

12 Apr 19:12
Compare
Choose a tag to compare
  • Help tip behaviors are now customizable through theme options.

@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)