Tags: pnp/vscode-viva
Tags
Release v4.8.0 (#508) ## 🎯 Aim The aim is to create a new minor release with the latest enhancements. ## 📷 Result gulp task icons  default SPFx app action set to install  LM tools  node.js version support  add remove site level app catalogs  renames /manage to /info chat command  ## ✅ What was done - [X] Added LLM Tools for GitHub Copilot agent mode - [X] Hidden app management related context-menu actions from the command pallete - [X] Added support for installing the correct version of Node.js - [X] Fixed setting form customizer list from to root site - [X] Updated command category names to shorten version - [X] Updated default action for SPFx app to install - [X] Renamed the /manage chat command to /info - [X] Added gulp operations to VS Code extension commands - [X] Updated gulp tasks icons - [X] Updated Teams Toolkit to M365 Agents Toolkit - [X] Updated wiki link to a new name and URL - [X] Updated Dependencies - [X] Added features to add tenant app catalog and add/remove site app catalog - [X] Added progress notification for SPFx actions - [X] Added upgrade suggestion in case installation fails due to app being already installed --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Saurabh Tripathi <saurabh7019@gmail.com> Co-authored-by: Nishkalank Bezawada <47456098+NishkalankBezawada@users.noreply.github.com> Co-authored-by: Nirav Raval <niravraval34@gmail.com> Co-authored-by: Nico De Cleyre <35696168+nicodecleyre@users.noreply.github.com>
Release v4.7.0 (#471) ## 🎯 Aim The aim is to add support for SPFx 1.21.1 ## 📷 Result    ## ✅ What was done - [X] Added support for SPFx 1.21.1 ## 🔗 Related issue Closes: #470
Release v4.6.0 (#456) ## 🎯 Aim The aim is to add support for SPFx 1.21 ## 📷 Result         ## ✅ What was done - [X] aligned cjs version of CLI for Microsoft 365 - [X] updated node version in readme, dependency check, prompts - [X] updated changelog and versioning to minor ## 🔗 Related issue Closes: #454
Release v4.5.0 (#445) ## 🎯 Aim The aim is to create a new minor release with the latest enhancements. ## 📷 Result   ## ✅ What was done - [X] Adds new Gulp task Publish, which includes both bundle and package - [X] Updates settings to allow not to load apps for app catalogs - [X] Updates serve gulp tasks to combine them into a single task - [X] Refactors pipeline scaffolding form to smaller components - [X] Adds initial integration tests for the product - [X] Add an action that allows to increase project version and implement version increment logic - [X] Fixes App Install/Uninstall issue to allow installing apps on root site --------- Co-authored-by: Nishkalank Bezawada <47456098+NishkalankBezawada@users.noreply.github.com> Co-authored-by: Ervin Gayle <ervingayle@hotmail.com> Co-authored-by: Saurabh Tripathi <saurabh7019@gmail.com> Co-authored-by: Nico De Cleyre <35696168+nicodecleyre@users.noreply.github.com>
Release v4.4.0 (#405) ## 🎯 Aim The aim is to create a new minor release with the latest enhancements. ## 📷 Result     ## ✅ What was done - [X] Unfied the gulp bundle local and production to a single task with an additional prompt - [X] Unfied the gulp package-solution local and production to a single task with an additional prompt - [X] Fixed warning message regarding installed Node.js version in validate dependency action - [X] Added conditional logic to scaffolding form additional dependencies to show them based on project type - [X] Added install react additional dependency to the scaffolding form visible for Application customizer - [X] Added Install, and Uninstall apps to a specified site action to app view - [X] Enhanced progress notifications with output window links for better user guidance to every CLI action - [X] Added action which allows to set form customizer - [X] Enhanced error handling in GitHub Copilot Chat participant - [X] Updated welcome view - [X] Updated VS Code typings and engine to latest --------- Co-authored-by: Nico De Cleyre <35696168+nicodecleyre@users.noreply.github.com> Co-authored-by: Saurabh Tripathi <saurabh7019@gmail.com> Co-authored-by: ErvinGayle <ervingayle@hotmail.com> Co-authored-by: Nishkalank Bezawada <47456098+NishkalankBezawada@users.noreply.github.com>
Release v4.3.0 (#380) ## 🎯 Aim The aim is to create a new minor release that adds more manage capabilities to the SPFx solutions view for every app catalog. It also includes a new `/manage` GitHub Copilot Chat command that allows to retrieve data from SharePoint Online. Improvements to the upgrade and validate actions which now allow to generate a code tour with guidance and added support for SPFx Fast Serve as an optional dependency. ## 📷 Result     ## ✅ What was done - [x] Added remove confirmation prompt when removing SPFx solution from app catalog - [x] Added /manage GitHub Chat command - [x] Added generating code tour for upgrade and validate SPFx solution actions - [x] Added upgrade SPFx project action - [x] Added SPFx Fast Serve optional dependency to the scaffolding form - [x] Improved sign in experience with caching of Client ID and Tenant ID --------- Co-authored-by: Saurabh Tripathi <saurabh.tripathi@epicalgroup.com> Co-authored-by: Nico De Cleyre <35696168+nicodecleyre@users.noreply.github.com>
Release v4.2.0 (#327) ## 🎯 Aim The aim is to prepare new minor release with latest changes like: new management capabilities, fine-tuned setup and new chat commands, new scaffolding option, refactored m365 commands logging. ## 📷 Result     ## ✅ What was done - [X] Include m365 prefix and log passed CLI command options - [X] Refactors to ensure types for settings - [X] Added a new project additional step to create or not the node version manager configuration file. - [X] Added new VSCode setting `createNodeVersionFileDefaultValue` to define the default value of the new project additional step. - [X] Added new VSCode setting `nodeVersionManagerFile` to specify which configuration file to be created. - [X] Dynamic loading of children for ActionTreeItem - [X] Present solutions deployed per app catalog - [X] Allow to disable and enable a solution - [X] Allow to deploy and retract a solution - [X] Allow to remove a solution - [X] Clicking on app link should go to the solution appStore.aspx page - [X] Updated prompt grounding for /setup and /new - [X] Added new way to create new project together with Copilot --------- Co-authored-by: Luccas Castro <64063580+DevPio@users.noreply.github.com> Co-authored-by: Guido Zambarda <guido@piasys.it> Co-authored-by: Saurabh Tripathi <saurabh.tripathi@epicalgroup.com>
Release v4.1.0 (#310) ## 🎯 Aim The aim is to prepare new minor release with latest changes added like: more guidance regarding gulp tasks and in scaffolding form, more gulp tasks. renamed actions, added support for SPFx 1.20 etc. ## 📷 Result    ## ✅ What was done - [X] Added support for SPFx 1.20 ⭐ Upgrade and Validate your SPFx projects - [X] Added dedicated step in the walkthrough explaining Gulp Tasks - [X] Added more Gulp Tasks to the tasks panel - [X] Added guidance for each project type in scaffolding form - [X] Refactored action naming - [X] Refactored to hide features that do not work without login --------- Co-authored-by: Luccas Castro <64063580+DevPio@users.noreply.github.com>
Release v4.0.0 (#298) ## 🎯 Aim The aim is to prepare a new major release with the latest changes that introduced improvements in the welcome experience, filter sample gallery, settings and new login experience. ## 📷 Result    ## ✅ What was done - [X] Updated Sign in method - [X] Updated SPFx Intro and workspace setup walkthrough steps - [X] Updated readme assets - [X] Added form to create Entra App Registration required for sign in - [X] Added Extension filter dropdown to the sample gallery - [X] Updated account view to show the Entra App Registration - [X] Updated terminal usage to unified approach - [X] Updated release workflows - [X] Added settings to show and hide health incidents and tenant wide extensions ## 🔗 Related issue Closes: #291 --------- Co-authored-by: Guido Zambarda <guido@piasys.it> Co-authored-by: Saurabh Tripathi <saurabh.tripathi@epicalgroup.com> Co-authored-by: Luccas Castro <64063580+DevPio@users.noreply.github.com> Co-authored-by: Nico De Cleyre <35696168+nicodecleyre@users.noreply.github.com>
Release v3.4.0 (#275) ## 🎯 Aim The aim is to prepare a new minor release with the latest changes that introduced improvements in the welcome experience, filter sample gallery and create a project walkthrough step, ## 📷 Result  ## ✅ What was done - [X] Improves welcome experience - [X] Fixes lags in sample gallery search - [X] Improves sample gallery filter functionalities - [X] Improves create project step in walkthrough --------- Co-authored-by: Saurabh Tripathi <saurabh.tripathi@epicalgroup.com> Co-authored-by: Luccas Castro <64063580+DevPio@users.noreply.github.com>
PreviousNext