Releases: bombshell-dev/clack
Releases · bombshell-dev/clack
@clack/prompts@0.4.5
Patch Changes
- 1251132: Multiselect: return
Value[]
instead of Option[]
.
- 8994382: Add a password prompt to
@clack/prompts
- Updated dependencies [1251132]
- Updated dependencies [8994382]
@clack/prompts@0.4.4
Patch Changes
-
d96071c: Don't mutate initialValue
in multiselect
, fix parameter type for validate()
.
Credits to @banjo for the bug report and initial PR!
-
Updated dependencies [d96071c]
@clack/core@0.1.9
Patch Changes
- 1251132: Multiselect: return
Value[]
instead of Option[]
.
- 8994382: Add a password prompt to
@clack/prompts
@clack/core@0.1.8
Patch Changes
-
d96071c: Don't mutate initialValue
in multiselect
, fix parameter type for validate()
.
Credits to @banjo for the bug report and initial PR!
@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.