Releases: SAP/yeoman-ui
Releases · SAP/yeoman-ui
v0.0.62: Back feature (#184)
* added comment explaining why node_modules is included in vsix despite using webpack * Started implementing back functionality * Further enhancements to back support * ensure back retains prompt list in client * increase test coverage * back: rembmer answers even if next is not pressed; recall answers when pressing next; retain prompts list * input border styles * fixed layout of back and next buttons and diagonal line * fix prompts list; fix default expand * eliminated navigation refresh after back; added test * support __ForceDefault * renamed replayutils methods; changed answers hash key; changed timing of decrementing prompt index in frontend * using object-hash; fixed navigation * define whitelist for object-hash keys * Back feature - style * Back: (ForceDefault = true) only if (answer !== undefined) * Back: 'back' button is invisable in Generatorselection page * "version": "0.0.62", Co-authored-by: Tomer Epstein <[email protected]> Co-authored-by: Tomer Epstein <[email protected]>
v0.0.60
version update (#196)
v0.0.59: 'Add to workspace' button in the end of wizard (#191)
* 'Add to workspace' button in the end of wizard * "version": "0.0.59"
v0.0.58
"version": "0.0.58" (#190)
v0.0.57
"version": "0.0.57" (#188)
v0.0.56
"version": "0.0.56" (#183)
v0.0.55
Bump build version (#182)
v0.0.54: Changed styles of checkbox and expand questions (#180)
* added comment explaining why node_modules is included in vsix despite using webpack * changed styles of checkbox and expand questions * border-color: var(--vscode-panel-border, #cecece); /* TODO: replace with vscode-settings-textInputBorder when supported by Theia */ * "version": "0.0.54" Co-authored-by: Tomer Epstein <[email protected]>
v.0.0.53: Conditional Prompts (#117)
* added comment explaining why node_modules is included in vsix despite using webpack * conditional prompts * dynamic prompts list * update code * code fix * use log and output channel * update testscd * notify about error on next * add more logs * add tests * merge fixes * merge with master * update coverage * update coverage * Update package.json * add description * description * fixes * update coverage and add test * remove unused code * remove unused data parameter * improve logic * fix bug * fix dependencies * fix logger * update coverage * add type string to the CWD parameter * fix splice method * update and add tests * improve generator logic * update generator * update foodq generator * update subgenerator * merge latest changes * update coverage * add types * expose IPrompt interface * Update index.js * Update index.js * CR fixes * CR-Fixes * CR-Fixes * update types * compile types * add types script * update foodq generator and circleci config * update circleci config * Update config.yml * update circleci config * update dependencies * update package.json * update config.yml * update foodq * add dependency to types version * remove types package from circleci * Update package.json Co-authored-by: Eyal Barlev <[email protected]> Co-authored-by: Tomer Epstein <[email protected]> Co-authored-by: Tomer Epstein <[email protected]>
testing6
v.0.0.52_6 remove types package from circleci