File tree Expand file tree Collapse file tree 5 files changed +60
-4
lines changed Expand file tree Collapse file tree 5 files changed +60
-4
lines changed Original file line number Diff line number Diff line change 99 },
1010 "changesets" : [
1111 " afraid-socks-deny" ,
12+ " bright-hornets-destroy" ,
13+ " calm-trains-camp" ,
14+ " curvy-seals-sit" ,
1215 " dirty-papayas-happen" ,
1316 " empty-buses-wonder" ,
1417 " famous-turkeys-burn" ,
2023 " hot-turkeys-knock" ,
2124 " legal-bags-tie" ,
2225 " lemon-monkeys-help" ,
26+ " mean-mice-train" ,
27+ " mean-turkeys-help" ,
28+ " mean-years-remain" ,
29+ " moody-baboons-greet" ,
2330 " nasty-parrots-laugh" ,
2431 " orange-deers-battle" ,
32+ " short-taxis-cross" ,
2533 " slimy-roses-own" ,
34+ " strong-ravens-greet" ,
35+ " sweet-deers-smell" ,
2636 " tall-cows-fold" ,
2737 " thin-socks-travel"
2838 ]
Original file line number Diff line number Diff line change 11# @clack/core
22
3+ ## 1.0.0-alpha.1
4+
5+ ### Minor Changes
6+
7+ - 7bc3301: Prompts now have a ` userInput ` stored separately from their ` value ` .
8+ - 2837845: Adds suggestion and path prompts
9+ - df4eea1: Remove ` suggestion ` prompt and change ` path ` prompt to be an autocomplete prompt.
10+
11+ ### Patch Changes
12+
13+ - bfe0dd3: Prevents placeholder from being used as input value in text prompts
14+ - 34f52fe: Validates initial values immediately when using text prompts with initialValue and validate props.
15+ - 94fee2a: Changes ` placeholder ` to be a visual hint rather than a tabbable value.
16+ - 4f6b3c2: Set initial values of auto complete prompt to first option when multiple is false.
17+ - 8ead5d3: Avoid passing initial values to core when using auto complete prompt
18+
319## 1.0.0-alpha.0
420
521### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @clack/core" ,
3- "version" : " 1.0.0-alpha.0 " ,
3+ "version" : " 1.0.0-alpha.1 " ,
44 "type" : " module" ,
55 "main" : " ./dist/index.mjs" ,
66 "module" : " ./dist/index.mjs" ,
2121 "url" : " https://github.com/bombshell-dev/clack/issues"
2222 },
2323 "homepage" : " https://github.com/bombshell-dev/clack/tree/main/packages/core#readme" ,
24- "files" : [" dist" , " CHANGELOG.md" ],
24+ "files" : [
25+ " dist" ,
26+ " CHANGELOG.md"
27+ ],
2528 "keywords" : [
2629 " ask" ,
2730 " clack" ,
Original file line number Diff line number Diff line change 11# @clack/prompts
22
3+ ## 1.0.0-alpha.1
4+
5+ ### Minor Changes
6+
7+ - 7bc3301: Prompts now have a ` userInput ` stored separately from their ` value ` .
8+ - 2837845: Adds suggestion and path prompts
9+ - 9e5bc6c: Add support for signals in prompts, allowing them to be aborted.
10+ - df4eea1: Remove ` suggestion ` prompt and change ` path ` prompt to be an autocomplete prompt.
11+ - 9bd8072: Add a ` required ` option to autocomplete multiselect.
12+
13+ ### Patch Changes
14+
15+ - bfe0dd3: Prevents placeholder from being used as input value in text prompts
16+ - 94fee2a: Changes ` placeholder ` to be a visual hint rather than a tabbable value.
17+ - Updated dependencies [ bfe0dd3]
18+ - Updated dependencies [ 7bc3301]
19+ - Updated dependencies [ 2837845]
20+ - Updated dependencies [ 34f52fe]
21+ - Updated dependencies [ 94fee2a]
22+ - Updated dependencies [ 4f6b3c2]
23+ - Updated dependencies [ df4eea1]
24+ - Updated dependencies [ 8ead5d3]
25+ - @clack/core @1.0.0-alpha.1
26+
327## 1.0.0-alpha.0
428
529### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @clack/prompts" ,
3- "version" : " 1.0.0-alpha.0 " ,
3+ "version" : " 1.0.0-alpha.1 " ,
44 "type" : " module" ,
55 "main" : " ./dist/index.mjs" ,
66 "module" : " ./dist/index.mjs" ,
2121 "url" : " https://github.com/bombshell-dev/clack/issues"
2222 },
2323 "homepage" : " https://github.com/bombshell-dev/clack/tree/main/packages/prompts#readme" ,
24- "files" : [" dist" , " CHANGELOG.md" ],
24+ "files" : [
25+ " dist" ,
26+ " CHANGELOG.md"
27+ ],
2528 "author" : {
2629 "name" : " Nate Moore" ,
2730
You can’t perform that action at this time.
0 commit comments