Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
@inquirer/prompts@7.5.2
- Chore: dependencies bump
@inquirer/core@10.1.12
- Fix: Set state functions returned by
useStateare now always bound to the prompt async context. This could previously be worked around callingAsyncResource.bind()in user code, it is much more convenient not having to think about it! (See #1758)
inquirer@12.6.1
- Fix #1741: Issue with SIGINT in some scenarios leaving promises unsettled on exit.
- Fix: Remove monorepo related dependencies from all artifacts published to
npm. This removes non-standard version specifiers likeworkspace:*from the public npm packages.
@inquirer/core@10.1.11
- Fix #1741: Issue with SIGINT in some scenarios leaving promises unsettled on exit.
- Fix: Remove monorepo related dependencies from all artifacts published to
npm. This removes non-standard version specifiers likeworkspace:*from the public npm packages.
inquirer@12.6.0
- Feat(@inquirer/select): Added an
instructionsoption allowing to customize the messages in the help tips. - Feat(@inquirer/rawlist): Arrow keys will now cycle through the option, just like the
@inquirer/selectprompt. Also added aloopoption to control the list loop behaviour when reaching the boundaries.
@inquirer/select@4.2.0
- Feat(@inquirer/select): Added an
instructionsoption allowing to customize the messages in the help tips.
@inquirer/rawlist@4.1.0
- Feat(@inquirer/rawlist): Arrow keys will now cycle through the option, just like the
@inquirer/selectprompt. Also added aloopoption to control the list loop behaviour when reaching the boundaries.
@inquirer/prompts@7.5.0
- Feat(@inquirer/select): Added an
instructionsoption allowing to customize the messages in the help tips. - Feat(@inquirer/rawlist): Arrow keys will now cycle through the option, just like the
@inquirer/selectprompt. Also added aloopoption to control the list loop behaviour when reaching the boundaries.
inquirer@12.5.2
- README: Add new sponsor
- Chore: dependency updates
@inquirer/prompts@7.4.1
- Fix
numberprompt (typescript): If prompt is required, only number can be returned. (previously was nullable) - README: Add new sponsor
- Chore: dependency updates