- Readme update
- Renamed -
create-app.settings.customAppPathtocreate-app.settings.customAppPaths. Now we can provide multiple app paths. - Updated -
create-app.settings.customAppsschema. - Added -
create-app.settings.interactive.groupAppssetting - Helps to Groups the apps bygroupNames. Set to false to show all the apps in the sidebar. Defaults totrue. - Added -
create-app.settings.hiddenAppssetting. Provide list of app names to hide the app from interactive view. - Added -
create-app.settings.hiddenGroupssetting. Provide list of group names to hide all the apps for the given groups from interactive view. - Updated - Show number of shown apps and filtered apps count int he search field.
- Added -
checkedLabelandunCheckedLabelto the checkbox fields object
- Updated -
React native Appcli options.
- Added -
create-app.settings.interactive.showAppIconssetting - if false it hides the app icons to improve the rendering speed. Defaults to true. - Added -
Open in interactive modebutton inCreate App: Quickcommand pallet. On click it opens theCreate App: Interactivewindow.
- Added -
create-app.settings.quick.promptTypesetting - SetCreate App: Quickcommand prompt type. - Added -
create-app.settings.quick.promptCommandString- If true it shows the quick command input box before executing in terminal. - Added -
create-app.settings.quick.promptExecutionPath- If true it opens up the dialog to browse the folder for the app. If false it creates the app in the active workspace folder. - Enhanced -
Create App: Quickcommand now shows the number of steps to complete to create the app in the title of the command pallet. - Modified - Code refactored.
- New✨ - Added
groupNames- Helps to group multiple apps in a single tabbed view. - Added -
relatedAppNames- Helps to navigate to other apps. - Added - Electron app configurations.
- Added - multiple app groups.
- Enhanced - Now able to retain the filtered apps on switching apps
- Enhanced - user interface - Now able to resize the command area. Introducing Apps groups view.
- Updated - Default apps cli configuration fields
- Added -
checkedValueandunCheckedValuefor the field typecheckbox, - Added -
hidefor the field props. If tru it will hide the file both in interactive form and in quick pick, - Enhanced - Increased the width of the interactive container.
- Fixed - Selecting the current app name resetting the view issue fixed. Now it will not reset the view on clicking same selected app name.
- Fixed - If type is not provided the field is not rendering the textbox issue fixed. Now the filed type is defaulted to type
textbox.
- Moved -
Install Prerequisites ?moved into the form fields. - Added -
Open in VSCode ?in the form fields. - Enhanced -
commandTemplatecan also be given as a array of string. - Added -
fields.get(),fields.getExcept()method to get the list of field values.
- Fixed - Style issue fixed.
- Fixed - Vulnerabilities fixed.
- New✨ - Now we can add our own custom apps to generate a interactive ui.
- Added -
ViteandVite ExtraApp - Renamed -
create.appcommand tocreate-app.interactivecommand.- Give
(cmd/ctrl)+shit+pand selectCreate App: Interactiveto open the interactive ui.
- Give
- Added -
create-app.quickcommand.- Give
(cmd/ctrl)+shit+pand selectCreate App: Quickto open the quick command pallet to create a app
- Give
- Added -
create-app.settings.customAppssetting - provide a direct list of custom apps config - Added -
create-app.settings.customAppPathsetting - provide thejsonfile path or folder path containing list of custom apps config. - Added -
copy configbutton ont he top right corner of the command text area. Helps to copy the app configurations and override the default configs. - Removed -
Open in vscodeconfig from all app configs. - Fixed - Keeps on reloading on view switching the tabs issue fixed.
- Typo fixes.
- Build size reduced.
- Due to compatibility reverted back v3.0.1
- On
Executebutton click, the terminal opens in powershell and failed to execute the create app commands -Fixed - Now The Terminal open in
Git bashby default on click of theExecutebutton.
- Added Gatsby App
- Preview here
- Added more Apps to Create
- Implemented New UI Layout
- Preview here
- Initial release
- Preview here