Skip to content

Releases: SBoudrias/Inquirer.js

inquirer@13.3.0

22 Feb 22:21
inquirer@13.3.0
526eca2

Choose a tag to compare

  • Fix: Keypresses happening before a prompt is rendered are now ignored.
  • Fix (checkbox): Element who're both checked and disabled are now always included in the returned array.
  • Feat (select/checkbox): Cursor will now hover disabled options of the list; but they still cannot be interacted with. This prevents the cursor jumping ahead in ways that can be confusing.
  • Feat: various new theme options to make all prompts content localizable.

Finally, see our new @inquirer/i18n package!

@inquirer/testing@3.3.0

22 Feb 22:23
@inquirer/testing@3.3.0
526eca2

Choose a tag to compare

  • Feat: Unit test API now exposes an await nextRender() utility to wait until a render event occurs. Useful to replace manual await Promise.resolve() or timeouts when waiting for an async action (like validation, etc) to complete.

@inquirer/select@5.1.0

22 Feb 22:22
@inquirer/select@5.1.0
526eca2

Choose a tag to compare

  • Feat (select): Cursor will now hover disabled options of the list; but they still cannot be interacted with. This prevents the cursor jumping ahead in ways that can be confusing.

@inquirer/prompts@8.3.0

22 Feb 22:21
@inquirer/prompts@8.3.0
526eca2

Choose a tag to compare

  • Fix: Keypresses happening before a prompt is rendered are now ignored.
  • Fix (checkbox): Element who're both checked and disabled are now always included in the returned array.
  • Feat (select/checkbox): Cursor will now hover disabled options of the list; but they still cannot be interacted with. This prevents the cursor jumping ahead in ways that can be confusing.
  • Feat: various new theme options to make all prompts content localizable.

Finally, see our new @inquirer/i18n package!

@inquirer/i18n@1.0.0

22 Feb 22:17
@inquirer/i18n@1.0.0
526eca2

Choose a tag to compare

New package - first release!

Drop-in replacement for @inquirer/prompts with localized text.

@inquirer/checkbox@5.1.0

22 Feb 22:22
@inquirer/checkbox@5.1.0
526eca2

Choose a tag to compare

  • Fix (checkbox): Element who're both checked and disabled are now always included in the returned array.
  • Feat (checkbox): Cursor will now hover disabled options of the list; but they still cannot be interacted with. This prevents the cursor jumping ahead in ways that can be confusing.

@inquirer/testing@3.2.0

16 Feb 18:46
@inquirer/testing@3.2.0
fd001c1

Choose a tag to compare

  • fix: e2e testing utility now gracefully fail if a dependency isn't in the dependency tree (useful for things like strict Yarn PnP)
  • feat: e2e testing utility now handles gracefully moduled who've been modified by a compiler (like SWC/etc.) Handling a module where the default export became { default: fn() }

inquirer@13.2.3

14 Feb 19:37
inquirer@13.2.3
53dbf6c

Choose a tag to compare

  • chore: Switch wrap-ansi with fast-wrap-ansi

@inquirer/testing@3.1.0

14 Feb 19:39
@inquirer/testing@3.1.0
53dbf6c

Choose a tag to compare

  • Feature: New end-to-end testing utilities: @inquirer/testing/vitest & @inquirer/testing/jest. View documentation.

@inquirer/prompts@8.2.1

14 Feb 19:37
@inquirer/prompts@8.2.1
53dbf6c

Choose a tag to compare

  • chore: Switch wrap-ansi with fast-wrap-ansi