Releases: bombshell-dev/clack
Releases · bombshell-dev/clack
@clack/[email protected]
Minor Changes
- 8409f2c: feat: add styleFrame option for spinner
Patch Changes
- aea4573: Clamp scrolling windows to 5 rows.
- b103ad3: Allow disabled options in multi-select and select prompts.
- Updated dependencies [b103ad3]
- @clack/[email protected]
@clack/[email protected]
Patch Changes
- b103ad3: Allow disabled options in multi-select and select prompts.
@clack/[email protected]
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]
@clack/[email protected]
@clack/[email protected]
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]
@clack/[email protected]
Patch Changes
- d98e033: add invert selection for multiselect prompt
@clack/[email protected]
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
- 1a45f93: Switched from wrap-ansi to fast-wrap-ansi
- 4c89dd7: chore: use more accurate type to replace any in group select
- Updated dependencies [1a45f93]
- Updated dependencies [1604f97]
- @clack/[email protected]
@clack/[email protected]
@clack/[email protected]
Minor Changes
- 7bc3301: Prompts now have a
userInput
stored separately from theirvalue
. - 2837845: Adds suggestion and path prompts
- 9e5bc6c: Add support for signals in prompts, allowing them to be aborted.
- df4eea1: Remove
suggestion
prompt and changepath
prompt to be an autocomplete prompt. - 9bd8072: Add a
required
option to autocomplete multiselect.
Patch Changes
- bfe0dd3: Prevents placeholder from being used as input value in text prompts
- 94fee2a: Changes
placeholder
to be a visual hint rather than a tabbable value. - Updated dependencies [bfe0dd3]
- Updated dependencies [7bc3301]
- Updated dependencies [2837845]
- Updated dependencies [34f52fe]
- Updated dependencies [94fee2a]
- Updated dependencies [4f6b3c2]
- Updated dependencies [df4eea1]
- Updated dependencies [8ead5d3]
- @clack/[email protected]
@clack/[email protected]
Minor Changes
- 07ca32d: Reverted a change where placeholders were being set as values on return.
Patch Changes
- Updated dependencies [07ca32d]
- @clack/[email protected]