Releases: bombshell-dev/clack
Releases Β· bombshell-dev/clack
@clack/prompts@0.4.3
Patch Changes
- 83d890e: Fix text cancel display bug
@clack/prompts@0.4.1
Patch Changes
- 7fb5375: Adds a new
defaultValue
option to the text prompt, removes automatic usage of the placeholder value.
- Updated dependencies [7fb5375]
@clack/prompts@0.4.0
Minor Changes
- 61b88b6: Add
group
construct to group many prompts together
Patch Changes
- de1314e: Support
required
option for multi-select
- Updated dependencies [de1314e]
@clack/core@0.1.6
Patch Changes
- 7fb5375: Adds a new
defaultValue
option to the text prompt, removes automatic usage of the placeholder value.
@clack/prompts@0.3.0
Minor Changes
- 493c592: Improve types for select/multiselect prompts. Numbers and booleans are now supported as the
value
option.
- 15558e3: Improved Windows/non-unicode support
Patch Changes
- ca77da1: Fix multiselect initial value logic
- Updated dependencies [ca77da1]
- Updated dependencies [8aed606]
@clack/prompts@0.2.2
Patch Changes
- 94b24d9: Fix CJS
ansi-regex
interop
@clack/prompts@0.2.1
Patch Changes
- a99c458: Support
initialValue
option for text prompt
- Updated dependencies [a99c458]
@clack/prompts@0.2.0
Minor Changes
- Improved type safety
- b1341d6: Updated styles, new note component
Patch Changes