Skip to content

Releases: SBoudrias/Inquirer.js

inquirer@12.6.3

25 May 20:58
dc0770c
Compare
Choose a tag to compare
  • Fix #1743: pagination logic of the select, checkbox and search prompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.

@inquirer/prompts@7.5.3

25 May 20:58
dc0770c
Compare
Choose a tag to compare
  • Fix #1743: pagination logic of the select, checkbox and search prompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.

@inquirer/core@10.1.13

25 May 20:57
dc0770c
Compare
Choose a tag to compare
  • Fix #1743: usePagination logic was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.

inquirer@12.6.2

23 May 21:05
85d4642
Compare
Choose a tag to compare
  • Chore: dependencies bump

@inquirer/prompts@7.5.2

23 May 21:05
85d4642
Compare
Choose a tag to compare
  • Chore: dependencies bump

@inquirer/core@10.1.12

23 May 21:04
85d4642
Compare
Choose a tag to compare
  • Fix: Set state functions returned by useState are now always bound to the prompt async context. This could previously be worked around calling AsyncResource.bind() in user code, it is much more convenient not having to think about it! (See #1758)

inquirer@12.6.1

10 May 16:25
50bac82
Compare
Choose a tag to compare
  • 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 like workspace:* from the public npm packages.

@inquirer/core@10.1.11

10 May 16:25
50bac82
Compare
Choose a tag to compare
  • 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 like workspace:* from the public npm packages.

inquirer@12.6.0

24 Apr 07:35
Compare
Choose a tag to compare
  • 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 a loop option to control the list loop behaviour when reaching the boundaries.

@inquirer/select@4.2.0

24 Apr 07:33
Compare
Choose a tag to compare
  • Feat(@inquirer/select): Added an instructions option allowing to customize the messages in the help tips.