Prompts Versions Save

❯ Lightweight, beautiful and user-friendly interactive prompts

v2.4.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/terkelg/prompts/compare/v2.4.1...v2.4.2

v2.4.1

3 years ago

Fixed issue with cursor in text prompt #300 #249. Thank you @krishna-acondy

v2.4.0

3 years ago
  • Add stdin and stdout to the docs (#257, #258)
  • Update build dependencies
  • Updated readme markup #272
  • Loop cursor on all select-style prompts (#270)
  • fix(inject): treat undefined in inject as initial value (#266)
  • Remove internal use of process.stdout (#274, #275)
  • Handle escape as exit + clearFirst feature for autocomplete (#280)

Thank you to all the contributors! 💯

v2.3.1

4 years ago
  • Fix issue where multiselect prompt is rendered wrong #253 #175
  • Fix issue where home prints undefined #247 #245
  • Updated dev dependenceis

Thank you @DrunkenPoney and @jamezrin 🎉

v2.3.0

4 years ago
  • Update documentation #195 #223
  • Added an option to change the number of items displayed #189
  • Fix (multi)select falsy values #187 #188
  • Add table of contents for the prompt types #222
  • Hiding page number when only single page is there #210
  • Evaluate type before other options and skip if falsy #217
  • Fix autocompleteMultiselect instructions bug #216
  • Fix for opts.out changed to opts.stdout #209 #208
  • Fix Number prompt can get pass minimum #203 #204
  • Fix Number type ignore minimum #201 #202
  • Add maxVisible option for select prompts #225
  • Store correct reference of last prompt #221 #198
  • Remove multi-pages on autocomplete, instead scroll down/up #230

Thank you everyone! 💯

v2.2.0

4 years ago
  • Fix duplicate output when more than 1 line #168 #153 by @DrunkenPoney
  • Added description option to choices #165 #170
  • Options to display instruction text on multi-select prompt #174 #177 by @wilmouths and @lumio
  • Press 'a' to toggle all in multi-select prompt #166 by @jeysal and @lumio
  • Fix bug where ALT+ prints undefined #164 by @lumio
  • Allow moving with J and K in select mode #161 by @WittBulter
  • Updated readme #176 by @vivaxy

Thank you everyone! 💯

v2.1.0

4 years ago
  • New: multi-select autocomplete #157 #127
  • Fix: fallback to transpiled code on Node.js version <8.6.0 #160 #159

Thank you @lumio, @lukeed, @pieh, @KyleAMathews, and @creatyvtype

v2.0.4

5 years ago
  • New: Override question feature with prompts.override feature by @lumio. #132 #144
  • Bug fix: Fallback not working on autocomplete by @lumio and @DrunkenPoney #137 #138 #121
  • New: Issue templates for a better developer experience by @lumio #139 #143
  • Improvement: Autocomplete Pagination by @DrunkenPoney #136 #130
  • Improvement: Updated date prompt with new option to change format and the possibility to type numbers. @DrunkenPoney #135 #141
  • Default value for choices in AutoComplete prompt #151

I'm happy to announce that @lumio is joining @DrunkenPoney and @lukeed as part the Prompts team. He will help maintain and shape future releases of prompts. 🎉

v2.0.3

5 years ago

Fix default values for toggle prompt. #134 #133 Thank you @lumio

v2.0.0

5 years ago
  • New and improved inject #100