8.3.0
Added 2
- Cursor will now hover disabled options of the list while still preventing interaction with them
- Various new theme options to make all prompts content localizable
Fixed 2
- Keypresses happening before a prompt is rendered are now ignored
- Checkbox elements that are both checked and disabled are now always included in the returned array
From Inquirer.js
- 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!