File tree Expand file tree Collapse file tree 5 files changed +54
-4
lines changed
Expand file tree Collapse file tree 5 files changed +54
-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+ " moody-baboons-greet" ,
2329 " nasty-parrots-laugh" ,
2430 " orange-deers-battle" ,
2531 " slimy-roses-own" ,
32+ " strong-ravens-greet" ,
33+ " sweet-deers-smell" ,
2634 " tall-cows-fold" ,
2735 " thin-socks-travel"
2836 ]
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+
10+ ### Patch Changes
11+
12+ - bfe0dd3: Prevents placeholder from being used as input value in text prompts
13+ - 34f52fe: Validates initial values immediately when using text prompts with initialValue and validate props.
14+ - 94fee2a: Changes ` placeholder ` to be a visual hint rather than a tabbable value.
15+ - 4f6b3c2: Set initial values of auto complete prompt to first option when multiple is false.
16+ - 8ead5d3: Avoid passing initial values to core when using auto complete prompt
17+
318## 1.0.0-alpha.0
419
520### 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+ - 9bd8072: Add a ` required ` option to autocomplete multiselect.
10+
11+ ### Patch Changes
12+
13+ - bfe0dd3: Prevents placeholder from being used as input value in text prompts
14+ - 94fee2a: Changes ` placeholder ` to be a visual hint rather than a tabbable value.
15+ - Updated dependencies [ bfe0dd3]
16+ - Updated dependencies [ 7bc3301]
17+ - Updated dependencies [ 2837845]
18+ - Updated dependencies [ 34f52fe]
19+ - Updated dependencies [ 94fee2a]
20+ - Updated dependencies [ 4f6b3c2]
21+ - Updated dependencies [ 8ead5d3]
22+ - @clack/core @1.0.0-alpha.1
23+
324## 1.0.0-alpha.0
425
526### 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