Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
inquirer@12.6.3
- Fix #1743: pagination logic of the
select
,checkbox
andsearch
prompts 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
,checkbox
andsearch
prompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.
@inquirer/core@10.1.13
- Fix #1743:
usePagination
logic was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.
inquirer@12.6.2
- Chore: dependencies bump
@inquirer/prompts@7.5.2
- Chore: dependencies bump
@inquirer/core@10.1.12
- Fix: Set state functions returned by
useState
are 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
instructions
option allowing to customize the messages in the help tips. - Feat(@inquirer/rawlist): Arrow keys will now cycle through the option, just like the
@inquirer/select
prompt. Also added aloop
option to control the list loop behaviour when reaching the boundaries.
@inquirer/select@4.2.0
- Feat(@inquirer/select): Added an
instructions
option allowing to customize the messages in the help tips.