Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Oct 19, 2024
1 parent a96a492 commit 781feef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [4.2.0] - 2024-10-19

- Include m365 prefix and log passed CLI command options
- Refactors to ensure types for settings
- Added a new project additional step to create or not the node version manager configuration file
- Added new VSCode setting createNodeVersionFileDefaultValue to define the default value of the new project additional step
- Added new VSCode setting nodeVersionManagerFile to specify which configuration file to be created
- Dynamic loading of children for ActionTreeItem
- Present solutions deployed per app catalog
- Allow to disable and enable a solution
- Allow to deploy and retract a solution
- Allow to remove a solution
- Clicking on app link should go to the solution appStore.aspx page
- Updated prompt grounding for /setup and /new
- Added new way to create new project together with Copilot

## [4.1.0] - 2024-09-28

- Added support for SPFx 1.20.0
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "viva-connections-toolkit",
"displayName": "SharePoint Framework Toolkit",
"description": "SharePoint Framework Toolkit aims to boost your productivity in developing and managing SharePoint Framework solutions helping at every stage of your development flow, from setting up your development workspace to deploying a solution straight to your tenant without the need to leave VS Code and now even create a CI/CD pipeline to introduce automate deployment of your app. This toolkit is provided by the community.",
"version": "4.1.3",
"version": "4.2.0",
"publisher": "m365pnp",
"preview": false,
"homepage": "https://github.com/pnp/vscode-viva",
Expand Down

0 comments on commit 781feef

Please sign in to comment.