Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
inquirer@12.10.0
- New design for the keys help tip. Themable/localizable with
theme.style.keysHelpTip. - Re-introduce option to match up/down actions with vim or emacs keybindings. Enable with
theme.keybindings
@inquirer/select@4.4.0
- New design for the keys help tip. Themable/localizable with
theme.style.keysHelpTip. - Re-introduce option to match up/down actions with vim or emacs keybindings. Enable with
theme.keybindings
@inquirer/search@3.2.0
- New design for the keys help tip. Themable/localizable with
theme.style.keysHelpTip. - Re-introduce option to match up/down actions with vim or emacs keybindings. Enable with
theme.keybindings
@inquirer/prompts@7.9.0
- New design for the keys help tip. Themable/localizable with
theme.style.keysHelpTip. - Re-introduce option to match up/down actions with vim or emacs keybindings. Enable with
theme.keybindings
@inquirer/core@10.3.0
isUpKey/isDownKeynow accepts a second parameterskeybindings: ['vim', 'emacs']that'll match up/down actions done with the keybindings specific to those editors.
@inquirer/checkbox@4.3.0
- New design for the keys help tip. Themable/localizable with
theme.style.keysHelpTip. - Re-introduce option to match up/down actions with vim or emacs keybindings. Enable with
theme.keybindings - Each choice can define an optional
checkedNamethat'll replace the default name once checked.
inquirer@12.9.6
- Reduce number of transitive dependencies
inquirer@12.9.5
- Fix #1834: (rawlist) Allows specifying numbers as explicit keys of option within the list.
@inquirer/rawlist@4.1.7
- Fix #1834: (rawlist) Allows specifying numbers as explicit keys of option within the list.
@inquirer/prompts@7.8.6
- Reduce number of transitive dependencies