Skip to content

Releases: SBoudrias/Inquirer.js

@inquirer/[email protected]

12 Apr 19:12
Compare
Choose a tag to compare
  • [Breaking #1384] @inquirer/core isn't exported from @inquirer/prompts anymore. If you want to create custom prompts, import from the core package. This decision was made to disambiguate what breaks in each package - with prompts re-exporting core, any core breaking change (no matter how minor) caused a major version bump. Now only prompts interfaces breaking changes will be major on prompts. We're hoping this will simplify your usage of @inquirer/* packages.

@inquirer/[email protected]

12 Apr 18:51
Compare
Choose a tag to compare
  • On windows, we will now use unicode characters whenever possible

@inquirer/[email protected]

12 Apr 18:52
Compare
Choose a tag to compare
  • Fork of figures to get new features and CJS support. We plan on maintaining it ourselves for now.

@inquirer/[email protected]

12 Apr 19:10
Compare
Choose a tag to compare
  • [Breaking] usePagination() doesn't return help tips anymore (and also doesn't take a theme argument anymore.) Help tips are now solely the responsibility of prompt implementation.

@inquirer/[email protected]

12 Apr 19:12
Compare
Choose a tag to compare
  • Help tip behaviors are now customizable through theme options.

@inquirer/[email protected]

05 Apr 14:58
Compare
Choose a tag to compare
  • Performance improvements (less flickering mainly noticeable on select/checkbox)

@inquirer/[email protected]

29 Mar 19:41
Compare
Choose a tag to compare
  • Bugfix: Cursor position when no value/default value is rendered.
  • Chore: Dependency bumps

@inquirer/[email protected]

12 Mar 23:35
2de191a
Compare
Choose a tag to compare
  • Errors thrown from prompts are now custom errors.

@inquirer/[email protected]

12 Mar 23:34
2de191a
Compare
Choose a tag to compare
  • Feat: Thrown errors from Inquirer are now all custom (so they can be filtered.) Those errors are exported from the package.

@inquirer/[email protected]

09 Mar 19:13
85fba23
Compare
Choose a tag to compare
  • Bugfix: When relying on asynchronous validation, the loader icon was broken.
  • Chore: Added tests covering the prior issue to prevent future regression of loaders.