···11----
22-"@clack/prompts": minor
33-"@clack/core": minor
44----
55-66-Externalize `fast-string-width` and `fast-wrap-ansi` to avoid double dependencies
-5
.changeset/big-pants-invite.md
···11----
22-"@clack/prompts": patch
33----
44-55-Fix the `path` prompt so `directory: true` correctly enforces directory-only selection while still allowing directory navigation, and add regression tests for both directory and default file selection behavior.
-7
.changeset/dirty-actors-find.md
···11----
22-"@clack/prompts": patch
33-"@clack/core": patch
44----
55-66-Adds `placeholder` option to `autocomplete`. When the placeholder is set and the input is empty, pressing `tab` will set the value to `placeholder`.
77-
-5
.changeset/sharp-lands-unite.md
···11----
22-"@clack/prompts": patch
33----
44-55-Apply guide to wrapped multi-line messages in confirm prompt.
-5
.changeset/silent-sides-call.md
···11----
22-"@clack/core": patch
33----
44-55-Only apply autocomplete default filter if it has been explicitly set or if options is not a getter.
-5
.changeset/tangy-meals-allow.md
···11----
22-"@clack/prompts": patch
33----
44-55-Respect `withGuide: false` in autocomplete and multiselect prompts.
-6
.changeset/tangy-mirrors-hug.md
···11----
22-"@clack/prompts": minor
33-"@clack/core": minor
44----
55-66-Adds `date` prompt with `format` support (YMD, MDY, DMY)
-5
.changeset/tricky-states-tease.md
···11----
22-"@clack/prompts": patch
33----
44-55-Fix `path` directory mode so pressing Enter with an existing directory `initialValue` submits that current directory instead of the first child option, and add regression coverage for immediate submit and child-directory navigation.
···11# @clack/core
2233+## 1.2.0
44+55+### Minor Changes
66+77+- 9786226: Externalize `fast-string-width` and `fast-wrap-ansi` to avoid double dependencies
88+- 090902c: Adds `date` prompt with `format` support (YMD, MDY, DMY)
99+1010+### Patch Changes
1111+1212+- bdf89a5: Adds `placeholder` option to `autocomplete`. When the placeholder is set and the input is empty, pressing `tab` will set the value to `placeholder`.
1313+- 417b451: Only apply autocomplete default filter if it has been explicitly set or if options is not a getter.
1414+315## 1.1.0
416517### Minor Changes
···11# @clack/prompts
2233+## 1.2.0
44+55+### Minor Changes
66+77+- 9786226: Externalize `fast-string-width` and `fast-wrap-ansi` to avoid double dependencies
88+- 090902c: Adds `date` prompt with `format` support (YMD, MDY, DMY)
99+1010+### Patch Changes
1111+1212+- 134a1a1: Fix the `path` prompt so `directory: true` correctly enforces directory-only selection while still allowing directory navigation, and add regression tests for both directory and default file selection behavior.
1313+- bdf89a5: Adds `placeholder` option to `autocomplete`. When the placeholder is set and the input is empty, pressing `tab` will set the value to `placeholder`.
1414+- 336495a: Apply guide to wrapped multi-line messages in confirm prompt.
1515+- 9fe8de6: Respect `withGuide: false` in autocomplete and multiselect prompts.
1616+- 29a50cb: Fix `path` directory mode so pressing Enter with an existing directory `initialValue` submits that current directory instead of the first child option, and add regression coverage for immediate submit and child-directory navigation.
1717+- Updated dependencies [9786226]
1818+- Updated dependencies [bdf89a5]
1919+- Updated dependencies [417b451]
2020+- Updated dependencies [090902c]
2121+ - @clack/core@1.2.0
2222+323## 1.1.0
424525### Minor Changes