Skip to content

0.4.0: Thatcher

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 31 Dec 06:48
· 1132 commits to main since this release
  • list prompt now accept a String representing the value of the selected choice.
  • checkbox prompt now accept an Array as default value reprensenting the checked choices values.
  • Internal refactoring to build everything out of UI/Layout Object
  • New BottomBar UI allowing to log content into a stream while keeping a bottom bar updated with status information.
  • Refactor how Separator are handled because of Node.js "no smart" module caching. Now Separators are objects with type=separator property. (The inquirer.Separator constructor is still the recommend use, just prefer not checking instanceof for detection)