Releases: SBoudrias/Inquirer.js
Releases · SBoudrias/Inquirer.js
@inquirer/[email protected]
- [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]
- On windows, we will now use unicode characters whenever possible
@inquirer/[email protected]
- Fork of figures to get new features and CJS support. We plan on maintaining it ourselves for now.
@inquirer/[email protected]
- [Breaking]
usePagination()
doesn't return help tips anymore (and also doesn't take atheme
argument anymore.) Help tips are now solely the responsibility of prompt implementation.
@inquirer/[email protected]
- Help tip behaviors are now customizable through theme options.
@inquirer/[email protected]
- Performance improvements (less flickering mainly noticeable on select/checkbox)
@inquirer/[email protected]
- Bugfix: Cursor position when no value/default value is rendered.
- Chore: Dependency bumps
@inquirer/[email protected]
- Errors thrown from prompts are now custom errors.
@inquirer/[email protected]
- Feat: Thrown errors from Inquirer are now all custom (so they can be filtered.) Those errors are exported from the package.
@inquirer/[email protected]
- Bugfix: When relying on asynchronous validation, the loader icon was broken.
- Chore: Added tests covering the prior issue to prevent future regression of loaders.