Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
@inquirer/select@4.3.0
- When pressing a number key, we'll ignore separators in counting the index of the item to jump to.
@inquirer/prompts@7.7.0
- Select prompt: When pressing a number key, we'll ignore separators in counting the index of the item to jump to.
- Checkbox prompt: When pressing a number key, we'll ignore separators in counting the index of the item to select.
@inquirer/checkbox@4.2.0
- When pressing a number key, we'll ignore separators in counting the index of the item to select.
inquirer@12.7.0
-input prompt: New prefill option to control if the default value is editable inline or only after pressing tab.
@inquirer/prompts@7.6.0
-input prompt: New prefill option to control if the default value is editable inline or only after pressing tab.
@inquirer/input@4.2.0
- New
prefilloption to control if thedefaultvalue is editable inline or only after pressingtab.
inquirer@12.6.3
- Fix #1743: pagination logic of the
select,checkboxandsearchprompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.
@inquirer/prompts@7.5.3
- Fix #1743: pagination logic of the
select,checkboxandsearchprompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.
@inquirer/core@10.1.13
- Fix #1743:
usePaginationlogic was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.
inquirer@12.6.2
- Chore: dependencies bump