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 9
9
},
10
10
"changesets" : [
11
11
" afraid-socks-deny" ,
12
+ " bright-hornets-destroy" ,
13
+ " calm-trains-camp" ,
14
+ " curvy-seals-sit" ,
12
15
" dirty-papayas-happen" ,
13
16
" empty-buses-wonder" ,
14
17
" famous-turkeys-burn" ,
20
23
" hot-turkeys-knock" ,
21
24
" legal-bags-tie" ,
22
25
" lemon-monkeys-help" ,
26
+ " mean-mice-train" ,
27
+ " mean-turkeys-help" ,
28
+ " mean-years-remain" ,
29
+ " moody-baboons-greet" ,
23
30
" nasty-parrots-laugh" ,
24
31
" orange-deers-battle" ,
32
+ " short-taxis-cross" ,
25
33
" slimy-roses-own" ,
34
+ " strong-ravens-greet" ,
35
+ " sweet-deers-smell" ,
26
36
" tall-cows-fold" ,
27
37
" thin-socks-travel"
28
38
]
Original file line number Diff line number Diff line change 1
1
# @clack/core
2
2
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
+
3
19
## 1.0.0-alpha.0
4
20
5
21
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clack/core" ,
3
- "version" : " 1.0.0-alpha.0 " ,
3
+ "version" : " 1.0.0-alpha.1 " ,
4
4
"type" : " module" ,
5
5
"main" : " ./dist/index.mjs" ,
6
6
"module" : " ./dist/index.mjs" ,
21
21
"url" : " https://github.com/bombshell-dev/clack/issues"
22
22
},
23
23
"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
+ ],
25
28
"keywords" : [
26
29
" ask" ,
27
30
" clack" ,
Original file line number Diff line number Diff line change 1
1
# @clack/prompts
2
2
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
+
3
27
## 1.0.0-alpha.0
4
28
5
29
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clack/prompts" ,
3
- "version" : " 1.0.0-alpha.0 " ,
3
+ "version" : " 1.0.0-alpha.1 " ,
4
4
"type" : " module" ,
5
5
"main" : " ./dist/index.mjs" ,
6
6
"module" : " ./dist/index.mjs" ,
21
21
"url" : " https://github.com/bombshell-dev/clack/issues"
22
22
},
23
23
"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
+ ],
25
28
"author" : {
26
29
"name" : " Nate Moore" ,
27
30
You can’t perform that action at this time.
0 commit comments