Skip to content

Releases: bombshell-dev/clack

@clack/[email protected]

03 Oct 15:34
69508f4

Choose a tag to compare

Pre-release

Minor Changes

  • 8409f2c: feat: add styleFrame option for spinner

Patch Changes

@clack/[email protected]

03 Oct 15:34
69508f4

Choose a tag to compare

Pre-release

Patch Changes

  • b103ad3: Allow disabled options in multi-select and select prompts.

@clack/[email protected]

22 Sep 08:45
73b88da

Choose a tag to compare

Pre-release

Minor Changes

  • 55645c2: Support wrapping autocomplete and select prompts.

Patch Changes

  • 9999adf: fix note component overflow bug
  • 2839c66: fix(note): hard wrap text to column limit
  • 71b5029: Add missing nullish checks around values.
  • d25f6d0: fix(note, box): handle CJK correctly
  • 0b852e1: Handle stop calls on spinners which have not yet been started.
  • 09e596c: refactor(progress): remove unnecessary return statement in start function
  • 2310b43: Allow custom writables as output stream.
  • Updated dependencies [71b5029]
  • Updated dependencies [55645c2]
  • Updated dependencies [2310b43]

@clack/[email protected]

22 Sep 08:45
73b88da

Choose a tag to compare

Pre-release

Minor Changes

  • 55645c2: Support wrapping autocomplete and select prompts.

Patch Changes

  • 71b5029: Add missing nullish checks around values.
  • 2310b43: Allow custom writables as output stream.

@clack/[email protected]

19 Aug 10:28
b5016e8

Choose a tag to compare

Pre-release

Patch Changes

  • 7b009df: Fix spinner clearing too many lines upwards when non-wrapping.
  • ae84dd0: Update key binding text to show tab/space when navigating, and tab otherwise.
  • Updated dependencies [d98e033]

@clack/[email protected]

19 Aug 10:27
b5016e8

Choose a tag to compare

Pre-release

Patch Changes

  • d98e033: add invert selection for multiselect prompt

@clack/[email protected]

12 Aug 08:24
0ca2c4c

Choose a tag to compare

Pre-release

Minor Changes

  • 76fd17f: Added new box prompt for rendering boxed text, similar a note.
  • 1604f97: Add clearOnError option to password prompt to automatically clear input when validation fails

Patch Changes

@clack/[email protected]

12 Aug 08:24
0ca2c4c

Choose a tag to compare

Pre-release

Minor Changes

  • 1604f97: Add clearOnError option to password prompt to automatically clear input when validation fails

Patch Changes

  • 1a45f93: Switched from wrap-ansi to fast-wrap-ansi

@clack/[email protected]

03 Jun 19:07
aece083

Choose a tag to compare

Pre-release

Minor Changes

  • 7bc3301: Prompts now have a userInput stored separately from their value.
  • 2837845: Adds suggestion and path prompts
  • 9e5bc6c: Add support for signals in prompts, allowing them to be aborted.
  • df4eea1: Remove suggestion prompt and change path prompt to be an autocomplete prompt.
  • 9bd8072: Add a required option to autocomplete multiselect.

Patch Changes

@clack/[email protected]

22 May 14:35
737f172

Choose a tag to compare

Minor Changes

  • 07ca32d: Reverted a change where placeholders were being set as values on return.

Patch Changes