Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
inquirer@13.3.0
- 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
- Feat: Unit test API now exposes an
await nextRender()utility to wait until a render event occurs. Useful to replace manualawait Promise.resolve()or timeouts when waiting for an async action (like validation, etc) to complete.
@inquirer/select@5.1.0
- 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
- 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
New package - first release!
Drop-in replacement for @inquirer/prompts with localized text.
@inquirer/checkbox@5.1.0
- 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
- 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
- chore: Switch
wrap-ansiwithfast-wrap-ansi
@inquirer/testing@3.1.0
- Feature: New end-to-end testing utilities:
@inquirer/testing/vitest&@inquirer/testing/jest. View documentation.
@inquirer/prompts@8.2.1
- chore: Switch
wrap-ansiwithfast-wrap-ansi