All notable changes to the "vscode-input" module will be documented in this file.
The format is based on Keep a Changelog and and this project adheres to Semantic Versioning.
- Upgraded dependencies:
- sinon to 19.0.2
- @vscode/test-cli to 0.0.10
- @vscode/test-electron to 2.4.1
- @types/mocha to 10.0.8
- @types/chai to 4.3.19
- LoadingQuickPick: made
placeHolder
available as required element in the options - QuickPick: added
ignoreFocusOut
as optional element in its options
- General: used one title for every input and do not allow to switch the titles for any input component
- InputBox: made
placeHolder
required in theinputBoxOptions
- OpenDialog: made
openLabel
required in theopenDialogOptions
- QuickPick: made
placeHolder
required in the options. - QuickPickItems: changed property
additionalTitle
toadditionalPlaceholder
. It is now shown in the placeholders instead of the title.
- InputBox: removed
title
from theinputBoxOptions
- OpenDialog: removed
title
from theopenDialogOptions
- LoadingQuickPick: removed
loadingTitle
from the options. For loading, the title will stay the same, only the placeHolder will change to a pre-defined value. - QuickPick: removed
title
from the options - LoadingQuickPick: removed
title
from the options
- DialogValues: Removed 'confirmation'-property. Values for confirmation dialogs are available in the 'inputValues'-property
- InputBox: Added the possibility to add a custom button with a given action to any input box
- QuickPick: Added back button
- InputBox: Added back button
- LoadingQuickPick: Added back button
- QuickPick: Added option for placeholder
- Initial release for multi step inputs with
- ConfirmationDialog
- InputBox
- OpenDialog
- QuickPick
- LoadingQuickPick